|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Remote interface for Class entity bean.
ClassHome
,
ClassBean
Method Summary | |
java.lang.String |
getClassName()
Primary key for this entity |
java.lang.String |
getContext()
A sort key showing the inheritance line of the class |
java.lang.String |
getDescription()
Returns description describing the class |
java.lang.String |
getParentName()
Returns the primary key for the parent object from which this class inherits properties from |
void |
setContext(java.lang.String context)
Changes the context (Would only use when moving in tree, or during creation) |
void |
setDescription(java.lang.String description)
Changes the description for this class |
void |
setParentName(java.lang.String parentName)
Changes the parent object of the entity (Would only use while moving in tree, or creating) |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
public java.lang.String getClassName() throws java.rmi.RemoteException
java.rmi.RemoteException
- public java.lang.String getParentName() throws java.rmi.RemoteException
java.rmi.RemoteException
- public void setParentName(java.lang.String parentName) throws java.rmi.RemoteException
parentName
- 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.String getDescription() throws java.rmi.RemoteException
java.rmi.RemoteException
- public void setDescription(java.lang.String description) throws java.rmi.RemoteException
description
- java.rmi.RemoteException
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |