|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.loribel.commons.business.GB_BOValueAbstract
com.loribel.commons.business.GB_BOValueMap
Default implementation of GB_SimpleBOValue for map values.
| Field Summary |
| Fields inherited from class com.loribel.commons.business.GB_BOValueAbstract |
businessObject, property |
| Constructor Summary | |
GB_BOValueMap(GB_SimpleBusinessObjectSet a_businessObject,
GB_BOProperty a_property)
Constructor. |
|
GB_BOValueMap(GB_SimpleBusinessObjectSet a_businessObject,
java.lang.String a_propertyName)
Constructor. |
|
| Method Summary | |
protected void |
checkWithProperty()
|
java.lang.Object |
getValue()
Returns the value(s) of a property into a Map Return a copy of the map of values. |
protected java.util.Map |
getValueMap()
Get The map of values. |
void |
putValueItem(java.lang.String a_name,
java.lang.Object a_valueItem)
Add a value. |
void |
removeAllValueItems()
Remove all the value items from the list of values. |
void |
removeValueItem(java.lang.String a_name)
Remove a Value. |
void |
setValue(java.lang.Object a_value)
Set the value. |
| Methods inherited from class com.loribel.commons.business.GB_BOValueAbstract |
addMyPropertyChangeListener, addMyPropertyChangeListener, fireMyPropertyChange, getBusinessObject, getProperty, getPropertyName, getType, isBusinessObject, isMultiValue, removeMyPropertyChangeListener, removeMyPropertyChangeListener, setBusinessObject, setProperty, setProperty, toString, updateValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GB_BOValueMap(GB_SimpleBusinessObjectSet a_businessObject,
GB_BOProperty a_property)
public GB_BOValueMap(GB_SimpleBusinessObjectSet a_businessObject,
java.lang.String a_propertyName)
| Method Detail |
protected void checkWithProperty()
checkWithProperty in class GB_BOValueAbstractpublic java.lang.Object getValue()
getValue in interface GB_SimpleBOValueprotected java.util.Map getValueMap()
public void putValueItem(java.lang.String a_name,
java.lang.Object a_valueItem)
putValueItem in interface GB_ValuesMapOwnerSeta_valueItem - Object -
public void removeAllValueItems()
GB_ValuesMapOwnerSet
removeAllValueItems in interface GB_ValuesMapOwnerSetpublic void removeValueItem(java.lang.String a_name)
removeValueItem in interface GB_ValuesMapOwnerSetpublic void setValue(java.lang.Object a_value)
a_value - must be a Map.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||