java.lang.Object | +--com.ibm.commerce.base.objects.ECEntityBean | +--com.ibm.commerce.common.objimpl.StoreEntityBeanBase
Each row of this table represents a StoreEntity.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT |
protected
java.lang.Long |
defaultContractId |
java.lang.String |
defaultCurrency |
java.lang.String |
identifier |
java.lang.Integer |
markForDelete Implemetation field for persistent attribute: markForDelete |
java.lang.Long |
memberId |
java.lang.Integer |
storeEntityId |
protected
java.lang.Integer[] |
supportedLanguageIds |
Constructor Summary | |
---|---|
StoreEntityBeanBase() |
Method Summary | |
---|---|
java.lang.Long |
getDefaultContractId() |
java.lang.String |
getDefaultCurrency() Insert the method's description here. |
StoreEntityDescriptionAccessBean |
getDescription(java.lang.Integer languageId) |
protected
java.lang.Object |
getFallbackDescription(java.lang.Integer language_id) |
java.lang.String |
getIdentifier() A string that, along with the owner, uniquely identifies the StoreEntity. |
java.lang.Integer |
getMarkForDelete() Get accessor for persistent attribute: markForDelete |
java.lang.Long |
getMemberId() The owner of the StoreEntity. |
java.lang.Integer |
getStoreEntityId() Generated unique key. |
java.lang.Integer[] |
getSupportedLanguageIds() |
java.lang.String |
getType() Getter method for type |
void |
setDefaultCurrency(java.lang.String newDefaultCurrency) Insert the method's description here. |
void |
setIdentifier(java.lang.String newIdentifier) A string that, along with the owner, uniquely identifies the StoreEntity. |
void |
setMarkForDelete(java.lang.Integer newMarkForDelete) Set accessor for persistent attribute: markForDelete |
void |
setMemberId(java.lang.Long newMemberId) The owner of 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 markForDelete
public java.lang.Integer storeEntityId
public java.lang.Long memberId
public java.lang.String identifier
public java.lang.String defaultCurrency
protected java.lang.Integer[] supportedLanguageIds
protected java.lang.Long defaultContractId
Constructor Detail |
---|
public StoreEntityBeanBase()
Method Detail |
---|
public java.lang.Long getDefaultContractId()
public java.lang.String getDefaultCurrency()
public StoreEntityDescriptionAccessBean getDescription(java.lang.Integer languageId) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
languageId
- Integerjavax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
protected java.lang.Object getFallbackDescription(java.lang.Integer language_id) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
javax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
public java.lang.String getIdentifier()
public java.lang.Long getMemberId()
public java.lang.Integer getStoreEntityId()
public java.lang.Integer[] getSupportedLanguageIds()
public java.lang.String getType()
public void setDefaultCurrency(java.lang.String newDefaultCurrency)
newDefaultCurrency
- java.lang.Stringpublic void setIdentifier(java.lang.String newIdentifier)
newIdentifier
- java.lang.Stringpublic void setMemberId(java.lang.Long newMemberId)
newMemberId
- java.lang.Longpublic java.lang.Integer getMarkForDelete()
public void setMarkForDelete(java.lang.Integer newMarkForDelete)