com.ibm.commerce.marketingcenter.objimpl
Class BIClosedLoopMiningModelDescriptionBeanBase

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

public class BIClosedLoopMiningModelDescriptionBeanBase
extends ECEntityBean

Bean implementation class for Enterprise Bean: BIClosedLoopMiningModelDescription

See Also:
Serialized Form

Field Summary
java.lang.Integer languageId
Implemetation field for persistent attribute: languageId
java.lang.String segmentationDescription
Implemetation field for persistent attribute: segmentationDescription
java.lang.Integer segmentationId
Implemetation field for persistent attribute: segmentationId
Constructor Summary
BIClosedLoopMiningModelDescriptionBeanBase()
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.BIClosedLoopMiningModelDescriptionKey ejbCreate(java.lang.Integer segmentationId, java.lang.Integer languageId)
ejbCreate method for a CMP entity bean.
void ejbLoad()
ejbLoad
void ejbPassivate()
ejbPassivate
void ejbPostCreate(java.lang.Integer segmentationId, java.lang.Integer languageId)
ejbPostCreate
void ejbRemove()
ejbRemove
void ejbStore()
ejbStore
javax.ejb.EntityContext getEntityContext()
getEntityContext
java.lang.Integer getLanguageId()
Get accessor for persistent attribute: languageId
java.lang.String getSegmentationDescription()
Get accessor for persistent attribute: segmentationDescription
java.lang.Integer getSegmentationId()
Get accessor for persistent attribute: segmentationId
void setEntityContext(javax.ejb.EntityContext ctx)
setEntityContext
void setLanguageId(java.lang.Integer newLanguageId)
Set accessor for persistent attribute: languageId
void setSegmentationDescription(java.lang.String newSegmentationDescription)
Set accessor for persistent attribute: segmentationDescription
void setSegmentationId(java.lang.Integer newSegmentationId)
Set accessor for persistent attribute: segmentationId
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

segmentationDescription

public java.lang.String segmentationDescription
Implemetation field for persistent attribute: segmentationDescription

languageId

public java.lang.Integer languageId
Implemetation field for persistent attribute: languageId
Constructor Detail

BIClosedLoopMiningModelDescriptionBeanBase

public BIClosedLoopMiningModelDescriptionBeanBase()
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.BIClosedLoopMiningModelDescriptionKey ejbCreate(java.lang.Integer segmentationId,
                                                                                                java.lang.Integer languageId)
                                                                                         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,
                          java.lang.Integer languageId)
                   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

getSegmentationDescription

public java.lang.String getSegmentationDescription()
Get accessor for persistent attribute: segmentationDescription

setSegmentationDescription

public void setSegmentationDescription(java.lang.String newSegmentationDescription)
Set accessor for persistent attribute: segmentationDescription

getSegmentationId

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

setSegmentationId

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

getLanguageId

public java.lang.Integer getLanguageId()
Get accessor for persistent attribute: languageId

setLanguageId

public void setLanguageId(java.lang.Integer newLanguageId)
Set accessor for persistent attribute: languageId

Feedback