com.submersion.jspshop.ejb
Interface Class

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

public interface Class
extends javax.ejb.EJBObject

Remote interface for Class entity bean.

Version:
$Revision$ Date Created: August 22, 2001 Last changed: $Date$ Changed by: $Author$
Author:
Jeff Davey (jeffdavey@submersion.com)
See Also:
ClassHome, ClassBean

Method Summary
 java.lang.String getClassName()
          Primary key for this entity
 java.lang.String getContext()
          A sort key showing the inheritance line of the class
 java.lang.String getDescription()
          Returns description describing the class
 java.lang.String getParentName()
          Returns the primary key for the parent object from which this class inherits properties from
 void setContext(java.lang.String context)
          Changes the context (Would only use when moving in tree, or during creation)
 void setDescription(java.lang.String description)
          Changes the description for this class
 void setParentName(java.lang.String parentName)
          Changes the parent object of the entity (Would only use while moving in tree, or creating)
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getClassName

public java.lang.String getClassName()
                              throws java.rmi.RemoteException
Primary key for this entity
Throws:
java.rmi.RemoteException -  

getParentName

public java.lang.String getParentName()
                               throws java.rmi.RemoteException
Returns the primary key for the parent object from which this class inherits properties from
Throws:
java.rmi.RemoteException -  

setParentName

public void setParentName(java.lang.String parentName)
                   throws java.rmi.RemoteException
Changes the parent object of the entity (Would only use while moving in tree, or creating)
Parameters:
parentName -  
Throws:
java.rmi.RemoteException -  

getContext

public java.lang.String getContext()
                            throws java.rmi.RemoteException
A sort key showing the inheritance line of the class
Throws:
java.rmi.RemoteException -  

setContext

public void setContext(java.lang.String context)
                throws java.rmi.RemoteException
Changes the context (Would only use when moving in tree, or during creation)
Parameters:
context -  
Throws:
java.rmi.RemoteException -  

getDescription

public java.lang.String getDescription()
                                throws java.rmi.RemoteException
Returns description describing the class
Throws:
java.rmi.RemoteException -  

setDescription

public void setDescription(java.lang.String description)
                    throws java.rmi.RemoteException
Changes the description for this class
Parameters:
description -  
Throws:
java.rmi.RemoteException -