public class PromotionSearchDataBean
extends java.lang.Object
implements java.io.Serializable
PromotionSearchListDataBean
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
PromotionSearchDataBean()
The default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getId()
This method returns the ID of this promotion.
|
java.lang.String |
getName()
This method returns the name of this promotion.
|
void |
populate()
This method populates this data bean.
|
void |
setId(java.lang.Integer newId)
This method sets the ID of this promotion.
|
void |
setName(java.lang.String newName)
This method sets the name of this promotion.
|
public static final java.lang.String COPYRIGHT
public PromotionSearchDataBean()
public java.lang.Integer getId()
public java.lang.String getName()
public void populate()
public void setId(java.lang.Integer newId)
newId
- The ID of this promotion.public void setName(java.lang.String newName)
newName
- The name of this promotion.