com.ibm.commerce.fulfillment.beans
Class FulfillmentCenterByLanguageListDataBean

java.lang.Object
  com.ibm.commerce.fulfillment.beansrc.FulfillmentCenterByLanguageListListDataBeanBase
      com.ibm.commerce.fulfillment.beans.FulfillmentCenterByLanguageListDataBean
All Implemented Interfaces:
Delegator, Protectable

public class FulfillmentCenterByLanguageListDataBean
extends com.ibm.commerce.fulfillment.beansrc.FulfillmentCenterByLanguageListListDataBeanBase
implements Delegator, Protectable

FulfillmentCenterByLanguageListDataBean

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
IBM Copyright
protected CommandContext iCommandContext
Command context
protected java.lang.String iDataBeanKeyLanguageId
LanguageId
protected java.lang.String iDataBeanKeyStoreId
StoreId
protected FulfillmentCenterByLanguageDataBean[] iFulfillmentCenterByLanguageListDataBean
FulfillmentCenterByLanguageDataBean array
protected TypedProperty iRequestProperties
Request properties
Constructor Summary
FulfillmentCenterByLanguageListDataBean()
Method Summary
CommandContext getCommandContext()
Gets the command context set within this bean.
java.lang.String getDataBeanKeyLanguageId()
Returns LanguageId
java.lang.String getDataBeanKeyStoreId()
Returns StoreId
Protectable getDelegate()
Returns the Protectable object whose access control policies will indirectly control the access control for this object
FulfillmentCenterByLanguageDataBean[] getFulfillmentCenterByLanguageList()
returns FulfillmentCenterByLanguageDataBean array
java.lang.Long getOwner()
Returns the member id of the owner.
TypedProperty getRequestProperties()
Gets the request property set within this bean.
void populate()
IBM internal use only.
void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
Sets LanguageId
void setDataBeanKeyStoreId(java.lang.String aStoreId)
Sets StoreId
void setFulfillmentCenterByLanguageList(FulfillmentCenterByLanguageDataBean[] aListDataBean)
Sets FulfillmentCenterByLanguageDataBean array
void setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills
Field Detail

COPYRIGHT

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

iCommandContext

protected CommandContext iCommandContext
Command context

iRequestProperties

protected TypedProperty iRequestProperties
Request properties

iDataBeanKeyLanguageId

protected java.lang.String iDataBeanKeyLanguageId
LanguageId

iDataBeanKeyStoreId

protected java.lang.String iDataBeanKeyStoreId
StoreId

iFulfillmentCenterByLanguageListDataBean

protected FulfillmentCenterByLanguageDataBean[] iFulfillmentCenterByLanguageListDataBean
FulfillmentCenterByLanguageDataBean array
Constructor Detail

FulfillmentCenterByLanguageListDataBean

public FulfillmentCenterByLanguageListDataBean()
Method Detail

getCommandContext

public CommandContext getCommandContext()
Gets the command context set within this bean.
Returns:
com.ibm.commerce.command.CommandContext

getDataBeanKeyLanguageId

public java.lang.String getDataBeanKeyLanguageId()
Returns LanguageId
Returns:
java.lang.String

getDataBeanKeyStoreId

public java.lang.String getDataBeanKeyStoreId()
Returns StoreId
Returns:
java.lang.String

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception
Returns the Protectable object whose access control policies will indirectly control the access control for this object
Specified by:
getDelegate in interface Delegator
Returns:
The Protectable object whose access control policies will indirectly control the access control for this object
Throws:
java.lang.Exception

getFulfillmentCenterByLanguageList

public FulfillmentCenterByLanguageDataBean[] getFulfillmentCenterByLanguageList()
returns FulfillmentCenterByLanguageDataBean array
Returns:
FulfillmentCenterByLanguageDataBean[]

getOwner

public java.lang.Long getOwner()
                        throws java.lang.Exception,
                               java.rmi.RemoteException
Returns the member id of the owner.
Specified by:
getOwner in interface Protectable
Returns:
The member id of the owner
Throws:
java.lang.Exception
RemoteException

getRequestProperties

public TypedProperty getRequestProperties()
Gets the request property set within this bean.
Returns:
com.ibm.commerce.datatype.TypedProperty

populate

public void populate()
              throws java.lang.Exception
IBM internal use only.
Throws:
java.lang.Exception

setCommandContext

public void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext

setDataBeanKeyLanguageId

public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
Sets LanguageId
Parameters:
aLanguageId - java.lang.String

setDataBeanKeyStoreId

public void setDataBeanKeyStoreId(java.lang.String aStoreId)
Sets StoreId
Parameters:
aStoreId - storeId

setFulfillmentCenterByLanguageList

public void setFulfillmentCenterByLanguageList(FulfillmentCenterByLanguageDataBean[] aListDataBean)
Sets FulfillmentCenterByLanguageDataBean array
Parameters:
aListDataBean - FulfillmentCenterByLanguageDataBean[]

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperty)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException
Sets the request property within this bean.
Parameters:
aRequestProperty - com.ibm.commerce.datatype.TypedProperty
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException

Feedback