com.sap.ip.me.api.persist.core
Interface PersistedObject


Deprecated. PersistedObject is replaced by PersistenceContainer

public interface PersistedObject

The transient representation of a persistent stored Entity.

Author:
SAP

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

getClasstype

public java.lang.String getClasstype()
Deprecated. 
Gets the classtype attribute of the PersistedObject object

Returns:
The classtype value

getAttribute

public java.lang.Object getAttribute(int idx)
Deprecated. 
Gets the attribute attribute of the PersistedObject object

Parameters:
idx - Description of the Parameter
Returns:
The attribute value

setAttribute

public void setAttribute(int idx,
                         java.lang.Object object)
                  throws PersistenceException
Deprecated. 
Sets the attribute attribute of the PersistedObject object

Parameters:
object - The new attribute value
idx - The new attribute value
Throws:
PersistenceException - Description of the Exception

getLink

public java.lang.Object getLink(int idx)
Deprecated. 
Gets the linkAsVector attribute of the PersistedObject object

Parameters:
idx - Description of the Parameter
Returns:
The linkAsVector value

getAttributes

public java.lang.Object[] getAttributes()
Deprecated. 
Gets the attributes attribute of the PersistedObject object

Returns:
The attributes value

setAttributes

public void setAttributes(java.lang.Object[] objects)
                   throws PersistenceException
Deprecated. 
Sets the attributes attribute of the PersistedObject object

Parameters:
objects - The new attributes value
Throws:
PersistenceException - Description of the Exception

setLink

public void setLink(int idx,
                    Entity link)
             throws PersistenceException
Deprecated. 
Sets the link attribute of the PersistedObject object

Parameters:
idx - The new link value
link - The new link value
Throws:
PersistenceException - Description of the Exception

setLink

public void setLink(int idx,
                    java.util.Vector link)
             throws PersistenceException
Deprecated. 
Sets the link attribute of the PersistedObject object

Parameters:
idx - The new link value
link - The new link value
Throws:
PersistenceException - Description of the Exception

setLink

public void setLink(int idx,
                    java.lang.String linkKey)
             throws PersistenceException
Deprecated. 
Sets the link attribute of the PersistedObject object

Parameters:
idx - The new link value
linkKey - The new link value
Throws:
PersistenceException - Description of the Exception

setLinks

public void setLinks(java.lang.Object[] link)
              throws PersistenceException
Deprecated. 
Sets the links attribute of the PersistedObject object

Parameters:
link - The new links value
Throws:
PersistenceException - Description of the Exception

getLinks

public java.lang.Object[] getLinks()
Deprecated. 
Gets the links attribute of the PersistedObject object

Returns:
The links value

isPersistent

public boolean isPersistent()
Deprecated. 
Gets the persistent attribute of the DataObject object

Returns:
The persistent value

getEntityKey

public java.lang.String getEntityKey()
Deprecated. 
Gets the entityKey attribute of the PersistedObject object

Returns:
The entityKey value

getOperation

public PersistenceOperationType getOperation()
                                      throws PersistenceException
Deprecated. 
Gets the operation attribute of the PersistedObject object

Returns:
The operation value
Throws:
PersistenceException - Description of the Exception


Copyright © 2005 SAP AG. All Rights Reserved.