public class CollateralSearchListDataBean extends java.lang.Object implements CommandDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
CollateralSearchListDataBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String | getCommandInterfaceName()
Gets the command interface name.
|
CampaignCollateralDataBean[] | getCpgnCollDataBeans()
Gets all the collateral data beans that matches this search.
|
java.lang.String | getFileName()
Gets the value of the File Name search criteria used in the search.
|
java.lang.String | getFileNameOperator()
Gets the operator of the File Name search criteria used in the search.
|
java.lang.String | getIniPos()
Gets the start position for result set cursor.
|
java.lang.String | getMaxResult()
Gets the maximum number of results to be returned in the search.
|
java.lang.String | getMktTxt()
Gets the value of the Marketing Text search criteria used in the search.
|
java.lang.String | getMktTxtOperator()
Gets the operator of the Marketing Text search criteria used in the search.
|
java.lang.String | getName()
Gets the value of the Collateral Name search criteria used in the search.
|
java.lang.String | getNameOperator()
Gets the operator of the Collateral Name search criteria used in the search.
|
java.lang.String | getOrderBy()
Gets the value of the order by clause used in the search query.
|
TypedProperty | getRequestProperties()
Returns the request properties of the databean.
|
java.lang.String | getURL()
Gets the value of the Collateral URL search criteria used in the search.
|
java.lang.String | getURLOperator()
Gets the operator of the Collateral URL search criteria used in the search.
|
void | setCommandInterfaceName(java.lang.String ifname)
Sets the command interface name.
|
void | setCpgnCollDataBeans(CampaignCollateralDataBean[] beans)
Sets the array of collateral beans that is returned by this search command.
|
void | setFileName(java.lang.String fileNam)
Sets the value of the File Name search criteria used in the search.
|
void | setFileNameOperator(java.lang.String fileNameOptr)
Sets the operator of the File Name search criteria used in the search.
|
void | setIniPos(java.lang.String iniPosition)
Sets the start position for result set cursor.
|
void | setMaxResult(java.lang.String maxRes)
Sets the maximum number of results to be returned in the search.
|
void | setMktTxt(java.lang.String mktText)
Sets the value of the Marketing Text search criteria used in the search.
|
void | setMktTxtOperator(java.lang.String mktTxtOptr)
Sets the operator of the Marketing Text search criteria used in the search.
|
void | setName(java.lang.String nam)
Sets the value of the Collateral Name search criteria used in the search.
|
void | setNameOperator(java.lang.String nameOptr)
Sets the operator of the Collateral Name search criteria used in the search.
|
void | setOrderBy(java.lang.String string)
Sets the value of the order by clause used in the search query.
|
void | setRequestProperties(TypedProperty param)
Set the requestProperties associated with the data bean.
|
void | setURL(java.lang.String ClkURL)
Sets the value of the Collateral URL search criteria used in the search.
|
void | setURLOperator(java.lang.String URLOptr)
Sets the operator of the Collateral URL search criteria used in the search.
|
public static final java.lang.String COPYRIGHT
public java.lang.String getFileName()
public java.lang.String getMktTxt()
public java.lang.String getName()
public void setFileName(java.lang.String fileNam)
public void setMktTxt(java.lang.String mktText)
public void setName(java.lang.String nam)
public java.lang.String getFileNameOperator()
public java.lang.String getMktTxtOperator()
public java.lang.String getNameOperator()
public java.lang.String getURLOperator()
public void setFileNameOperator(java.lang.String fileNameOptr)
public void setMktTxtOperator(java.lang.String mktTxtOptr)
public void setNameOperator(java.lang.String nameOptr)
public void setURLOperator(java.lang.String URLOptr)
public java.lang.String getOrderBy()
public void setOrderBy(java.lang.String string)
public java.lang.String getURL()
public void setURL(java.lang.String ClkURL)
public java.lang.String getMaxResult()
public void setMaxResult(java.lang.String maxRes)
public java.lang.String getCommandInterfaceName()
public void setCommandInterfaceName(java.lang.String ifname)
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty param) throws java.lang.Exception
public CampaignCollateralDataBean[] getCpgnCollDataBeans()
public java.lang.String getIniPos()
public void setCpgnCollDataBeans(CampaignCollateralDataBean[] beans)
public void setIniPos(java.lang.String iniPosition)