com.ibm.commerce.catalog.objects
Interface OperatorDescriptionAccessBeanData

All Known Implementing Classes:
OperatorDescriptionAccessBean

public interface OperatorDescriptionAccessBeanData


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getLanguageId()
           
 java.lang.String getOperatorId()
           
 void setDescription(java.lang.String newValue)
           
 void setLanguageId(java.lang.String newValue)
           
 void setOperatorId(java.lang.String newValue)
           
 

Method Detail

getDescription

public java.lang.String getDescription()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

getLanguageId

public java.lang.String getLanguageId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

getOperatorId

public java.lang.String getOperatorId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

setDescription

public void setDescription(java.lang.String newValue)

setLanguageId

public void setLanguageId(java.lang.String newValue)

setOperatorId

public void setOperatorId(java.lang.String newValue)