|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cs.ChargingParameter
Defines a Sequence of Data Elements that defines the used service.
Constructor Summary | |
ChargingParameter()
Creates a new ChargingParameter instance. |
|
ChargingParameter(int _parameterID,
org.csapi.jr.se.cs.ChargingParameterValue _parameterValue)
Creates a new ChargingParameter instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
int |
getParameterID()
This method returns a parameterID. |
org.csapi.jr.se.cs.ChargingParameterValue |
getParameterValue()
This method returns a parameterValue. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setParameterID(int parameterID)
This method sets a parameterID. |
void |
setParameterValue(org.csapi.jr.se.cs.ChargingParameterValue parameterValue)
This method sets a parameterValue. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChargingParameter()
public ChargingParameter(int _parameterID, org.csapi.jr.se.cs.ChargingParameterValue _parameterValue)
_parameterID
- _parameterValue
- Method Detail |
public int getParameterID()
public org.csapi.jr.se.cs.ChargingParameterValue getParameterValue()
public void setParameterID(int parameterID)
public void setParameterValue(org.csapi.jr.se.cs.ChargingParameterValue parameterValue)
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 |