com.ibm.commerce.common.objimpl
Class StoreEntityDescriptionBeanBase

java.lang.Object
  |
  +--com.ibm.commerce.base.objects.ECEntityBean
        |
        +--com.ibm.commerce.common.objimpl.StoreEntityDescriptionBeanBase

public class StoreEntityDescriptionBeanBase
extends com.ibm.commerce.base.objects.ECEntityBean

Each row of this table contains Language-dependent information about a StoreEntity.

See Also:
Serialized Form

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
See Also:
Constant Field Values

storeEntityId

public java.lang.Integer storeEntityId

languageId

public java.lang.Integer languageId

contactAddressId

public java.lang.Integer contactAddressId

locationAddressId

public java.lang.Integer locationAddressId

displayName

public java.lang.String displayName
Constructor Detail

StoreEntityDescriptionBeanBase

public StoreEntityDescriptionBeanBase()
Method Detail

ejbCreate

public com.ibm.commerce.common.objects.StoreEntityDescriptionKey ejbCreate(java.lang.Integer storeEntityId,
                                                                           java.lang.Integer languageId)
                                                                    throws javax.ejb.CreateException
javax.ejb.CreateException

ejbPostCreate

public void ejbPostCreate(java.lang.Integer storeEntityId,
                          java.lang.Integer languageId)
                   throws javax.ejb.CreateException
javax.ejb.CreateException

getContactAddressId

public java.lang.Integer getContactAddressId()
The contact address of the StoreEntity.
Returns:
java.lang.Integer

getDescription

public java.lang.String getDescription()
A longer description of the StoreEntity, suitable for display to shoppers.
Returns:
java.lang.String

getDisplayName

public java.lang.String getDisplayName()
A brief description of the StoreEntity, suitable for display to shoppers.
Returns:
java.lang.String

getLanguageId

public java.lang.Integer getLanguageId()
The Language.
Returns:
java.lang.Integer

getLocationAddressId

public java.lang.Integer getLocationAddressId()
The physical location of the StoreEntity.
Returns:
java.lang.Integer

getStoreEntityId

public java.lang.Integer getStoreEntityId()
The StoreEntity.
Returns:
java.lang.Integer

setContactAddressId

public void setContactAddressId(java.lang.Integer newContactAddressId)
The contact address of the StoreEntity.
Parameters:
newContactAddressId - java.lang.Integer

setDescription

public void setDescription(java.lang.String newDescription)
A longer description of the StoreEntity, suitable for display to shoppers.
Parameters:
newDescription - java.lang.String

setDisplayName

public void setDisplayName(java.lang.String newDisplayName)
A brief description of the StoreEntity, suitable for display to shoppers.
Parameters:
newDisplayName - java.lang.String

setLanguageId

public void setLanguageId(java.lang.Integer newLanguageId)
The Language.
Parameters:
newLanguageId - java.lang.Integer

setLocationAddressId

public void setLocationAddressId(java.lang.Integer newLocationAddressId)
The physical location of the StoreEntity.
Parameters:
newLocationAddressId - java.lang.Integer

setStoreEntityId

public void setStoreEntityId(java.lang.Integer newStoreEntityId)
The StoreEntity.
Parameters:
newStoreEntityId - java.lang.Integer