|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Remote interface for Value entity bean
ValueBean
,
ValueHome
Method Summary | |
java.lang.Long |
getObjectID()
returns the objectID that the value is linked to. |
java.lang.Long |
getPropertyID()
returns the propertyID of which the value belongs to |
java.lang.String |
getValue()
returns the String value of the property. |
java.lang.Long |
getValueID()
returns the Primary key of the bean |
void |
setObjectID(java.lang.Long objectID)
changes the objectID that the value is linked to. |
void |
setPropertyID(java.lang.Long propertyID)
changes the propertyID that the value belongs to. |
void |
setValue(java.lang.String value)
changes the string value of the property. |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
public java.lang.Long getValueID() throws java.rmi.RemoteException
java.rmi.RemoteException
- public java.lang.Long getPropertyID() throws java.rmi.RemoteException
java.rmi.RemoteException
- public void setPropertyID(java.lang.Long propertyID) throws java.rmi.RemoteException
propertyID
- java.rmi.RemoteException
- public java.lang.Long getObjectID() throws java.rmi.RemoteException
java.rmi.RemoteException
- public void setObjectID(java.lang.Long objectID) throws java.rmi.RemoteException
objectID
- java.rmi.RemoteException
- public java.lang.String getValue() throws java.rmi.RemoteException
java.rmi.RemoteException
- public void setValue(java.lang.String value) throws java.rmi.RemoteException
value
- java.rmi.RemoteException
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |