public class ReleaseShipListDataBean extends SmartDataBeanImpl implements com.ibm.commerce.inventory.beans.ReleaseShipListInputDataBean, com.ibm.commerce.inventory.beans.ReleaseShipListSmartDataBean, Delegator, Protectable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ReleaseShipListDataBean() |
| Modifier and Type | Method and Description |
|---|---|
Protectable |
getDelegate()
This method returns the Protectable object whose access control policies will indirectly control the access control for this object.
|
java.lang.String |
getFfmcenterId()
This method returns the fulfillment center id.
|
java.lang.Long |
getOwner()
This method returns the member id of the owner.
|
ReleaseShipDataBean[] |
getReleaseShipList()
This method returns the list of ReleaseShipDataBean.
|
java.lang.String |
getStoreentId()
This method returns the storeent id.
|
void |
populate()
This method is used to populate the ReleaseShipListDataBean.
|
void |
setFfmcenterId(java.lang.String newFfmcenterId)
This method sets the fulfillment center id.
|
void |
setStoreentId(java.lang.String newStoreentId)
This method sets the storeent id.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCommandContext, setCommandContextgetRequestProperties, setRequestPropertiesfulfillspublic static final java.lang.String COPYRIGHT
public Protectable getDelegate() throws java.lang.Exception
getDelegate in interface Delegatorjava.lang.Exceptionpublic java.lang.String getFfmcenterId()
getFfmcenterId in interface com.ibm.commerce.inventory.beans.ReleaseShipListSmartDataBeanpublic java.lang.Long getOwner()
throws java.lang.Exception
getOwner in interface Protectablejava.lang.Exceptionpublic ReleaseShipDataBean[] getReleaseShipList()
getReleaseShipList in interface com.ibm.commerce.inventory.beans.ReleaseShipListSmartDataBeanpublic java.lang.String getStoreentId()
getStoreentId in interface com.ibm.commerce.inventory.beans.ReleaseShipListSmartDataBeanpublic void populate()
throws java.lang.Exception
DataBeanManager.activate() runs.
You must set istrFfmcenterId and istrStoreentId
using the setFfmcenterId(String) and setStoreentId(String) method before running the populate() method.populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetFfmcenterId(String),
setStoreentId(String)public void setFfmcenterId(java.lang.String newFfmcenterId)
setFfmcenterId in interface com.ibm.commerce.inventory.beans.ReleaseShipListInputDataBeannewFfmcenterId - the string of fulfillment center id to be setpublic void setStoreentId(java.lang.String newStoreentId)
setStoreentId in interface com.ibm.commerce.inventory.beans.ReleaseShipListInputDataBeannewStoreentId - the string of store id to be set