com.ibm.commerce.marketingcenter.objimpl
Interface BIClosedLoopMiningMemberResultsBase


public interface BIClosedLoopMiningMemberResultsBase

Remote interface for Enterprise Bean: BIClosedLoopMiningMemberResults


Method Summary
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 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

Method Detail

getSegmentIndex

public java.lang.Integer getSegmentIndex()
                                  throws java.rmi.RemoteException
Get accessor for persistent attribute: segmentIndex
Throws:
java.rmi.RemoteException

setSegmentIndex

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

getScore

public java.lang.Double getScore()
                          throws java.rmi.RemoteException
Get accessor for persistent attribute: score
Throws:
java.rmi.RemoteException

setScore

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

getSegmentationId

public java.lang.Integer getSegmentationId()
                                    throws java.rmi.RemoteException
Get accessor for persistent attribute: segmentationId
Throws:
java.rmi.RemoteException

setSegmentationId

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

getSubId

public java.lang.Long getSubId()
                        throws java.rmi.RemoteException
Get accessor for persistent attribute: segmentationId
Throws:
java.rmi.RemoteException

setSubId

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

getMemberId

public java.lang.Long getMemberId()
                           throws java.rmi.RemoteException
Get accessor for persistent attribute: segmentationId
Throws:
java.rmi.RemoteException

setMemberId

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

Feedback