|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cs.PriceVolume
Defines the Sequence of Data Elements that identify a price for a volume.
Constructor Summary | |
PriceVolume()
Creates a new PriceVolume instance. |
|
PriceVolume(org.csapi.jr.se.cs.ChargingPrice _price,
org.csapi.jr.se.cs.Volume _volume)
Creates a new PriceVolume instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.cs.ChargingPrice |
getPrice()
This method returns a price. |
org.csapi.jr.se.cs.Volume |
getVolume()
This method returns a volume. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setPrice(org.csapi.jr.se.cs.ChargingPrice price)
This method sets a price. |
void |
setVolume(org.csapi.jr.se.cs.Volume volume)
This method sets a volume. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PriceVolume()
public PriceVolume(org.csapi.jr.se.cs.ChargingPrice _price, org.csapi.jr.se.cs.Volume _volume)
_price
- _volume
- Method Detail |
public org.csapi.jr.se.cs.ChargingPrice getPrice()
public org.csapi.jr.se.cs.Volume getVolume()
public void setPrice(org.csapi.jr.se.cs.ChargingPrice price)
public void setVolume(org.csapi.jr.se.cs.Volume volume)
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 |