java.lang.Object | +--ECEntityBean | +--com.ibm.commerce.marketingcenter.objimpl.BIClosedLoopMiningMemberResultsBeanBase
Bean implementation class for Enterprise Bean: BIClosedLoopMiningMemberResults
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 |
---|
public java.lang.Integer segmentationId
public java.lang.Integer segmentIndex
public java.lang.Double score
public java.lang.Long subId
public java.lang.Long memberId
Constructor Detail |
---|
public BIClosedLoopMiningMemberResultsBeanBase()
Method Detail |
---|
public javax.ejb.EntityContext getEntityContext()
public void setEntityContext(javax.ejb.EntityContext ctx)
public void unsetEntityContext()
public void ejbActivate()
public com.ibm.commerce.marketingcenter.objects.BIClosedLoopMiningMemberResultsKey ejbCreate(java.lang.Integer segmentationId, java.lang.Long subId, java.lang.Long memberId) throws javax.ejb.CreateException
javax.ejb.CreateException
public void ejbLoad()
public void ejbPassivate()
public void ejbPostCreate(java.lang.Integer segmentationId, java.lang.Long subId, java.lang.Long memberId) throws javax.ejb.CreateException
javax.ejb.CreateException
public void ejbRemove() throws javax.ejb.RemoveException
javax.ejb.RemoveException
public void ejbStore()
protected void _initLinks()
protected java.util.Vector _getLinks()
protected void _removeLinks() throws java.rmi.RemoteException, javax.ejb.RemoveException
java.rmi.RemoteException
javax.ejb.RemoveException
public java.lang.Integer getSegmentIndex()
public void setSegmentIndex(java.lang.Integer newSegmentIndex)
public java.lang.Double getScore()
public void setScore(java.lang.Double newScore)
public java.lang.Integer getSegmentationId()
public void setSegmentationId(java.lang.Integer newSegmentationId)
public java.lang.Long getSubId()
public void setSubId(java.lang.Long newSubId)
public java.lang.Long getMemberId()
public void setMemberId(java.lang.Long newMemberId)