public class TicklerReasonDataBean extends TicklerReasonDataBeanBase implements TicklerReasonInputDataBean, TicklerReasonSmartDataBean, SmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
TicklerReasonDataBean()
Constructs a TicklerReasonDataBean, initializing its fields to null.
|
TicklerReasonDataBean(TicklerReasonAccessBean anAccessBean)
Constructs a TicklerReasonDataBeanfrom a given TicklerReasonAccessBean.
|
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method gets the active command context.
|
TypedProperty | getRequestProperties()
This method returns the request parameters as a TypedProperty.
|
java.lang.Integer | getTicklerReasonId()
This method gets the tickler reason ID.
|
void | populate()
Fetches the field values from the access bean.
|
void | setCommandContext(CommandContext newCommandContext)
This method sets the active command context.
|
void | setRequestProperties(TypedProperty newRequestProperties)
This method copies the input parameters supplied as a TypedProperty.
|
void | setTicklerReasonId(java.lang.Integer newTicklerReasonId)
This method sets the ticklerReasonId field and uses it to set the referenceNumber key field of the access bean.
|
public static final java.lang.String COPYRIGHT
public TicklerReasonDataBean()
public TicklerReasonDataBean(TicklerReasonAccessBean anAccessBean) throws java.lang.Exception
public void populate() throws java.lang.Exception
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty newRequestProperties)
public CommandContext getCommandContext()
public void setCommandContext(CommandContext newCommandContext)
public java.lang.Integer getTicklerReasonId()
public void setTicklerReasonId(java.lang.Integer newTicklerReasonId)