com.ibm.commerce.catalog.objects
Interface ClassificationCodeAccessBeanData

All Known Implementing Classes:
ClassificationCodeAccessBean

public interface ClassificationCodeAccessBeanData


Method Summary
 java.lang.String getClassificationCodeId()
           
 java.lang.String getCode()
           
 java.lang.String getDomain()
           
 java.lang.String getParentCode()
           
 void setClassificationCodeId(java.lang.String newValue)
           
 void setCode(java.lang.String newValue)
           
 void setDomain(java.lang.String newValue)
           
 void setParentCode(java.lang.String newValue)
           
 

Method Detail

getClassificationCodeId

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

getCode

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

getDomain

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

getParentCode

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

setClassificationCodeId

public void setClassificationCodeId(java.lang.String newValue)

setCode

public void setCode(java.lang.String newValue)

setDomain

public void setDomain(java.lang.String newValue)

setParentCode

public void setParentCode(java.lang.String newValue)