public class CatalogGroupSearchDataBean
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 |
---|
CatalogGroupSearchDataBean()
The default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getId()
This method returns the ID of this catalog group.
|
java.lang.String | getIdentifier()
This method returns the identifier of this catalog group.
|
java.lang.String | getName()
This method returns the name of this catalog group.
|
void | populate()
This method populates this data bean.
|
void | setId(java.lang.Long newId)
This method sets the ID of this catalog group.
|
void | setIdentifier(java.lang.String newIdentifier)
This method sets the identifier of this catalog group.
|
void | setName(java.lang.String newName)
This method sets the name of this catalog group.
|
public static final java.lang.String COPYRIGHT
public CatalogGroupSearchDataBean()
public java.lang.Long getId()
public java.lang.String getIdentifier()
public java.lang.String getName()
public void populate()
public void setId(java.lang.Long newId)
public void setIdentifier(java.lang.String newIdentifier)
public void setName(java.lang.String newName)