|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Remote interface for Property entity bean
PropertyHome
,
PropertyBean
Method Summary | |
java.lang.String |
getClassName()
Returns the Class key which the property belongs to. |
java.lang.String |
getName()
Returns the name of the property |
java.lang.Long |
getPropertyID()
Returns the primary key for the property |
void |
setClassName(java.lang.String className)
Changes the class key of which the property belongs. |
void |
setName(java.lang.String name)
Changes the name of the property |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
public java.lang.Long getPropertyID() throws java.rmi.RemoteException
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 |