com.ibm.commerce.marketingcenter.objimpl
Class BIClosedLoopMiningModelBeanBase

java.lang.Object
  ECEntityBean
      com.ibm.commerce.marketingcenter.objimpl.BIClosedLoopMiningModelBeanBase

public class BIClosedLoopMiningModelBeanBase
extends ECEntityBean

Bean implementation class for Enterprise Bean: BIClosedLoopMiningModel

See Also:
Serialized Form

Field Summary
java.lang.Integer segmentationId
Implemetation field for persistent attribute: segmentationId
java.lang.String segmentationName
Implemetation field for persistent attribute: segmentationName
Constructor Summary
BIClosedLoopMiningModelBeanBase()
Method Summary
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
com.ibm.commerce.marketingcenter.objects.BIClosedLoopMiningModelKey ejbCreate(java.lang.Integer segmentationId)
ejbCreate method for a CMP entity bean.
void ejbLoad()
ejbLoad
void ejbPassivate()
ejbPassivate
void ejbPostCreate(java.lang.Integer segmentationId)
ejbPostCreate
void ejbRemove()
ejbRemove
void ejbStore()
ejbStore
javax.ejb.EntityContext getEntityContext()
getEntityContext
java.lang.Integer getSegmentationId()
Get accessor for persistent attribute: segmentationName
java.lang.String getSegmentationName()
Get accessor for persistent attribute: segmentationName
void setEntityContext(javax.ejb.EntityContext ctx)
setEntityContext
void setSegmentationId(java.lang.Integer newSegmentationId)
Set accessor for persistent attribute: segmentationName
void setSegmentationName(java.lang.String newSegmentationName)
Set accessor for persistent attribute: segmentationName
void unsetEntityContext()
unsetEntityContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail

segmentationId

public java.lang.Integer segmentationId
Implemetation field for persistent attribute: segmentationId

segmentationName

public java.lang.String segmentationName
Implemetation field for persistent attribute: segmentationName
Constructor Detail

BIClosedLoopMiningModelBeanBase

public BIClosedLoopMiningModelBeanBase()
Method Detail

getEntityContext

public javax.ejb.EntityContext getEntityContext()
getEntityContext

setEntityContext

public void setEntityContext(javax.ejb.EntityContext ctx)
setEntityContext

unsetEntityContext

public void unsetEntityContext()
unsetEntityContext

ejbActivate

public void ejbActivate()
ejbActivate

ejbCreate

public com.ibm.commerce.marketingcenter.objects.BIClosedLoopMiningModelKey ejbCreate(java.lang.Integer segmentationId)
                                                                              throws javax.ejb.CreateException
ejbCreate method for a CMP entity bean.
Throws:
javax.ejb.CreateException

ejbLoad

public void ejbLoad()
ejbLoad

ejbPassivate

public void ejbPassivate()
ejbPassivate

ejbPostCreate

public void ejbPostCreate(java.lang.Integer segmentationId)
                   throws javax.ejb.CreateException
ejbPostCreate
Throws:
javax.ejb.CreateException

ejbRemove

public void ejbRemove()
               throws javax.ejb.RemoveException
ejbRemove
Throws:
javax.ejb.RemoveException

ejbStore

public void ejbStore()
ejbStore

_initLinks

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

_getLinks

protected java.util.Vector _getLinks()
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
javax.ejb.RemoveException

getSegmentationName

public java.lang.String getSegmentationName()
Get accessor for persistent attribute: segmentationName

setSegmentationName

public void setSegmentationName(java.lang.String newSegmentationName)
Set accessor for persistent attribute: segmentationName

getSegmentationId

public java.lang.Integer getSegmentationId()
Get accessor for persistent attribute: segmentationName

setSegmentationId

public void setSegmentationId(java.lang.Integer newSegmentationId)
Set accessor for persistent attribute: segmentationName

Feedback