public class DynamicKitPredefinedConfigurationDataBean extends java.lang.Object implements SmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright string.
|
Constructor and Description |
---|
DynamicKitPredefinedConfigurationDataBean()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
Gets the command context used by the bean.
|
DynamicKitPredefinedConfigurationComponentDataBean[] | getComponents()
Returns an array of DynamicKitPredefinedConfigurationComponentDataBean objects representing the components of the predefined configuration.
|
java.lang.String | getConfigurationId()
Gets the configuration ID assigned to the predefined configuration.
|
java.lang.Long | getDynamicKitCatalogEntryId()
Gets the dynamic kit catalog entry ID.
|
java.lang.Long | getDynamicKitPredefinedConfigurationId()
Gets the dynamic kit predefined configuration ID.
|
java.lang.String | getLongDescription()
Gets the long description of the dynamic kit predefined configuration
|
TypedProperty | getRequestProperties()
Gets the request properties used by the bean.
|
java.lang.String | getShortDescription()
Gets the short description of the dynamic kit predefined configuration.
|
MonetaryAmount | getStartingPrice()
Gets the price of the predefined configuration.
|
boolean | isComplete()
Gets a boolean representing whether or not the predefined configuration is complete.
|
void | populate()
Populates the databean with the predefined configuration referenced by the ID set on the bean.
|
void | setCommandContext(CommandContext commandContext)
Sets the command context.
|
void | setDynamicKitCatalogEntryId(java.lang.Long dynamicKitCatalogEntryId)
Sets the dynamic kit catalog entry ID used to lookup the bean
|
void | setDynamicKitPredefinedConfigurationId(java.lang.Long dynamicKitPredefinedConfigurationId)
Sets the dynamic kit predefined configuration ID used to lookup the bean.
|
void | setRequestProperties(TypedProperty requestProperties)
Sets the request properties for the bean.
|
public static final java.lang.String COPYRIGHT
public DynamicKitPredefinedConfigurationDataBean()
public void populate() throws java.lang.Exception
public void setDynamicKitPredefinedConfigurationId(java.lang.Long dynamicKitPredefinedConfigurationId)
public void setDynamicKitCatalogEntryId(java.lang.Long dynamicKitCatalogEntryId)
public DynamicKitPredefinedConfigurationComponentDataBean[] getComponents()
public java.lang.Long getDynamicKitCatalogEntryId()
public java.lang.Long getDynamicKitPredefinedConfigurationId()
public java.lang.String getLongDescription()
public java.lang.String getShortDescription()
public boolean isComplete()
public java.lang.String getConfigurationId()
public void setCommandContext(CommandContext commandContext)
public TypedProperty getRequestProperties()
public MonetaryAmount getStartingPrice()
public void setRequestProperties(TypedProperty requestProperties)
public CommandContext getCommandContext()