|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--jpa.p1.sub.SubValue
This class represents a single PlatformOne value or attribute. It is instantiated and populated by the JPA PlatformOne Subscription package, when images and updates are received following a record watch. It may be accessed via the getValue and getAttr methods in the SubRecord class.
| Method Summary | |
protected void |
finalize()
|
java.lang.String |
getDisplayValue()
This method returns the dipslay value of the field. |
java.lang.String |
getFieldName()
This method returns the field name. |
int |
getFieldType()
This method returns the field type. |
java.lang.String |
getValue()
This method returns the internal value of the field. |
boolean |
isChanged()
This method determines whether or not the field has changed in the current update. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectpublic boolean isChanged()
public java.lang.String getFieldName()
public int getFieldType()
public java.lang.String getValue()
public java.lang.String getDisplayValue()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||