java.lang.Object | +--com.ibm.commerce.base.objects.ECEntityBean | +--com.ibm.commerce.common.objimpl.StoreEntityDescriptionBeanBase
Each row of this table contains Language-dependent information about a StoreEntity.
Field Summary | |
---|---|
java.lang.Integer |
contactAddressId |
static java.lang.String |
COPYRIGHT |
java.lang.String |
displayName |
java.lang.Integer |
languageId |
java.lang.Integer |
locationAddressId |
java.lang.Integer |
storeEntityId |
Constructor Summary | |
---|---|
StoreEntityDescriptionBeanBase() |
Method Summary | |
---|---|
com.ibm.commerce.common.objects.StoreEntityDescriptionKey |
ejbCreate(java.lang.Integer storeEntityId,
java.lang.Integer languageId) |
void |
ejbPostCreate(java.lang.Integer storeEntityId,
java.lang.Integer languageId) |
java.lang.Integer |
getContactAddressId() The contact address of the StoreEntity. |
java.lang.String |
getDescription() A longer description of the StoreEntity, suitable for display to shoppers. |
java.lang.String |
getDisplayName() A brief description of the StoreEntity, suitable for display to shoppers. |
java.lang.Integer |
getLanguageId() The Language. |
java.lang.Integer |
getLocationAddressId() The physical location of the StoreEntity. |
java.lang.Integer |
getStoreEntityId() The StoreEntity. |
void |
setContactAddressId(java.lang.Integer newContactAddressId) The contact address of the StoreEntity. |
void |
setDescription(java.lang.String newDescription) A longer description of the StoreEntity, suitable for display to shoppers. |
void |
setDisplayName(java.lang.String newDisplayName) A brief description of the StoreEntity, suitable for display to shoppers. |
void |
setLanguageId(java.lang.Integer newLanguageId) The Language. |
void |
setLocationAddressId(java.lang.Integer newLocationAddressId) The physical location of the StoreEntity. |
void |
setStoreEntityId(java.lang.Integer newStoreEntityId) The StoreEntity. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public StoreEntityDescriptionBeanBase()
Method Detail |
---|
public com.ibm.commerce.common.objects.StoreEntityDescriptionKey ejbCreate(java.lang.Integer storeEntityId, java.lang.Integer languageId) throws javax.ejb.CreateException
javax.ejb.CreateException
public void ejbPostCreate(java.lang.Integer storeEntityId, java.lang.Integer languageId) throws javax.ejb.CreateException
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)
newContactAddressId
- java.lang.Integerpublic void setDescription(java.lang.String newDescription)
newDescription
- java.lang.Stringpublic void setDisplayName(java.lang.String newDisplayName)
newDisplayName
- java.lang.Stringpublic void setLanguageId(java.lang.Integer newLanguageId)
newLanguageId
- java.lang.Integerpublic void setLocationAddressId(java.lang.Integer newLocationAddressId)
newLocationAddressId
- java.lang.Integerpublic void setStoreEntityId(java.lang.Integer newStoreEntityId)
newStoreEntityId
- java.lang.Integer