| java.lang.Object | |
| ↳ | com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper |
Known Direct Subclasses
|
Known Indirect Subclasses
|
@Internal@Internal classes and interfaces can not expect to be compatible with any version
other than the version they were compiled against (even minor version and milestone releases may break binary
compatibility with respect to @Internal elements).
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.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| genericValue | |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the backing GenericValue object.
| |||||||||||
Retrieve a numeric field.
| |||||||||||
Retrieve a String field.
| |||||||||||
Retrieve a timestamp field.
| |||||||||||
Persist this object's immediate fields.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||
From interface
com.atlassian.jira.ofbiz.OfBizValueWrapper
| |||||||||||||||||||||
Get the backing GenericValue object.
Retrieve a numeric field.
| name | the field name |
|---|
Retrieve a String field.
| name | the field name |
|---|
Retrieve a timestamp field.
| name | the field name |
|---|
Persist this object's immediate fields.
