Class OrderPaymentSystemImpl

    • Constructor Detail

      • OrderPaymentSystemImpl

        public OrderPaymentSystemImpl()
    • Method Detail

      • getIncreaseValue

        public double getIncreaseValue()

        Getter for the field increaseValue.

        Specified by:
        getIncreaseValue in interface OrderPaymentSystem
        Returns:
        a double
      • getPrice

        public double getPrice()

        Getter for the field price.

        Specified by:
        getPrice in interface OrderPaymentSystem
        Returns:
        a double
      • getIncreaseMin

        public double getIncreaseMin()

        Getter for the field increaseMin.

        Specified by:
        getIncreaseMin in interface OrderPaymentSystem
        Returns:
        a double
      • setId

        public void setId​(Integer id)

        Setter for the field id.

        Parameters:
        id - a Integer object
      • setPaymentSystemId

        public void setPaymentSystemId​(int paymentSystemId)

        Setter for the field paymentSystemId.

        Parameters:
        paymentSystemId - a int
      • setTaxes

        public void setTaxes​(List<OrderTax> taxes)

        Setter for the field taxes.

        Parameters:
        taxes - a List object
      • setName

        public void setName​(String name)

        Setter for the field name.

        Parameters:
        name - a String object
      • setIncreaseType

        public void setIncreaseType​(AmountType increaseType)

        Setter for the field increaseType.

        Parameters:
        increaseType - a AmountType object
      • setIncreaseValue

        public void setIncreaseValue​(double increaseValue)

        Setter for the field increaseValue.

        Parameters:
        increaseValue - a double
      • setPrice

        public void setPrice​(double price)

        Setter for the field price.

        Parameters:
        price - a double
      • setIncreaseMin

        public void setIncreaseMin​(double increaseMin)

        Setter for the field increaseMin.

        Parameters:
        increaseMin - a double
      • setCashOnDelivery

        public void setCashOnDelivery​(boolean cashOnDelivery)

        Setter for the field cashOnDelivery.

        Parameters:
        cashOnDelivery - a boolean
      • setProperty

        public void setProperty​(String property)

        Setter for the field property.

        Parameters:
        property - a String object