public class DynamicKitPredefinedConfigurationComponentDataBean
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
DynamicKitPredefinedConfigurationComponentDataBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getCatalogEntryId()
Gets the catalog entry ID of the component.
|
java.lang.Long | getDkpdccomplist_id()
Gets the get dkpdccomplist_id of the component.
|
java.lang.Long | getDkpdcrel_id()
Gets the get dkpdccomplist_id of the component.
|
java.lang.Long | getDynamicKitPredefinedConfigurationId()
Gets the dynamic kit predefined configuration ID.
|
java.lang.String | getGroupName()
Gets the get groupName of the component.
|
java.lang.String | getQtyUnitId()
Gets the quantity unit ID of the component.
|
java.lang.Double | getQuantity()
Gets the quantity of the component.
|
java.lang.Double | getSequence()
Gets the display sequence index of the component.
|
void | populate()
Populates the bean by using the predefined configuration ID and component catalog entry ID passed.
|
void | setCatalogEntryId(java.lang.Long catalogEntryId)
Sets the catalog entry ID of the component.
|
void | setDkpdccomplist_id(java.lang.Long long1)
Sets the dkpdccomplist_id of the component.
|
void | setDkpdcrel_id(java.lang.Long long1)
Sets the dkpdcrel_id of the component.
|
void | setDynamicKitPredefinedConfigurationId(java.lang.Long dynamicKitPredefinedConfigurationId)
Sets the dynamic kit predefined configuration ID.
|
void | setGroupName(java.lang.String string)
Sets the groupName of the component.
|
public static final java.lang.String COPYRIGHT
public DynamicKitPredefinedConfigurationComponentDataBean()
public void setDynamicKitPredefinedConfigurationId(java.lang.Long dynamicKitPredefinedConfigurationId)
public java.lang.Long getDynamicKitPredefinedConfigurationId()
public void setCatalogEntryId(java.lang.Long catalogEntryId)
public java.lang.Long getCatalogEntryId()
public void populate() throws java.lang.Exception
public java.lang.String getQtyUnitId()
public java.lang.Double getQuantity()
public java.lang.Double getSequence()
public java.lang.Long getDkpdccomplist_id()
public java.lang.Long getDkpdcrel_id()
public java.lang.String getGroupName()
public void setDkpdccomplist_id(java.lang.Long long1)
public void setDkpdcrel_id(java.lang.Long long1)
public void setGroupName(java.lang.String string)