com.atlassian.jira.ofbiz
Class AbstractOfBizValueWrapper
java.lang.Object
com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
- All Implemented Interfaces:
- OfBizValueWrapper
- Direct Known Subclasses:
- Attachment, IssueLink, IssueLinkType, VersionImpl
- public abstract class AbstractOfBizValueWrapper
- extends java.lang.Object
- implements OfBizValueWrapper
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
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
genericValue
protected final org.ofbiz.core.entity.GenericValue genericValue
AbstractOfBizValueWrapper
protected AbstractOfBizValueWrapper(org.ofbiz.core.entity.GenericValue genericValue)
getString
public java.lang.String getString(java.lang.String name)
- Specified by:
getString
in interface OfBizValueWrapper
getTimestamp
public java.sql.Timestamp getTimestamp(java.lang.String name)
- Specified by:
getTimestamp
in interface OfBizValueWrapper
getLong
public java.lang.Long getLong(java.lang.String name)
- Specified by:
getLong
in interface OfBizValueWrapper
getGenericValue
public org.ofbiz.core.entity.GenericValue getGenericValue()
- Specified by:
getGenericValue
in interface OfBizValueWrapper
store
public void store()
- Specified by:
store
in interface OfBizValueWrapper
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
Copyright © 2002-2005 Atlassian. All Rights Reserved.