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.
|
protected ReleaseShipDataBean[] | iReleaseShipList
The array of ReleaseShipDataBean to be returned
|
protected java.lang.String | istrFfmcenterId
The fulfillment center Id
|
protected java.lang.String | istrStoreentId
The store Id
|
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.
|
public static final java.lang.String COPYRIGHT
protected java.lang.String istrStoreentId
protected java.lang.String istrFfmcenterId
protected ReleaseShipDataBean[] iReleaseShipList
public Protectable getDelegate() throws java.lang.Exception
public java.lang.String getFfmcenterId()
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException
public ReleaseShipDataBean[] getReleaseShipList()
public java.lang.String getStoreentId()
public void populate() throws java.lang.Exception
public void setFfmcenterId(java.lang.String newFfmcenterId)
public void setStoreentId(java.lang.String newStoreentId)