|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.dsc.ChargePerVolume
Defines the Sequence of Data Elements that specify the time based charging information. The volume is the sum of uplink and downlink transfer data volumes.
Constructor Summary | |
ChargePerVolume()
Creates a new ChargePerVolume instance. |
|
ChargePerVolume(int _initialCharge,
int _currentChargePerKilobyte,
int _nextChargePerKilobyte)
Creates a new ChargePerVolume instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
int |
getCurrentChargePerKilobyte()
This method returns a currentChargePerKilobyte. |
int |
getInitialCharge()
This method returns a initialCharge. |
int |
getNextChargePerKilobyte()
This method returns a nextChargePerKilobyte. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setCurrentChargePerKilobyte(int currentChargePerKilobyte)
This method sets a currentChargePerKilobyte. |
void |
setInitialCharge(int initialCharge)
This method sets a initialCharge. |
void |
setNextChargePerKilobyte(int nextChargePerKilobyte)
This method sets a nextChargePerKilobyte. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChargePerVolume()
public ChargePerVolume(int _initialCharge, int _currentChargePerKilobyte, int _nextChargePerKilobyte)
_initialCharge
- Initial charge amount (in currency units * 0.0001)._currentChargePerKilobyte
- Current tariff (in currency units * 0.0001)._nextChargePerKilobyte
- Next tariff (in currency units * 0.0001) after tariff switch.
Only used in setAdviceOfCharge().Method Detail |
public int getInitialCharge()
public int getCurrentChargePerKilobyte()
public int getNextChargePerKilobyte()
public void setInitialCharge(int initialCharge)
public void setCurrentChargePerKilobyte(int currentChargePerKilobyte)
public void setNextChargePerKilobyte(int nextChargePerKilobyte)
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 |