com.ibm.commerce.catalog.objects
Interface CatalogEntryTypeAccessBeanData

All Known Implementing Classes:
CatalogEntryTypeAccessBean

public interface CatalogEntryTypeAccessBeanData


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getOid()
           
 void setDescription(java.lang.String newValue)
           
 void setOid(java.lang.String newValue)
           
 

Method Detail

getDescription

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

getOid

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

setDescription

public void setDescription(java.lang.String newValue)

setOid

public void setOid(java.lang.String newValue)