com.submersion.jspshop.ejb
Interface PropertyType

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

public interface PropertyType
extends javax.ejb.EJBObject

Remote interface for PropertyType entity bean

See Also:
PropertyTypeBean, PropertyTypeHome

Method Summary
 java.lang.Long getPropertyID()
           
 java.lang.Long getPropertyTypeID()
           
 java.lang.Long getTypeID()
           
 void setPropertyID(java.lang.Long propertyID)
           
 void setTypeID(java.lang.Long typeID)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getPropertyTypeID

public java.lang.Long getPropertyTypeID()
                                 throws java.rmi.RemoteException

getPropertyID

public java.lang.Long getPropertyID()
                             throws java.rmi.RemoteException

setPropertyID

public void setPropertyID(java.lang.Long propertyID)
                   throws java.rmi.RemoteException

getTypeID

public java.lang.Long getTypeID()
                         throws java.rmi.RemoteException

setTypeID

public void setTypeID(java.lang.Long typeID)
               throws java.rmi.RemoteException