public class PPCListPendingCreditsForPluginDataBean extends java.lang.Object implements CommandDataBean, InputDataBean
PPCListPendingCreditsForPluginCmd
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
emptyString
Constructor and Description |
---|
PPCListPendingCreditsForPluginDataBean() |
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.
|
Credit |
getCreditListData(int index)
This method returns the
Credit object from the ArrayList by index. |
java.util.ArrayList |
getCreditsList()
This method returns the list of
Credit object as ArrayList
object with pending state. |
int |
getListSize()
This method returns the size of the list, which means the number of
Credit objects with pending state. |
java.lang.String |
getPluginName()
This method returns the current plugin name.
|
TypedProperty |
getRequestProperties()
This method returns the parameters as
TypedProperty passed
as part of the URL. |
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 |
setCreditsList(java.util.ArrayList paramCreditsList)
This method sets the list of
Credit object as ArrayList
object with pending state. |
void |
setPluginName(java.lang.String string)
This method sets the current plugin name.
|
void |
setRequestProperties(TypedProperty aRequestProperties)
This method sets the passed parameters as part of the URL if any.
|
void |
setStoreId(java.lang.String string)
This method sets the current store ID.
|
public static final java.lang.String COPYRIGHT
public PPCListPendingCreditsForPluginDataBean()
public java.lang.String getCommandInterfaceName()
PPCListPendingCreditsForPluginCmd
.getCommandInterfaceName
in interface CommandDataBean
public void setCommandInterfaceName(java.lang.String ifname)
setCommandInterfaceName
in interface CommandDataBean
ifname
- The databean command interface name of this databeanpublic java.util.ArrayList getCreditsList()
Credit
object as ArrayList
object with pending state.Credit
object with
pending statepublic void setCreditsList(java.util.ArrayList paramCreditsList)
Credit
object as ArrayList
object with pending state.paramCreditsList
- The ArrayList of Credit
object with
pending statepublic void setRequestProperties(TypedProperty aRequestProperties)
setRequestProperties
in interface InputDataBean
aRequestProperties
- The parameters are set into the request propertiespublic TypedProperty getRequestProperties()
TypedProperty
passed
as part of the URL.getRequestProperties
in interface InputDataBean
public Credit getCreditListData(int index) throws java.lang.ArrayIndexOutOfBoundsException
Credit
object from the ArrayList by index.index
- Position the current credit locates injava.lang.ArrayIndexOutOfBoundsException
- In case of any array index out of boundspublic int getListSize()
Credit
objects with pending state.public java.lang.String getPluginName()
public void setPluginName(java.lang.String string)
string
- The current plugin namepublic java.lang.String getStoreId()
public void setStoreId(java.lang.String string)
string
- The current store ID