|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Remote interface for TypeValue entity bean
TypeValueBean
,
TypeValueHome
Method Summary | |
java.lang.Long |
getTypeID()
Gets the typeID attribute of the TypeValue object |
java.lang.Long |
getTypeValueID()
returns the primary key for TypeValue bean |
java.lang.String |
getValue()
returns the value of the type |
java.lang.Long |
getValueID()
Returns the key of the property value that the type belongs to |
void |
setTypeID(java.lang.Long typeID)
Sets the typeID attribute of the TypeValue object |
void |
setValue(java.lang.String value)
sets the value of the type |
void |
setValueID(java.lang.Long valueID)
sets the key of the property value that the typevalue belongs to. |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
public java.lang.Long getTypeValueID() throws java.rmi.RemoteException
java.rmi.RemoteException
- public java.lang.Long getValueID() throws java.rmi.RemoteException
java.rmi.RemoteException
- public void setValueID(java.lang.Long valueID) throws java.rmi.RemoteException
valueID
- 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
- public java.lang.Long getTypeID() throws java.rmi.RemoteException
java.rmi.RemoteException
- Description of Exceptionpublic void setTypeID(java.lang.Long typeID) throws java.rmi.RemoteException
typeID
- The new typeID valuejava.rmi.RemoteException
- Description of Exception
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |