com.ibm.commerce.negotiation.objects
Class MessageCountBean

com.ibm.commerce.negotiation.objects.MessageCountBean
All Implemented Interfaces:
java.io.Serializable

public class MessageCountBean
implements java.io.Serializable

This is an Entity Bean class with CMP fields

See Also:
Serialized Form

Field Summary
 int count
           
 java.lang.Long recipientId
           
 java.lang.String status
           
 
Constructor Summary
MessageCountBean()
           
 
Method Summary
 java.util.Hashtable _copyFromEJB()
           
 void _copyToEJB(java.util.Hashtable h)
           
protected  java.util.Vector _getLinks()
          This method was generated for supporting the associations.
protected  void _initLinks()
          This method was generated for supporting the associations.
protected  void _removeLinks()
          This method was generated for supporting the associations.
 void ejbActivate()
          ejbActivate method comment
 void ejbLoad()
          ejbLoad method comment
 void ejbPassivate()
          ejbPassivate method comment
 void ejbPostCreate(int argCount)
          ejbPostCreate method for a CMP entity bean
 void ejbRemove()
          ejbRemove method comment
 void ejbStore()
          ejbStore method comment
 int getCount()
          Insert the method's description here.
 javax.ejb.EntityContext getEntityContext()
          getEntityContext method comment
 java.lang.Long getRecipientId()
          Insert the method's description here.
 java.lang.String getStatus()
          Insert the method's description here.
 void setEntityContext(javax.ejb.EntityContext ctx)
          setEntityContext method comment
 void unsetEntityContext()
          unsetEntityContext method comment
 

Field Detail

count

public int count

recipientId

public java.lang.Long recipientId

status

public java.lang.String status
Constructor Detail

MessageCountBean

public MessageCountBean()
Method Detail

_copyFromEJB

public java.util.Hashtable _copyFromEJB()

_copyToEJB

public void _copyToEJB(java.util.Hashtable h)

_getLinks

protected java.util.Vector _getLinks()
This method was generated for supporting the associations.
Returns:
java.util.Vector

_initLinks

protected void _initLinks()
This method was generated for supporting the associations.

_removeLinks

protected void _removeLinks()
                     throws java.rmi.RemoteException,
                            javax.ejb.RemoveException
This method was generated for supporting the associations.
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.RemoveException - The exception description.

ejbActivate

public void ejbActivate()
                 throws java.rmi.RemoteException
ejbActivate method comment
Throws:
java.rmi.RemoteException - The exception description.

ejbLoad

public void ejbLoad()
             throws java.rmi.RemoteException
ejbLoad method comment
Throws:
java.rmi.RemoteException - The exception description.

ejbPassivate

public void ejbPassivate()
                  throws java.rmi.RemoteException
ejbPassivate method comment
Throws:
java.rmi.RemoteException - The exception description.

ejbPostCreate

public void ejbPostCreate(int argCount)
                   throws java.rmi.RemoteException
ejbPostCreate method for a CMP entity bean
Parameters:
argCount - int
Throws:
java.rmi.RemoteException - The exception description.

ejbRemove

public void ejbRemove()
               throws java.rmi.RemoteException,
                      javax.ejb.RemoveException
ejbRemove method comment
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.RemoveException - The exception description.

ejbStore

public void ejbStore()
              throws java.rmi.RemoteException
ejbStore method comment
Throws:
java.rmi.RemoteException - The exception description.

getCount

public int getCount()
Insert the method's description here. Creation date: (5/15/00 10:18:41 PM)
Returns:
int

getEntityContext

public javax.ejb.EntityContext getEntityContext()
getEntityContext method comment
Returns:
javax.ejb.EntityContext

getRecipientId

public java.lang.Long getRecipientId()
Insert the method's description here. Creation date: (5/15/00 10:18:41 PM)
Returns:
Long

getStatus

public java.lang.String getStatus()
Insert the method's description here. Creation date: (5/15/00 10:18:41 PM)
Returns:
String

setEntityContext

public void setEntityContext(javax.ejb.EntityContext ctx)
                      throws java.rmi.RemoteException
setEntityContext method comment
Parameters:
ctx - javax.ejb.EntityContext
Throws:
java.rmi.RemoteException - The exception description.

unsetEntityContext

public void unsetEntityContext()
                        throws java.rmi.RemoteException
unsetEntityContext method comment
Throws:
java.rmi.RemoteException - The exception description.