com.ibm.commerce.marketingcenter.objimpl
Interface BIClosedLoopMiningModelDescriptionBase


public interface BIClosedLoopMiningModelDescriptionBase

Remote interface for Enterprise Bean: BIClosedLoopMiningModelDescription


Method Summary
java.lang.Integer getLanguageId()
Get accessor for persistent attribute: segmentationDescription
java.lang.String getSegmentationDescription()
Get accessor for persistent attribute: segmentationDescription
java.lang.Integer getSegmentationId()
Get accessor for persistent attribute: segmentationId
void setLanguageId(java.lang.Integer newLanguageId)
Set accessor for persistent attribute: segmentationDescription
void setSegmentationDescription(java.lang.String newSegmentationDescription)
Set accessor for persistent attribute: segmentationDescription
void setSegmentationId(java.lang.Integer newSegmentationId) Set accessor for persistent attribute: segmentationId

Method Detail

getSegmentationDescription

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

setSegmentationDescription

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

getLanguageId

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

setLanguageId

public void setLanguageId(java.lang.Integer newLanguageId)
                   throws java.rmi.RemoteException
Set accessor for persistent attribute: segmentationDescription
Throws:
java.rmi.RemoteException

Feedback