public interface SmartDataBean extends InputDataBean
AccessBean
object.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
emptyString
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
This method gets the command context.
|
void |
populate()
This method populates the data bean with data elements.
|
void |
setCommandContext(CommandContext commandContext)
This method sets the command context.
|
getRequestProperties, setRequestProperties
static final java.lang.String COPYRIGHT
CommandContext getCommandContext()
void populate() throws java.lang.Exception
java.lang.Exception
- This is thrown if there is a problem populating the data bean with data.void setCommandContext(CommandContext commandContext)
commandContext
- This is the command context.