|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Any Object that implements this interface can be handled as a LovValue. A LovValue contains Objects associated to field names (ie. properties).
Note that we call ListOfValues a List of LovValue (where those LovValue can be any Object implementing this interface).
A LovValue with three fields (Long, String, String) like (OID, SHORT_NAME, LONG_NAME) would look like: (0,"None","Not defined") or (1,"FR","France") or (2,"UK","United Kingdom") whereas a ListOfValues for the COUNTRIES (in our example) would be the List of all those LovValue: {(0,"None","Not defined"),(1,"FR","France"),(2,"UK","United Kingdom")}
LovBean
,
LovServiceBean
Method Summary | |
java.lang.Object |
getFieldValue(java.lang.String p_fieldName)
This method enable the access to the values stored in this LovValue for the given field name. |
java.lang.Long |
getOid()
Deprecated. |
java.lang.Object |
getPK()
|
Method Detail |
public java.lang.Long getOid()
public java.lang.Object getPK()
public java.lang.Object getFieldValue(java.lang.String p_fieldName)
p_fieldName
- The field whose value is disired.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |