com.ibm.commerce.catalog.objects
Interface CatalogEntryClassificationCodeAccessBeanData

All Known Implementing Classes:
CatalogEntryClassificationCodeAccessBean

public interface CatalogEntryClassificationCodeAccessBeanData


Method Summary
 java.lang.String getCatEntryId()
           
 java.lang.String getCode()
           
 java.lang.String getDomain()
           
 void setCatEntryId(java.lang.String newValue)
           
 void setCode(java.lang.String newValue)
           
 void setDomain(java.lang.String newValue)
           
 

Method Detail

getCatEntryId

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

setCatEntryId

public void setCatEntryId(java.lang.String newValue)

setCode

public void setCode(java.lang.String newValue)

setDomain

public void setDomain(java.lang.String newValue)