public class CatalogGroupDataBean
extends java.lang.Object
implements java.io.Serializable
com.ibm.commerce.tools.campaigns.CampaignInitiativeEvaluateCmd
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
CatalogGroupDataBean()
CatalogGroupDataBean default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getId()
This method returns the ID of the catalog group.
|
java.lang.String |
getIdentifier()
This method returns the identifier of the catalog group.
|
java.lang.String |
getIdInString()
This method returns the ID of the catalog group in string.
|
java.lang.String |
getName()
This method returns the name of the catalog group.
|
java.lang.String |
getShortDescription()
This method returns the short description of the catalog group.
|
void |
setId(java.lang.Long newId)
This method sets the ID of the catalog group.
|
void |
setId(java.lang.Number newId)
This method sets the ID of the catalog group.
|
void |
setIdentifier(java.lang.String newIdentifier)
This method sets the identifier of the catalog group.
|
void |
setIdInString(java.lang.String newId)
This method sets the ID of the catalog group in string.
|
void |
setName(java.lang.String newName)
This method sets the name of the catalog group.
|
void |
setShortDescription(java.lang.String newShortDescription)
This method sets the short description of the catalog group.
|
java.lang.String |
toString()
This method returns the string representation of the catalog group.
|
public static final java.lang.String COPYRIGHT
public CatalogGroupDataBean()
public java.lang.Long getId()
public java.lang.String getIdentifier()
public java.lang.String getIdInString()
public java.lang.String getName()
public java.lang.String getShortDescription()
public void setId(java.lang.Long newId)
newId
- ID of the catalog group.public void setId(java.lang.Number newId)
newId
- ID of the catalog group.public void setIdentifier(java.lang.String newIdentifier)
newIdentifier
- Identifier of the catalog group.public void setIdInString(java.lang.String newId)
newId
- ID of the catalog group in string.public void setName(java.lang.String newName)
newName
- Name of the catalog group.public void setShortDescription(java.lang.String newShortDescription)
newShortDescription
- Short description of the catalog group.public java.lang.String toString()
toString
in class java.lang.Object