java.lang.Objectcom.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
protected java.lang.Object getFallbackDescription(java.lang.Integer language_id) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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)
public void setIdentifier(java.lang.String newIdentifier)
public void setMemberId(java.lang.Long newMemberId)
public java.lang.Integer getMarkForDelete()
public void setMarkForDelete(java.lang.Integer newMarkForDelete)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.