com.ibm.commerce.catalog.objects
Interface CatalogEntryClassificationCodeAccessBeanData

All Known Implementing Classes:
CatalogEntryClassificationCodeAccessBean

public interface CatalogEntryClassificationCodeAccessBeanData

This table contains the assignment of classification codes to CatalogEntries.


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

getCode

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

setCode

public void setCode(java.lang.String newValue)

getCatEntryId

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

setCatEntryId

public void setCatEntryId(java.lang.String newValue)

getDomain

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

setDomain

public void setDomain(java.lang.String newValue)