|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
public abstract class AbstractOfBizValueWrapper
The methods in these class should not be used. They are here for backwards compatibility with GenericValues Use debug to determine what still uses these methods and change the code to uses the actual getter/setter methods of the bean.
| Field Summary | |
|---|---|
protected org.ofbiz.core.entity.GenericValue |
genericValue
|
| Constructor Summary | |
|---|---|
protected |
AbstractOfBizValueWrapper(org.ofbiz.core.entity.GenericValue genericValue)
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
org.ofbiz.core.entity.GenericValue |
getGenericValue()
Get the backing GenericValue object. |
Long |
getLong(String name)
Retrieve a numeric field. |
String |
getString(String name)
Retrieve a String field. |
Timestamp |
getTimestamp(String name)
Retrieve a timestamp field. |
int |
hashCode()
|
void |
store()
Persist this object's immediate fields. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.ofbiz.core.entity.GenericValue genericValue
| Constructor Detail |
|---|
protected AbstractOfBizValueWrapper(org.ofbiz.core.entity.GenericValue genericValue)
| Method Detail |
|---|
public String getString(String name)
OfBizValueWrapper
getString in interface OfBizValueWrapperpublic Timestamp getTimestamp(String name)
OfBizValueWrapper
getTimestamp in interface OfBizValueWrapperpublic Long getLong(String name)
OfBizValueWrapper
getLong in interface OfBizValueWrapperpublic org.ofbiz.core.entity.GenericValue getGenericValue()
OfBizValueWrapper
getGenericValue in interface OfBizValueWrapperpublic void store()
OfBizValueWrapper
store in interface OfBizValueWrapperpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||