com.ibm.commerce.catalog.objects
Interface OperatorDescriptionAccessBeanData

All Known Implementing Classes:
OperatorDescriptionAccessBean

public interface OperatorDescriptionAccessBeanData

This table holds the language-dependent information related


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

getOperatorId

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

setOperatorId

public void setOperatorId(java.lang.String newValue)

getDescription

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

setDescription

public void setDescription(java.lang.String newValue)

getLanguageId

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

setLanguageId

public void setLanguageId(java.lang.String newValue)