public class ProductCompareDataBean extends TableDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Deprecated.
|
protected java.lang.String | count
Deprecated.
|
protected java.lang.String | productLinkName
Deprecated.
|
protected java.lang.String | sortby
Deprecated.
|
Constructor and Description |
---|
ProductCompareDataBean()
Deprecated.
ProductCompareDataBean constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getCommandInterfaceName()
Deprecated.
Returns the name of the command interface.
|
java.lang.String | getCount()
Deprecated.
|
java.lang.String | getProductLinkName()
Deprecated.
Returns the product link name.
|
java.lang.String | getProductLinkParameters()
Deprecated.
Returns the product link parameters.
|
java.lang.String | getSortby()
Deprecated.
Returns the name of the column used to sort the display.
|
void | setCount(java.lang.String newCount)
Deprecated.
|
void | setProductLinkName(java.lang.String newProductLink)
Deprecated.
Set the product link name.
|
void | setProductLinkParameters(java.lang.String newProductLinkParameters)
Deprecated.
Set the product link parameters.
|
void | setSortby(java.lang.String newValue)
Deprecated.
Set the name of the column used to sort the display.
|
public static final java.lang.String COPYRIGHT
protected java.lang.String sortby
protected java.lang.String count
protected java.lang.String productLinkName
public ProductCompareDataBean()
public java.lang.String getCommandInterfaceName()
public java.lang.String getCount()
public java.lang.String getProductLinkName()
public java.lang.String getProductLinkParameters()
public java.lang.String getSortby()
public void setCount(java.lang.String newCount)
public void setProductLinkName(java.lang.String newProductLink)
public void setProductLinkParameters(java.lang.String newProductLinkParameters)
public void setSortby(java.lang.String newValue)