类 UnitPriceSpecification


public class UnitPriceSpecification extends PriceSpecification
  • 构造器详细资料

    • UnitPriceSpecification

      public UnitPriceSpecification()
  • 方法详细资料

    • getPriceComponentType

      public PriceComponentTypeEnumeration getPriceComponentType()
    • setPriceComponentType

      public void setPriceComponentType(PriceComponentTypeEnumeration priceComponentType)
    • getUnitCode

      public String getUnitCode()
    • setUnitCode

      public void setUnitCode(String unitCode)
    • getBillingIncrement

      public Double getBillingIncrement()
    • setBillingIncrement

      public void setBillingIncrement(Double billingIncrement)
    • getBillingStart

      public Double getBillingStart()
    • setBillingStart

      public void setBillingStart(Double billingStart)
    • getBillingDuration

      public Double getBillingDuration()
    • setBillingDuration

      public void setBillingDuration(Double billingDuration)
    • getPriceType

      public String getPriceType()
    • setPriceType

      public void setPriceType(String priceType)
    • getUnitText

      public String getUnitText()
    • setUnitText

      public void setUnitText(String unitText)
    • getReferenceQuantity

      public QuantitativeValue getReferenceQuantity()
    • setReferenceQuantity

      public void setReferenceQuantity(QuantitativeValue referenceQuantity)