com.ibm.commerce.catalog.objects
Interface OperatorAccessBeanData

All Known Implementing Classes:
OperatorAccessBean

public interface OperatorAccessBeanData

This table is used to define operators.


Method Summary
 java.lang.String getOperator()
           
 java.lang.String getOperatorId()
           
 java.lang.String getOperatorType()
           
 void setOperator(java.lang.String newValue)
           
 void setOperatorId(java.lang.String newValue)
           
 void setOperatorType(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)

getOperator

public java.lang.String getOperator()
                             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

setOperator

public void setOperator(java.lang.String newValue)

getOperatorType

public java.lang.String getOperatorType()
                                 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

setOperatorType

public void setOperatorType(java.lang.String newValue)