|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--jpa.p1.sub.SubRecord
This class represents a single PlatformOne record. It is implemented by the JPA PlatformOne Subscription package, and is created in response to an invocation of the createRecord method in the SubDataset class.
| Method Summary | |
void |
cancel(SubRecordEvent event)
This method cancels a watch on the record. |
protected void |
finalize()
|
SubValue |
findAttr(char cAttr)
This method finds the object representing the value of the specified attribute, and returns a reference to it. |
SubValue |
findValue(java.lang.String fieldName)
This method finds the object representing the value of the specified field, and returns a reference to it. |
SubValue |
getAttr(int attr)
This method returns a reference to the object representing an individual attribute. |
SubDataset |
getDataset()
This method returns a reference to the dataset object to which this record belongs. |
java.lang.String |
getName()
This method returns the record name. |
int |
getNumAttr()
This method returns the number of attributes in the record. |
int |
getNumValue()
This method returns the number of values in the record. |
SubSchema |
getSchema()
This method returns a reference to the object representing the schema used by the object. |
int |
getState()
This method returns the current state of the record. |
java.util.Date |
getTimestamp()
This method returns the timestamp of the most recent update to the record. |
SubValue |
getValue(int value)
This method returns a reference to the object representing an individual value. |
void |
watch(SubRecordEvent event)
This method watches the record. |
| 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 java.lang.String getName()
public void watch(SubRecordEvent event)
public void cancel(SubRecordEvent event)
public SubDataset getDataset()
public int getNumValue()
public SubValue getValue(int value)
public int getNumAttr()
public SubValue findValue(java.lang.String fieldName)
public SubValue getAttr(int attr)
public SubValue findAttr(char cAttr)
public SubSchema getSchema()
public int getState()
public java.util.Date getTimestamp()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||