public class TicklerActionHistoryDataBean extends TicklerActionHistoryDataBeanBase implements SmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
TicklerActionHistoryDataBean()
Constructs a
TicklerActionHistoryDataBean, initializing its fields to null. |
| 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. |
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. |
getDelegatefindByTicklerId, getActionComment, getActionDate, getCreatedById, getEntity, getField1, getField2, getField3, getLanguageId, getLastupdate, getTicklerActionHistoryId, getTicklerActionId, getTicklerId, instantiateEntity, setActionComment, setActionDate, setCreatedById, setField1, setField2, setField3, setInitKey_ticklerActionHistoryId, setLanguageId, setLastupdate, setTicklerActionHistoryId, setTicklerActionId, setTicklerIdpublic static final java.lang.String COPYRIGHT
public TicklerActionHistoryDataBean()
TicklerActionHistoryDataBean, initializing its fields to null.public void populate()
populate in interface SmartDataBeanjava.lang.Exception - thrown on any access bean errorpublic TypedProperty getRequestProperties()
TypedProperty.
TypedProperties is a wrapper to a java.util.Map.getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty newRequestProperties)
TypedProperty.
TypedProperties is a wrapper to a java.util.Map.setRequestProperties in interface InputDataBeannewRequestProperties - request parameterspublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext newCommandContext)
setCommandContext in interface SmartDataBeannewCommandContext - active command context