public class TicklerActionDataBean extends TicklerActionDataBeanBase implements TicklerActionInputDataBean, TicklerActionSmartDataBean, SmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
TicklerActionDataBean()
Constructs a TicklerActionDataBean, initializing its fields to null.
|
TicklerActionDataBean(TicklerActionAccessBean anAccessBean)
Constructs a TicklerActionDataBean from a given TicklerActionAccessBean.
|
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 | getTicklerActionId()
This method gets the tickler action 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 | setTicklerActionId(java.lang.Integer newTicklerActionId)
This method sets the ticklerActionId field and uses it to set the referenceNumber key field of the access bean.
|
public static final java.lang.String COPYRIGHT
public TicklerActionDataBean()
public TicklerActionDataBean(TicklerActionAccessBean 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 getTicklerActionId()
public void setTicklerActionId(java.lang.Integer newTicklerActionId)