|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@PublicApi public interface OfBizValueWrapper
The methods in this interface should not be used. They are here for legacy compatibility with GenericValues
| Method Summary | |
|---|---|
org.ofbiz.core.entity.GenericValue |
getGenericValue()
Deprecated. Use the Data object getters instead. Since v5.0. |
Long |
getLong(String name)
Deprecated. Use the Data object getters instead. Since v5.0. |
String |
getString(String name)
Deprecated. Use the Data object getters instead. Since v5.0. |
Timestamp |
getTimestamp(String name)
Deprecated. Use the Data object getters instead. Since v5.0. |
void |
store()
Deprecated. Use the Object's Service or Manager to save values. Since v5.0. |
| Method Detail |
|---|
String getString(String name)
name - the field name
Timestamp getTimestamp(String name)
name - the field name
Long getLong(String name)
name - the field name
org.ofbiz.core.entity.GenericValue getGenericValue()
void store()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||