public class StoreEntityDescriptionBeanBase
extends com.ibm.commerce.base.objects.ECEntityBean
Modifier and Type | Field and Description |
---|---|
java.lang.Integer | contactAddressId
The store's contact address id.
|
static java.lang.String | COPYRIGHT
IBM copyright statement.
|
java.lang.String | description
The store's description.
|
java.lang.String | displayName
The store's display name.
|
java.lang.Integer | languageId
The language id used to represent the information of the store.
|
java.lang.Integer | locationAddressId
The store's physical address id.
|
java.lang.Integer | storeEntityId
The store entity id also known as the store id.
|
Constructor and Description |
---|
StoreEntityDescriptionBeanBase() |
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.common.objects.StoreEntityDescriptionKey | ejbCreate(java.lang.Integer storeEntityId, java.lang.Integer languageId)
This method creates a store entity description entry for the store in a particular language.
|
void | ejbPostCreate(java.lang.Integer storeEntityId, java.lang.Integer languageId)
This method runs after a store entity description entity bean is created.
|
void | ejbRemove()
This method deletes the current entry from the STOREENTDS table.
|
void | ejbStore()
ejbStore method comment
|
java.lang.Integer | getContactAddressId()
This method gets the contact address id of the store.
|
java.lang.String | getDescription()
This method returns th description of the store, suitable for display to customers.
|
java.lang.String | getDisplayName()
This method gets the name of the store, suitable for display to customers.
|
java.lang.Integer | getLanguageId()
This method gets thye language id used for the current store description.
|
java.lang.Integer | getLocationAddressId()
This method gets the physical address id of the store.
|
java.lang.Integer | getStoreEntityId()
This method gets the store entity id.
|
void | setContactAddressId(java.lang.Integer newContactAddressId)
This method sets the contact address id of the store.
|
void | setDescription(java.lang.String newDescription)
This method sets the description of the store, suitable for display to customers.
|
void | setDisplayName(java.lang.String newDisplayName)
This method sets the display name of the store, suitable for display to customers.
|
void | setLanguageId(java.lang.Integer newLanguageId)
This method sets the language id that is used for the current store entity description.
|
void | setLocationAddressId(java.lang.Integer newLocationAddressId)
This method sets the physical location address id of the store.
|
void | setStoreEntityId(java.lang.Integer newStoreEntityId)
This method sets the store entity id.
|
public static final java.lang.String COPYRIGHT
public java.lang.Integer storeEntityId
public java.lang.Integer languageId
public java.lang.Integer contactAddressId
public java.lang.Integer locationAddressId
public java.lang.String displayName
public java.lang.String description
public void ejbRemove() throws javax.ejb.RemoveException
public void ejbStore()
public com.ibm.commerce.common.objects.StoreEntityDescriptionKey ejbCreate(java.lang.Integer storeEntityId, java.lang.Integer languageId) throws javax.ejb.CreateException
public void ejbPostCreate(java.lang.Integer storeEntityId, java.lang.Integer languageId) throws javax.ejb.CreateException
public java.lang.Integer getContactAddressId()
public java.lang.String getDescription()
public java.lang.String getDisplayName()
public java.lang.Integer getLanguageId()
public java.lang.Integer getLocationAddressId()
public java.lang.Integer getStoreEntityId()
public void setContactAddressId(java.lang.Integer newContactAddressId)
public void setDescription(java.lang.String newDescription)
public void setDisplayName(java.lang.String newDisplayName)
public void setLanguageId(java.lang.Integer newLanguageId)
public void setLocationAddressId(java.lang.Integer newLocationAddressId)
public void setStoreEntityId(java.lang.Integer newStoreEntityId)