|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.ds.fw.types.FwSimpleObject
|
+--com.ds.fw.types.FwBoolean
| Field Summary | |
boolean |
_value
|
| Constructor Summary | |
FwBoolean()
Constructor . |
|
FwBoolean(boolean b)
Constructor . |
|
| Method Summary | |
boolean |
equals(java.lang.Object e)
Check if this FwBoolean is equals to the object given as parameter |
boolean |
getValue()
Gets the value of the field _value |
void |
setValue(boolean b)
Sets the value of the field _value with new one |
java.lang.String |
toStringValue()
Returns the value of the field _value as string |
| Methods inherited from class com.ds.fw.types.FwSimpleObject |
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ds.fw.types.FwSimpleObjectIF |
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, toString |
| Field Detail |
public boolean _value
| Constructor Detail |
public FwBoolean()
public FwBoolean(boolean b)
| Method Detail |
public boolean getValue()
getValue in interface FwBooleanIFpublic void setValue(boolean b)
setValue in interface FwBooleanIFb - the new valuepublic boolean equals(java.lang.Object e)
equals in class java.lang.Objecte - the object to compare this String against.
public java.lang.String toStringValue()
toStringValue in interface FwSimpleObjectIFtoStringValue in class FwSimpleObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||