com.ibm.commerce.price.beans

Class DynamicKitPredefinedConfigurationComponentDataBean

  • java.lang.Object
    • com.ibm.commerce.price.beans.DynamicKitPredefinedConfigurationComponentDataBean


  • public class DynamicKitPredefinedConfigurationComponentDataBean
    extends java.lang.Object
    Data bean that displays a component of a dynamic kit predefined configuration.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DynamicKitPredefinedConfigurationComponentDataBean

        public DynamicKitPredefinedConfigurationComponentDataBean()
    • Method Detail

      • getCatalogEntryId

        public java.lang.Long getCatalogEntryId()
        Gets the catalog entry ID of the component.
        Returns:
        The catalog entry ID of the component.
      • getDkpdccomplist_id

        public java.lang.Long getDkpdccomplist_id()
        Gets the get dkpdccomplist_id of the component.
        Returns:
        The dkpdccomplist_id.
      • getDkpdcrel_id

        public java.lang.Long getDkpdcrel_id()
        Gets the get dkpdccomplist_id of the component.
        Returns:
        The dkpdccomplist_id.
      • getDynamicKitPredefinedConfigurationId

        public java.lang.Long getDynamicKitPredefinedConfigurationId()
        Gets the dynamic kit predefined configuration ID.
        Returns:
        The ID of the predefined configuration
      • getGroupName

        public java.lang.String getGroupName()
        Gets the get groupName of the component.
        Returns:
        The groupName.
      • getQtyUnitId

        public java.lang.String getQtyUnitId()
        Gets the quantity unit ID of the component.
        Returns:
        The quantity unit ID.
      • getQuantity

        public java.lang.Double getQuantity()
        Gets the quantity of the component.
        Returns:
        The quantity of the component.
      • getSequence

        public java.lang.Double getSequence()
        Gets the display sequence index of the component.
        Returns:
        The display sequence index of the component.
      • populate

        public void populate()
                      throws java.lang.Exception
        Populates the bean by using the predefined configuration ID and component catalog entry ID passed.
        Throws:
        java.lang.Exception - Thrown when the lookup fails.
      • setCatalogEntryId

        public void setCatalogEntryId(java.lang.Long catalogEntryId)
        Sets the catalog entry ID of the component.
        Parameters:
        The - value to set.
      • setDkpdccomplist_id

        public void setDkpdccomplist_id(java.lang.Long long1)
        Sets the dkpdccomplist_id of the component.
        Parameters:
        The - value to set.
      • setDkpdcrel_id

        public void setDkpdcrel_id(java.lang.Long long1)
        Sets the dkpdcrel_id of the component.
        Parameters:
        The - value to set.
      • setDynamicKitPredefinedConfigurationId

        public void setDynamicKitPredefinedConfigurationId(java.lang.Long dynamicKitPredefinedConfigurationId)
        Sets the dynamic kit predefined configuration ID.
        Parameters:
        The - value to set
      • setGroupName

        public void setGroupName(java.lang.String string)
        Sets the groupName of the component.
        Parameters:
        The - value to set.