public class TicklerSearchResultBean extends SearchResultBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASS_NAME
Static variable that holds the class name.
|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
static java.lang.String | SEARCH_RESULT_PROPERTY_NAME_TICKLER
The property name used to store the tickler.
|
Constructor and Description |
---|
TicklerSearchResultBean()
The default constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object | getData(java.lang.String astrName)
Gets the data with the specified property name.
|
TicklerDataBean | getTickler()
This method gets the tickler data bean.
|
void | setData(java.lang.String astrName, java.lang.Object data)
Sets the data with the specified name.
|
void | setTickler(TicklerDataBean abnTickler)
This method sets the tickler data bean.
|
public static final java.lang.String CLASS_NAME
public static final java.lang.String COPYRIGHT
public static final java.lang.String SEARCH_RESULT_PROPERTY_NAME_TICKLER
public TicklerDataBean getTickler()
public void setTickler(TicklerDataBean abnTickler)
public java.lang.Object getData(java.lang.String astrName)
public void setData(java.lang.String astrName, java.lang.Object data)