com.submersion.jspshop.ejb
Interface Property

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

public interface Property
extends javax.ejb.EJBObject

Remote interface for Property entity bean

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

getPropertyID

public java.lang.Long getPropertyID()
                             throws java.rmi.RemoteException
Returns the primary key for the property
Throws:
java.rmi.RemoteException -  

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException
Returns the name of the property
Throws:
java.rmi.RemoteException -  

setName

public void setName(java.lang.String name)
             throws java.rmi.RemoteException
Changes the name of the property
Parameters:
name -  
Throws:
java.rmi.RemoteException -  

getClassName

public java.lang.String getClassName()
                              throws java.rmi.RemoteException
Returns the Class key which the property belongs to.
Throws:
java.rmi.RemoteException -  

setClassName

public void setClassName(java.lang.String className)
                  throws java.rmi.RemoteException
Changes the class key of which the property belongs. Would only use this during create.
Parameters:
className -  
Throws:
java.rmi.RemoteException -