com.ibm.commerce.marketingcenter.objimpl
Interface BIClosedLoopMiningModelBase


public interface BIClosedLoopMiningModelBase

Remote interface for Enterprise Bean: BIClosedLoopMiningModel


Method Summary
java.lang.Integer getSegmentationId()
Get accessor for persistent attribute: segmentationId
java.lang.String getSegmentationName()
Get accessor for persistent attribute: segmentationName
void setSegmentationId(java.lang.Integer newSegmentationId)
Set accessor for persistent attribute: segmentationId
void setSegmentationName(java.lang.String newSegmentationName) Set accessor for persistent attribute: segmentationName

Method Detail

getSegmentationName

public java.lang.String getSegmentationName()
                                     throws java.rmi.RemoteException
Get accessor for persistent attribute: segmentationName
Throws:
java.rmi.RemoteException

setSegmentationName

public void setSegmentationName(java.lang.String newSegmentationName)
                         throws java.rmi.RemoteException
Set accessor for persistent attribute: segmentationName
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

Feedback