|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The transient representation of a persistent stored Entity.
| Method Summary | |
java.lang.Object |
getAttribute(int idx)
Deprecated. Gets the attribute attribute of the PersistedObject object |
java.lang.Object[] |
getAttributes()
Deprecated. Gets the attributes attribute of the PersistedObject object |
java.lang.String |
getClasstype()
Deprecated. Gets the classtype attribute of the PersistedObject object |
java.lang.String |
getEntityKey()
Deprecated. Gets the entityKey attribute of the PersistedObject object |
java.lang.Object |
getLink(int idx)
Deprecated. Gets the linkAsVector attribute of the PersistedObject object |
java.lang.Object[] |
getLinks()
Deprecated. Gets the links attribute of the PersistedObject object |
PersistenceOperationType |
getOperation()
Deprecated. Gets the operation attribute of the PersistedObject object |
boolean |
isPersistent()
Deprecated. Gets the persistent attribute of the DataObject object |
void |
setAttribute(int idx,
java.lang.Object object)
Deprecated. Sets the attribute attribute of the PersistedObject object |
void |
setAttributes(java.lang.Object[] objects)
Deprecated. Sets the attributes attribute of the PersistedObject object |
void |
setLink(int idx,
Entity link)
Deprecated. Sets the link attribute of the PersistedObject object |
void |
setLink(int idx,
java.lang.String linkKey)
Deprecated. Sets the link attribute of the PersistedObject object |
void |
setLink(int idx,
java.util.Vector link)
Deprecated. Sets the link attribute of the PersistedObject object |
void |
setLinks(java.lang.Object[] link)
Deprecated. Sets the links attribute of the PersistedObject object |
| Method Detail |
public java.lang.String getClasstype()
public java.lang.Object getAttribute(int idx)
idx - Description of the Parameter
public void setAttribute(int idx,
java.lang.Object object)
throws PersistenceException
object - The new attribute valueidx - The new attribute value
PersistenceException - Description of the Exceptionpublic java.lang.Object getLink(int idx)
idx - Description of the Parameter
public java.lang.Object[] getAttributes()
public void setAttributes(java.lang.Object[] objects)
throws PersistenceException
objects - The new attributes value
PersistenceException - Description of the Exception
public void setLink(int idx,
Entity link)
throws PersistenceException
idx - The new link valuelink - The new link value
PersistenceException - Description of the Exception
public void setLink(int idx,
java.util.Vector link)
throws PersistenceException
idx - The new link valuelink - The new link value
PersistenceException - Description of the Exception
public void setLink(int idx,
java.lang.String linkKey)
throws PersistenceException
idx - The new link valuelinkKey - The new link value
PersistenceException - Description of the Exception
public void setLinks(java.lang.Object[] link)
throws PersistenceException
link - The new links value
PersistenceException - Description of the Exceptionpublic java.lang.Object[] getLinks()
public boolean isPersistent()
public java.lang.String getEntityKey()
public PersistenceOperationType getOperation()
throws PersistenceException
PersistenceException - Description of the Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||