|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Remote interface for the Object entity bean.
ObjectHome
,
ObjectBean
Method Summary | |
java.lang.String |
getClassName()
Returns the Class primary key that the object belongs to |
java.lang.String |
getContext()
Returns a sort key that contains the context of this object. |
java.lang.String |
getName()
Returns the name of the Object |
java.lang.Long |
getObjectID()
Returns the primary key for this Object. |
java.lang.Long |
getParentID()
Returns the primary key of the Parent Object |
void |
setClassName(java.lang.String className)
Sets the Class Primary Key that the Object belongs to. |
void |
setContext(java.lang.String context)
Changes the sort key for the context. |
void |
setName(java.lang.String name)
Changes the name of the object |
void |
setParentID(java.lang.Long parentID)
Changes the parent Object for this Object. |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
public java.lang.Long getObjectID() throws java.rmi.RemoteException
java.rmi.RemoteException
- public java.lang.String getContext() throws java.rmi.RemoteException
java.rmi.RemoteException
- public void setContext(java.lang.String context) throws java.rmi.RemoteException
context
- java.rmi.RemoteException
- public java.lang.Long getParentID() throws java.rmi.RemoteException
java.rmi.RemoteException
- public void setParentID(java.lang.Long parentID) throws java.rmi.RemoteException
parentID
- java.rmi.RemoteException
- public java.lang.String getName() throws java.rmi.RemoteException
java.rmi.RemoteException
- public void setName(java.lang.String name) throws java.rmi.RemoteException
name
- java.rmi.RemoteException
- public java.lang.String getClassName() throws java.rmi.RemoteException
java.rmi.RemoteException
- public void setClassName(java.lang.String className) throws java.rmi.RemoteException
className
- java.rmi.RemoteException
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |