public class PriceSchedule
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
PriceSchedule() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getActive()
Returns the value of the Active property for this object.
|
java.lang.String |
getCurrencyCode()
Returns the value of the CurrencyCode property for this object.
|
java.lang.Double |
getPrice()
Returns the value of the Price property for this object.
|
java.lang.Long |
getTerm()
Returns the value of the Term property for this object.
|
int |
hashCode() |
java.lang.Boolean |
isActive()
Returns the value of the Active property for this object.
|
void |
setActive(java.lang.Boolean active)
Sets the value of the Active property for this object.
|
void |
setCurrencyCode(java.lang.String currencyCode)
Sets the value of the CurrencyCode property for this object.
|
void |
setPrice(java.lang.Double price)
Sets the value of the Price property for this object.
|
void |
setTerm(java.lang.Long term)
Sets the value of the Term property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PriceSchedule |
withActive(java.lang.Boolean active)
Sets the value of the Active property for this object.
|
PriceSchedule |
withCurrencyCode(java.lang.String currencyCode)
Sets the value of the CurrencyCode property for this object.
|
PriceSchedule |
withPrice(java.lang.Double price)
Sets the value of the Price property for this object.
|
PriceSchedule |
withTerm(java.lang.Long term)
Sets the value of the Term property for this object.
|
public java.lang.Long getTerm()
public void setTerm(java.lang.Long term)
term - The new value for the Term property for this object.public PriceSchedule withTerm(java.lang.Long term)
Returns a reference to this object so that method calls can be chained together.
term - The new value for the Term property for this object.public java.lang.Double getPrice()
public void setPrice(java.lang.Double price)
price - The new value for the Price property for this object.public PriceSchedule withPrice(java.lang.Double price)
Returns a reference to this object so that method calls can be chained together.
price - The new value for the Price property for this object.public java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String currencyCode)
currencyCode - The new value for the CurrencyCode property for this object.public PriceSchedule withCurrencyCode(java.lang.String currencyCode)
Returns a reference to this object so that method calls can be chained together.
currencyCode - The new value for the CurrencyCode property for this object.public java.lang.Boolean isActive()
public void setActive(java.lang.Boolean active)
active - The new value for the Active property for this object.public PriceSchedule withActive(java.lang.Boolean active)
Returns a reference to this object so that method calls can be chained together.
active - The new value for the Active property for this object.public java.lang.Boolean getActive()
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object