com.ibm.commerce.common.objects
Interface StoreEntityDescriptionAccessBeanData

All Known Implementing Classes:
StoreEntityDescriptionAccessBean

public interface StoreEntityDescriptionAccessBeanData


Method Summary
 java.lang.String getContactAddressId()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayName()
           
 java.lang.String getLanguageId()
           
 java.lang.String getLocationAddressId()
           
 java.lang.String getStoreEntityId()
           
 void setContactAddressId(java.lang.String newValue)
           
 void setDescription(java.lang.String newValue)
           
 void setDisplayName(java.lang.String newValue)
           
 void setLanguageId(java.lang.String newValue)
           
 void setLocationAddressId(java.lang.String newValue)
           
 void setStoreEntityId(java.lang.String newValue)
           
 

Method Detail

getContactAddressId

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

getDescription

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

getDisplayName

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

getLanguageId

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

getLocationAddressId

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

getStoreEntityId

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

setContactAddressId

public void setContactAddressId(java.lang.String newValue)

setDescription

public void setDescription(java.lang.String newValue)

setDisplayName

public void setDisplayName(java.lang.String newValue)

setLanguageId

public void setLanguageId(java.lang.String newValue)

setLocationAddressId

public void setLocationAddressId(java.lang.String newValue)

setStoreEntityId

public void setStoreEntityId(java.lang.String newValue)