public class CollateralSearchDataBean
extends java.lang.Object
implements java.io.Serializable
CollateralSearchListDataBean
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
CollateralSearchDataBean()
The default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getId()
This method returns the ID of this collateral.
|
java.lang.String |
getName()
This method returns the name of this collateral.
|
java.lang.Integer |
getStoreId()
This method returns the ID of the store in which this collateral belongs to.
|
java.lang.String |
getUrlLink()
This method returns the URL link of this collateral.
|
void |
populate()
This method populates this data bean.
|
void |
setId(java.lang.Integer newId)
This method sets the ID of this collateral.
|
void |
setName(java.lang.String newName)
This method sets the name of this collateral.
|
void |
setStoreId(java.lang.Integer storeId)
This method sets the ID of the store in which this collateral belongs to.
|
void |
setUrlLink(java.lang.String newUrlLink)
This method sets the URL link of this collateral.
|
public static final java.lang.String COPYRIGHT
public CollateralSearchDataBean()
public java.lang.Integer getId()
public java.lang.String getName()
public java.lang.Integer getStoreId()
public java.lang.String getUrlLink()
public void populate()
public void setId(java.lang.Integer newId)
newId
- The ID of this collateral.public void setName(java.lang.String newName)
newName
- The name of this collateral.public void setStoreId(java.lang.Integer storeId)
storeId
- The ID of the store in which this collateral belongs to.public void setUrlLink(java.lang.String newUrlLink)
newUrlLink
- The URL link of this collateral.