com.ibm.commerce.catalog.objects
Interface CatalogAccessBeanData

All Known Implementing Classes:
CatalogAccessBean

public interface CatalogAccessBeanData


Method Summary
 java.lang.String getCatalogReferenceNumber()
           
 java.lang.String getDescriptions()
           
 java.lang.String getIdentifier()
           
 java.lang.String getLanguage_id()
           
 java.lang.String getMemberId()
           
 java.lang.String getTPCLevel()
           
 void setDescriptions(java.lang.String newValue)
           
 void setIdentifier(java.lang.String newValue)
           
 void setMemberId(java.lang.String newValue)
           
 void setTPCLevel(java.lang.String newValue)
           
 

Method Detail

getCatalogReferenceNumber

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

getDescriptions

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

getIdentifier

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

getLanguage_id

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

getMemberId

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

getTPCLevel

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

setDescriptions

public void setDescriptions(java.lang.String newValue)

setIdentifier

public void setIdentifier(java.lang.String newValue)

setMemberId

public void setMemberId(java.lang.String newValue)

setTPCLevel

public void setTPCLevel(java.lang.String newValue)