public class TicklerReasonDescriptionDataBean extends TicklerReasonDescriptionDataBeanBase implements TicklerReasonDescriptionInputDataBean, TicklerReasonDescriptionSmartDataBean, SmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
TicklerReasonDescriptionDataBean()
Constructs a TicklerReasonDescriptionDataBean, initializing its fields to null.
|
TicklerReasonDescriptionDataBean(TicklerReasonDescriptionAccessBean anAccessBean)
Constructs a TicklerReasonDescriptionDataBean from a given TicklerReasonDescriptionAccessBean.
|
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method gets the active command context.
|
java.lang.Integer | getLanguageId()
This method gets the language ID.
|
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 | setLanguageId(java.lang.Integer newLanguageId)
This method sets the languageId field and uses it to set the referenceNumber key field of the access bean.
|
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 TicklerReasonDescriptionDataBean()
public TicklerReasonDescriptionDataBean(TicklerReasonDescriptionAccessBean 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)
public java.lang.Integer getLanguageId()
-1 = English (US) -2 = French -3 = German -4 = Italian -5 = Spanish -6 = Brazilian Portuguese -7 = Simplified Chinese -8 = Traditional Chinese -9 = Korean -10 = Japanese
public void setLanguageId(java.lang.Integer newLanguageId)
-1 = English (US) -2 = French -3 = German -4 = Italian -5 = Spanish -6 = Brazilian Portuguese -7 = Simplified Chinese -8 = Traditional Chinese -9 = Korean -10 = Japanese