com.ibm.commerce.common.objimpl
Class StoreEntityBeanBase

java.lang.Object
  com.ibm.commerce.base.objects.ECEntityBean
      com.ibm.commerce.common.objimpl.StoreEntityBeanBase

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

Each row of this table represents a StoreEntity.

See Also:
Serialized Form

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

markForDelete

public java.lang.Integer markForDelete
Implemetation field for persistent attribute: markForDelete

storeEntityId

public java.lang.Integer storeEntityId

memberId

public java.lang.Long memberId

identifier

public java.lang.String identifier

defaultCurrency

public java.lang.String defaultCurrency

supportedLanguageIds

protected java.lang.Integer[] supportedLanguageIds

defaultContractId

protected java.lang.Long defaultContractId
Constructor Detail

StoreEntityBeanBase

public StoreEntityBeanBase()
Method Detail

getDefaultContractId

public java.lang.Long getDefaultContractId()
Returns:
java.lang.Long

getDefaultCurrency

public java.lang.String getDefaultCurrency()
Insert the method's description here. Creation date: (7/3/2001 1:37:14 PM)
Returns:
java.lang.String

getDescription

public StoreEntityDescriptionAccessBean getDescription(java.lang.Integer languageId)
                                                throws javax.ejb.CreateException,
                                                       javax.ejb.FinderException,
                                                       javax.naming.NamingException
Parameters:
languageId - Integer
Returns:
StoreEntityDescriptionAccessBean
Throws:
javax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException

getFallbackDescription

protected java.lang.Object getFallbackDescription(java.lang.Integer language_id)
                                           throws javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException
Returns:
Object
Throws:
javax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException

getIdentifier

public java.lang.String getIdentifier()
A string that, along with the owner, uniquely identifies the StoreEntity.
Returns:
java.lang.String

getMemberId

public java.lang.Long getMemberId()
The owner of the StoreEntity.
Returns:
java.lang.Long

getStoreEntityId

public java.lang.Integer getStoreEntityId()
Generated unique key.
Returns:
java.lang.Integer

getSupportedLanguageIds

public java.lang.Integer[] getSupportedLanguageIds()
Returns:
java.lang.Integer []

getType

public java.lang.String getType()
Getter method for type

setDefaultCurrency

public void setDefaultCurrency(java.lang.String newDefaultCurrency)
Insert the method's description here. Creation date: (7/3/2001 1:37:14 PM)
Parameters:
newDefaultCurrency - java.lang.String

setIdentifier

public void setIdentifier(java.lang.String newIdentifier)
A string that, along with the owner, uniquely identifies the StoreEntity.
Parameters:
newIdentifier - java.lang.String

setMemberId

public void setMemberId(java.lang.Long newMemberId)
The owner of the StoreEntity.
Parameters:
newMemberId - java.lang.Long

getMarkForDelete

public java.lang.Integer getMarkForDelete()
Get accessor for persistent attribute: markForDelete

setMarkForDelete

public void setMarkForDelete(java.lang.Integer newMarkForDelete)
Set accessor for persistent attribute: markForDelete

Feedback