public class CatalogEntrySearchDataBean
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 |
---|
CatalogEntrySearchDataBean()
The default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getId()
This method returns the ID of this catalog entry.
|
java.lang.String | getName()
This method returns the name of this catalog entry.
|
java.lang.String | getPartNumber()
This method returns the part number (SKU) of this catalog entry.
|
void | populate()
This method populates this data bean.
|
void | setId(java.lang.Long newId)
This method sets the ID of this catalog entry.
|
void | setName(java.lang.String newName)
This method sets the name of this catalog entry.
|
void | setPartNumber(java.lang.String newPartNumber)
This method sets the part number (SKU) of this catalog entry.
|
public static final java.lang.String COPYRIGHT
public CatalogEntrySearchDataBean()
public java.lang.Long getId()
public java.lang.String getName()
public java.lang.String getPartNumber()
public void populate()
public void setId(java.lang.Long newId)
public void setPartNumber(java.lang.String newPartNumber)
public void setName(java.lang.String newName)