Package org.cxml

Class OriginalPrice

java.lang.Object
org.cxml.OriginalPrice

public class OriginalPrice extends Object
  • Field Details

    • type

      protected String type
    • money

      protected Money money
  • Constructor Details

    • OriginalPrice

      public OriginalPrice()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getMoney

      public Money getMoney()
      Gets the value of the money property.
      Returns:
      possible object is Money
    • setMoney

      public void setMoney(Money value)
      Sets the value of the money property.
      Parameters:
      value - allowed object is Money