org.csapi.jr.se.cs
Class ChargingParameter

java.lang.Object
  |
  +--org.csapi.jr.se.cs.ChargingParameter
All Implemented Interfaces:
java.io.Serializable

public final class ChargingParameter
extends java.lang.Object
implements java.io.Serializable

Defines a Sequence of Data Elements that defines the used service.

See Also:
Serialized Form

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

ChargingParameter

public ChargingParameter()
Creates a new ChargingParameter instance.


ChargingParameter

public ChargingParameter(int _parameterID,
                         org.csapi.jr.se.cs.ChargingParameterValue _parameterValue)
Creates a new ChargingParameter instance.

Parameters:
_parameterID -
_parameterValue -
Method Detail

getParameterID

public int getParameterID()
This method returns a parameterID.

Returns:
a int value

getParameterValue

public org.csapi.jr.se.cs.ChargingParameterValue getParameterValue()
This method returns a parameterValue.

Returns:
a org.csapi.jr.se.cs.ChargingParameterValue value

setParameterID

public void setParameterID(int parameterID)
This method sets a parameterID.


setParameterValue

public void setParameterValue(org.csapi.jr.se.cs.ChargingParameterValue parameterValue)
This method sets a parameterValue.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object