com.primix.vlib.ejb.impl
Class PublisherBean

java.lang.Object
  |
  +--com.primix.vlib.ejb.impl.AbstractEntityBean
        |
        +--com.primix.vlib.ejb.impl.PublisherBean
All Implemented Interfaces:
EnterpriseBean, EntityBean, java.io.Serializable

public class PublisherBean
extends AbstractEntityBean

Implementation of the Publisher entity.

We're using container managed persistance.

Version:
$Id: PublisherBean.java,v 1.1 2001/06/14 15:21:23 hship Exp $
Author:
Howard Ship
See Also:
IPublisher, IPublisherHome, Serialized Form

Field Summary
 java.lang.String name
           
 java.lang.Integer publisherId
           
 
Fields inherited from class com.primix.vlib.ejb.impl.AbstractEntityBean
context, dirty
 
Constructor Summary
PublisherBean()
           
 
Method Summary
 java.lang.Integer ejbCreate(java.lang.String name)
           
 void ejbPostCreate(java.lang.String name)
           
protected  java.lang.String[] getAttributePropertyNames()
          Implemented in subclasses to provide a list of property names to be included in the entity attributes map.
 java.lang.String getName()
           
 void setName(java.lang.String value)
           
 
Methods inherited from class com.primix.vlib.ejb.impl.AbstractEntityBean
allocateKey, ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, getEntityAttributes, getEnvironmentObject, isDirty, setEntityContext, unsetEntityContext, updateEntityAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

publisherId

public java.lang.Integer publisherId

name

public java.lang.String name
Constructor Detail

PublisherBean

public PublisherBean()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String value)

getAttributePropertyNames

protected java.lang.String[] getAttributePropertyNames()
Description copied from class: AbstractEntityBean
Implemented in subclasses to provide a list of property names to be included in the entity attributes map.
Overrides:
getAttributePropertyNames in class AbstractEntityBean

ejbCreate

public java.lang.Integer ejbCreate(java.lang.String name)
                            throws java.rmi.RemoteException

ejbPostCreate

public void ejbPostCreate(java.lang.String name)