public class CollateralListDataBean extends SmartDataBeanImpl implements CollateralListInputDataBean, CollateralListSmartDataBean
Modifier and Type | Field and Description |
---|---|
protected CollateralDataBean[] | collateralList
An array of the collateral data bean.
|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
CollateralListDataBean()
Constructor for CollateralListDataBean.
|
Modifier and Type | Method and Description |
---|---|
CollateralDataBean[] | getCollateralList()
Gets the array of the collateral data bean, they represent all collateral entries in the database.
|
CollateralDataBean | getCollateralList(int index)
Gets an entry in the collateral data bean, given the index of the array.
|
java.lang.Integer | getLanguageID()
Gets the ID of the current language that is in use.
|
java.util.List | getNames()
Gets all the collateral identifiers that represent this list data bean, in a List object.
|
java.lang.String | getOrderBy()
Gets the value that represents the collateral list column to be sorted, in the form of the value in the order by clause to be used by the EJB finder.
|
java.lang.Integer | getStoreID()
Gets the ID of the store that is currently logged on to.
|
boolean | isListAll()
Gets the boolean value that determines whether to show all collateral in the list or not.
|
void | populate()
Populates this data bean that represents the collaterals in the database.
|
void | setCollateralList(CollateralDataBean[] newCollateralList)
Sets the array of the collateral data bean, they represent all collateral entries in the database.
|
void | setLanguageID(java.lang.Integer newLanguageID)
Sets the ID of the current language that is in use.
|
void | setListAll(boolean newListAll)
Sets the boolean value that determines whether to show all collateral in the list or not.
|
void | setNames(java.util.List newNames)
Sets all the collateral identifiers that represent this list data bean, in a List object.
|
void | setOrderBy(java.lang.String newOrderBy)
Sets the value that represents the collateral list column to be sorted, in the form of the value in the order by clause to be used by the EJB finder.
|
void | setStoreID(java.lang.Integer newStoreID)
Sets the ID of the store that is currently logged on to.
|
public static final java.lang.String COPYRIGHT
protected CollateralDataBean[] collateralList
public CollateralListDataBean()
public CollateralDataBean[] getCollateralList()
public CollateralDataBean getCollateralList(int index)
public java.lang.Integer getLanguageID()
public java.util.List getNames()
public java.lang.String getOrderBy()
public java.lang.Integer getStoreID()
public boolean isListAll()
public void populate() throws java.lang.Exception
public void setCollateralList(CollateralDataBean[] newCollateralList)
public void setLanguageID(java.lang.Integer newLanguageID)
public void setListAll(boolean newListAll)
public void setNames(java.util.List newNames)
public void setOrderBy(java.lang.String newOrderBy)
public void setStoreID(java.lang.Integer newStoreID)