|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cs.ChargingPrice
Defines the Sequence of Data Elements that identify a price. NOTE: Currencies as defined by ISO 4217: 1995.
Constructor Summary | |
ChargingPrice()
Creates a new ChargingPrice instance. |
|
ChargingPrice(java.lang.String _currency,
org.csapi.jr.se.cs.Amount _amount)
Creates a new ChargingPrice instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.cs.Amount |
getAmount()
This method returns a amount. |
java.lang.String |
getCurrency()
This method returns a currency. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAmount(org.csapi.jr.se.cs.Amount amount)
This method sets a amount. |
void |
setCurrency(java.lang.String currency)
This method sets a currency. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChargingPrice()
public ChargingPrice(java.lang.String _currency, org.csapi.jr.se.cs.Amount _amount)
_currency
- _amount
- Method Detail |
public java.lang.String getCurrency()
public org.csapi.jr.se.cs.Amount getAmount()
public void setCurrency(java.lang.String currency)
public void setAmount(org.csapi.jr.se.cs.Amount amount)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |