com.ibm.commerce.fulfillment.objects

Class CatalogEntryShippingEntityCreationData

  • java.lang.Object
    • com.ibm.commerce.fulfillment.objects.CatalogEntryShippingEntityCreationData
  • All Implemented Interfaces:
    EntityBeanCreationData, java.io.Serializable


    public class CatalogEntryShippingEntityCreationData
    extends java.lang.Object
    implements EntityBeanCreationData
    This EntityCreationData represents the data object for creating the Catalog Entry Shipping EJB.
    See Also:
    Serialized Form
    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyFromAccessBean(CatalogEntryShippingAccessBean accessBean)
      Copy attributes' values from the Catalog Entry Shipping access bean to the Catalog Entry Shipping entity creation data.
      java.lang.Long getCatalogEntryReferenceNumber()
      Gets the catalog entry ID.
      java.lang.Double getHeight()
      Gets the height.
      java.lang.Double getLength()
      Gets the length.
      java.lang.Double getNominalQuantity()
      Gets the nominal quantity for the product, used for pricing.
      java.lang.String getQuantityMeasure()
      Gets the quantity measure.
      java.lang.Double getQuantityMultiple()
      Gets the quantity multiple that the product can be sold in.
      java.lang.String getSizeMeasure()
      Gets the unit of measurement for length, width, and height.
      java.lang.Double getWeight()
      Gets the weight.
      java.lang.String getWeightMeasure()
      Gets the unit of measure for the weight.
      java.lang.Double getWidth()
      Gets the width.
      void reset()
      Reset all attributes of the Catalog Entry Shipping.
      void setCatalogEntryReferenceNumber(java.lang.Long argCatalogEntryReferenceNumber)
      Sets the catalog entry ID.
      void setHeight(java.lang.Double adHeight)
      Sets the height.
      void setLength(java.lang.Double adLength)
      Sets the length.
      void setNominalQuantity(java.lang.Double adNominalQuantity)
      Sets the nominal quantity for the product.
      void setQuantityMeasure(java.lang.String astrQuantityMeasure)
      Sets the unit of measurement for nominal quantity and quantity multiple.
      void setQuantityMultiple(java.lang.Double astrQuantityMultiple)
      Sets the quantity multiple that the product can sell in.
      void setSizeMeasure(java.lang.String astrSizeMeasure)
      Sets the unit of measurement for length, width, and height.
      void setWeight(java.lang.Double adWeight)
      Sets the weight.
      void setWeightMeasure(java.lang.String astrWeightMeasure)
      Sets the unit of measurement for weight.
      void setWidth(java.lang.Double adWidth)
      Sets the width.
      • 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
        The internal copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CatalogEntryShippingEntityCreationData

        public CatalogEntryShippingEntityCreationData()
        Default constructor for the Catalog Entry Shipping entity creation data.
    • Method Detail

      • getCatalogEntryReferenceNumber

        public java.lang.Long getCatalogEntryReferenceNumber()
        Gets the catalog entry ID.
        Returns:
        catalogEntryReferenceNumber The catalog entry ID
      • getHeight

        public java.lang.Double getHeight()
        Gets the height.
        Returns:
        height The height
      • getLength

        public java.lang.Double getLength()
        Gets the length.
        Returns:
        length The length
      • getNominalQuantity

        public java.lang.Double getNominalQuantity()
        Gets the nominal quantity for the product, used for pricing.
        Returns:
        nominalQuantity The nominal quantity
      • getQuantityMeasure

        public java.lang.String getQuantityMeasure()
        Gets the quantity measure.
        Returns:
        quantityMeasure The quantity measure
      • getQuantityMultiple

        public java.lang.Double getQuantityMultiple()
        Gets the quantity multiple that the product can be sold in.
        Returns:
        quantityMultiple The quantity multiple
      • getSizeMeasure

        public java.lang.String getSizeMeasure()
        Gets the unit of measurement for length, width, and height.
        Returns:
        sizeMeasure The size measure
      • getWeight

        public java.lang.Double getWeight()
        Gets the weight.
        Returns:
        weight The weight
      • getWeightMeasure

        public java.lang.String getWeightMeasure()
        Gets the unit of measure for the weight.
        Returns:
        weightMeasure The weight measure
      • getWidth

        public java.lang.Double getWidth()
        Gets the width.
        Returns:
        width The width
      • setCatalogEntryReferenceNumber

        public void setCatalogEntryReferenceNumber(java.lang.Long argCatalogEntryReferenceNumber)
        Sets the catalog entry ID.
        Parameters:
        catalogEntryReferenceNumber - The catalog entry ID
      • setHeight

        public void setHeight(java.lang.Double adHeight)
        Sets the height.
        Parameters:
        adHeight - The height
      • setLength

        public void setLength(java.lang.Double adLength)
        Sets the length.
        Parameters:
        adLength - The length
      • setNominalQuantity

        public void setNominalQuantity(java.lang.Double adNominalQuantity)
        Sets the nominal quantity for the product.
        Parameters:
        adNominalQuantity - The nominal quantity
      • setQuantityMeasure

        public void setQuantityMeasure(java.lang.String astrQuantityMeasure)
        Sets the unit of measurement for nominal quantity and quantity multiple.
        Parameters:
        astrQuantityMeasure - The quantity measure
      • setQuantityMultiple

        public void setQuantityMultiple(java.lang.Double astrQuantityMultiple)
        Sets the quantity multiple that the product can sell in.
        Parameters:
        astrQuantityMultiple - The quantity multiple
      • setSizeMeasure

        public void setSizeMeasure(java.lang.String astrSizeMeasure)
        Sets the unit of measurement for length, width, and height.
        Parameters:
        astrSizeMeasure - The size measure
      • setWeight

        public void setWeight(java.lang.Double adWeight)
        Sets the weight.
        Parameters:
        adWeigth - The weight
      • setWeightMeasure

        public void setWeightMeasure(java.lang.String astrWeightMeasure)
        Sets the unit of measurement for weight.
        Parameters:
        astrWeightMeasure - The weight measure
      • setWidth

        public void setWidth(java.lang.Double adWidth)
        Sets the width.
        Parameters:
        adWidth - The width
      • reset

        public void reset()
                   throws java.lang.IllegalAccessException
        Reset all attributes of the Catalog Entry Shipping.
        Throws:
        java.lang.IllegalAccessException - An illegal access exception
      • copyFromAccessBean

        public void copyFromAccessBean(CatalogEntryShippingAccessBean accessBean)
        Copy attributes' values from the Catalog Entry Shipping access bean to the Catalog Entry Shipping entity creation data.
        Parameters:
        AccessBean - The Catalog Entry Shipping access bean