com.submersion.jspshop.ejb
Interface TypeValue

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface TypeValue
extends javax.ejb.EJBObject

Remote interface for TypeValue entity bean

See Also:
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

getTypeValueID

public java.lang.Long getTypeValueID()
                              throws java.rmi.RemoteException
returns the primary key for TypeValue bean
Returns:
The typeValueID value
Throws:
java.rmi.RemoteException -  
Since:
 

getValueID

public java.lang.Long getValueID()
                          throws java.rmi.RemoteException
Returns the key of the property value that the type belongs to
Returns:
The valueID value
Throws:
java.rmi.RemoteException -  
Since:
 

setValueID

public void setValueID(java.lang.Long valueID)
                throws java.rmi.RemoteException
sets the key of the property value that the typevalue belongs to. Should only be used on creation.
Parameters:
valueID -  
Throws:
java.rmi.RemoteException -  
Since:
 

getValue

public java.lang.String getValue()
                          throws java.rmi.RemoteException
returns the value of the type
Returns:
The value value
Throws:
java.rmi.RemoteException -  
Since:
 

setValue

public void setValue(java.lang.String value)
              throws java.rmi.RemoteException
sets the value of the type
Parameters:
value -  
Throws:
java.rmi.RemoteException -  
Since:
 

getTypeID

public java.lang.Long getTypeID()
                         throws java.rmi.RemoteException
Gets the typeID attribute of the TypeValue object
Returns:
The typeID value
Throws:
java.rmi.RemoteException - Description of Exception
Since:
 

setTypeID

public void setTypeID(java.lang.Long typeID)
               throws java.rmi.RemoteException
Sets the typeID attribute of the TypeValue object
Parameters:
typeID - The new typeID value
Throws:
java.rmi.RemoteException - Description of Exception
Since: