com.ibm.commerce.marketingcenter.objimpl
Class BIClosedLoopMiningMemberResultsBeanBase

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

public class BIClosedLoopMiningMemberResultsBeanBase
extends ECEntityBean

Bean implementation class for Enterprise Bean: BIClosedLoopMiningMemberResults

See Also:
Serialized Form

Field Summary
java.lang.Long memberId
Implemetation field for persistent attribute: memberId
java.lang.Double score
Implemetation field for persistent attribute: score
java.lang.Integer segmentationId
Implemetation field for persistent attribute: segmentationId
java.lang.Integer segmentIndex
Implemetation field for persistent attribute: segmentIndex
java.lang.Long subId
Implemetation field for persistent attribute: subId
Constructor Summary
BIClosedLoopMiningMemberResultsBeanBase()
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.BIClosedLoopMiningMemberResultsKey ejbCreate(java.lang.Integer segmentationId, java.lang.Long subId, java.lang.Long memberId)
ejbCreate method for a CMP entity bean.
void ejbLoad()
ejbLoad
void ejbPassivate()
ejbPassivate
void ejbPostCreate(java.lang.Integer segmentationId, java.lang.Long subId, java.lang.Long memberId)
ejbPostCreate
void ejbRemove()
ejbRemove
void ejbStore()
ejbStore
javax.ejb.EntityContext getEntityContext()
getEntityContext
java.lang.Long getMemberId()
Get accessor for persistent attribute: segmentationId
java.lang.Double getScore()
Get accessor for persistent attribute: score
java.lang.Integer getSegmentationId()
Get accessor for persistent attribute: segmentationId
java.lang.Integer getSegmentIndex()
Get accessor for persistent attribute: segmentIndex
java.lang.Long getSubId()
Get accessor for persistent attribute: segmentationId
void setEntityContext(javax.ejb.EntityContext ctx)
setEntityContext
void setMemberId(java.lang.Long newMemberId)
Set accessor for persistent attribute: segmentationId
void setScore(java.lang.Double newScore)
Set accessor for persistent attribute: score
void setSegmentationId(java.lang.Integer newSegmentationId)
Set accessor for persistent attribute: segmentationId
void setSegmentIndex(java.lang.Integer newSegmentIndex)
Set accessor for persistent attribute: segmentIndex
void setSubId(java.lang.Long newSubId)
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

segmentIndex

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

score

public java.lang.Double score
Implemetation field for persistent attribute: score

subId

public java.lang.Long subId
Implemetation field for persistent attribute: subId

memberId

public java.lang.Long memberId
Implemetation field for persistent attribute: memberId
Constructor Detail

BIClosedLoopMiningMemberResultsBeanBase

public BIClosedLoopMiningMemberResultsBeanBase()
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.BIClosedLoopMiningMemberResultsKey ejbCreate(java.lang.Integer segmentationId,
                                                                                             java.lang.Long subId,
                                                                                             java.lang.Long memberId)
                                                                                      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.Long subId,
                          java.lang.Long memberId)
                   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

getSegmentIndex

public java.lang.Integer getSegmentIndex()
Get accessor for persistent attribute: segmentIndex

setSegmentIndex

public void setSegmentIndex(java.lang.Integer newSegmentIndex)
Set accessor for persistent attribute: segmentIndex

getScore

public java.lang.Double getScore()
Get accessor for persistent attribute: score

setScore

public void setScore(java.lang.Double newScore)
Set accessor for persistent attribute: score

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

getSubId

public java.lang.Long getSubId()
Get accessor for persistent attribute: segmentationId

setSubId

public void setSubId(java.lang.Long newSubId)
Set accessor for persistent attribute: segmentationId

getMemberId

public java.lang.Long getMemberId()
Get accessor for persistent attribute: segmentationId

setMemberId

public void setMemberId(java.lang.Long newMemberId)
Set accessor for persistent attribute: segmentationId

Feedback