|
||||||||||
| 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.FwAssociation
| Field Summary | |
java.lang.Object |
_key
|
java.lang.Object |
_value
|
| Constructor Summary | |
FwAssociation()
|
|
FwAssociation(java.lang.Object k,
java.lang.Object v)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Compares this FwAssociation to the specified object. |
java.lang.Object |
getKey()
Gets the key |
java.lang.Object |
getValue()
Gets the value of this FwAssociation object |
boolean |
hasKey(java.lang.Object o)
Verify if a FwAssociation object has a given key |
boolean |
hasValue(java.lang.Object o)
Verify if this FwAssociation object has value , equals to the given as parameter object |
void |
postCopy()
This should never be called directly from a client. |
void |
setKey(java.lang.Object o)
Sets the key |
void |
setValue(java.lang.Object o)
Sets the value of this FwAssociation object |
java.lang.String |
toStringValue()
Returns the string representation of this FwAssociation . |
| Methods inherited from class com.ds.fw.types.FwSimpleObject |
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, 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, toString |
| Field Detail |
public java.lang.Object _key
public java.lang.Object _value
| Constructor Detail |
public FwAssociation()
public FwAssociation(java.lang.Object k,
java.lang.Object v)
| Method Detail |
public java.lang.Object getKey()
getKey in interface FwAssociationIFpublic void setKey(java.lang.Object o)
setKey in interface FwAssociationIFo - the new value of the keypublic boolean hasKey(java.lang.Object o)
hasKey in interface FwAssociationIFo - - the key (as Object) we check for
public java.lang.Object getValue()
getValue in interface FwAssociationIFpublic void setValue(java.lang.Object o)
setValue in interface FwAssociationIFo - the new valuepublic boolean hasValue(java.lang.Object o)
hasValue in interface FwAssociationIFo - - the value for which we check
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - - the object to compare this FwAssociation against
public java.lang.String toStringValue()
toStringValue in interface FwSimpleObjectIFtoStringValue in class FwSimpleObjectpublic void postCopy()
FwCopyableIF
postCopy in interface FwSimpleObjectIFpostCopy in class FwSimpleObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||