public class CollateralSearchDataBean
extends java.lang.Object
implements java.io.Serializable
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)
public void setName(java.lang.String newName)
public void setStoreId(java.lang.Integer storeId)
public void setUrlLink(java.lang.String newUrlLink)