com.ibm.commerce.catalog.objects

Class ListPriceEntityCreationData

  • java.lang.Object
    • com.ibm.commerce.catalog.objects.ListPriceEntityCreationData
    • Field Summary

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

      Constructors 
      Constructor and Description
      ListPriceEntityCreationData()
      Default constructor for the Listprice entity creation data.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyFromAccessBean(ListPriceAccessBean accessBean)
      Copy attributes' values from the Listprice access bean to the Listprice entity creation data.
      java.lang.Long getCatalogEntryReferenceNumber()
      Gets the catalog entry ID.
      java.lang.String getCurrency()
      Gets the currency of the listprice.
      java.math.BigDecimal getListPrice()
      Gets the listprice.
      java.lang.String getOid()
      Gets the object ID.
      void reset()
      Reset all attributes of the Listprice.
      void setCatalogEntryReferenceNumber(java.lang.Long aCatalogEntryReferenceNumber)
      Sets the catalog entry ID.
      void setCurrency(java.lang.String aCurrency)
      Sets the currency of the listprice.
      void setListPrice(java.math.BigDecimal aListPrice)
      Sets the listprice.
      void setOid(java.lang.String aOid)
      Sets the object ID.
      • 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

      • ListPriceEntityCreationData

        public ListPriceEntityCreationData()
        Default constructor for the Listprice entity creation data.
    • Method Detail

      • getCatalogEntryReferenceNumber

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

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

        public java.lang.String getCurrency()
        Gets the currency of the listprice.
        Returns:
        currency The currency of the listprice
      • setCurrency

        public void setCurrency(java.lang.String aCurrency)
        Sets the currency of the listprice.
        Parameters:
        currency - The currency of the listprice
      • getOid

        public java.lang.String getOid()
        Gets the object ID.
        Returns:
        oid The object ID
      • setOid

        public void setOid(java.lang.String aOid)
        Sets the object ID.
        Parameters:
        oid - The object ID
      • getListPrice

        public java.math.BigDecimal getListPrice()
        Gets the listprice.
        Returns:
        listPrice The listprice
      • setListPrice

        public void setListPrice(java.math.BigDecimal aListPrice)
        Sets the listprice.
        Parameters:
        listPrice - The listprice
      • reset

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

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