public class PPCListPIsForReturnDataBean extends java.lang.Object implements CommandDataBean, InputDataBean
This databean gets list of the payment instruction information for a specified return from PPCListPIsForReturnCmd databean command.
Modifier and Type | Field and Description |
---|---|
protected java.lang.String | commandInterfaceName
The command interface name of this databean
|
static java.lang.String | COPYRIGHT
IBM Copyright
|
protected TypedProperty | iRequestProperties
The request properties of this databean
|
protected java.util.ArrayList | paymentInstructionList
The payment instruction list of this databean
|
protected java.lang.String | rmaID
The RMA ID of this databean
|
protected java.lang.String | storeId
The store ID of this databean
|
Constructor and Description |
---|
PPCListPIsForReturnDataBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String | getCommandInterfaceName()
This method returns the databean command interface name of this databean, and through the databean command, the data of this databean are populated.
|
int | getListSize()
This method returns the size of the list, which means the number of PaymentInstruction objects for the specified return.
|
java.util.ArrayList | getPaymentInstructionList()
This method returns the payment instructions as an ArrayList object for a specified return.
|
PaymentInstruction | getPIListData(int index)
This method returns the PaymentInstruction object from the ArrayList by index.
|
TypedProperty | getRequestProperties()
This method returns the parameters as TypedProperty passed as part of the URL.
|
java.lang.String | getRmaID()
This method returns the current RMA(Return Merchandise Authorization) ID, a RMA represents a return.
|
java.lang.String | getStoreId()
This method returns the current store ID.
|
void | setCommandInterfaceName(java.lang.String ifname)
This method sets the databean command interface name of this databean, and through the databean command, the data of this databean are populated.
|
void | setPaymentInstructionList(java.util.ArrayList paramPaymentInstructionList)
This method sets the payment instructions as an ArrayList object for a specified return.
|
void | setRequestProperties(TypedProperty aRequestProperties)
This method sets the passed parameters as part of the URL if any.
|
void | setRmaID(java.lang.String string)
This method sets the current RMA(Return Merchandise Authorization) ID, a RMA represents a return.
|
void | setStoreId(java.lang.String string)
This method sets the current store ID.
|
protected java.lang.String commandInterfaceName
protected java.util.ArrayList paymentInstructionList
protected java.lang.String rmaID
protected java.lang.String storeId
protected TypedProperty iRequestProperties
public static final java.lang.String COPYRIGHT
public java.lang.String getCommandInterfaceName()
public void setCommandInterfaceName(java.lang.String ifname)
public java.util.ArrayList getPaymentInstructionList()
public void setPaymentInstructionList(java.util.ArrayList paramPaymentInstructionList)
public void setRequestProperties(TypedProperty aRequestProperties) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public TypedProperty getRequestProperties()
public PaymentInstruction getPIListData(int index) throws java.lang.ArrayIndexOutOfBoundsException
public int getListSize()
public java.lang.String getRmaID()
public void setRmaID(java.lang.String string)
public java.lang.String getStoreId()
public void setStoreId(java.lang.String string)