com.submersion.jspshop.ejb
Interface Type

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

public interface Type
extends javax.ejb.EJBObject

Remote interface for Type Entity bean

See Also:
TypeBean, TypeHome

Method Summary
 java.lang.String getName()
          Returns the name of the type
 java.lang.Long getTypeID()
          returns the primary key for Type
 void setName(java.lang.String name)
          Sets the name of the type
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getTypeID

public java.lang.Long getTypeID()
                         throws java.rmi.RemoteException
returns the primary key for Type
Throws:
java.rmi.RemoteException -  

getName

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

setName

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