org.csapi.jr.se.am
Class ChargingEventCriteria

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

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

Defines the structure of data elements that specifies charging event criteria.

See Also:
Serialized Form

Constructor Summary
ChargingEventCriteria()
          Creates a new ChargingEventCriteria instance.
ChargingEventCriteria(org.csapi.jr.se.am.ChargingEventName[] _chargingEvents, org.csapi.jr.se.Address[] _users)
          Creates a new ChargingEventCriteria instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.am.ChargingEventName[] getChargingEvents()
          This method returns a chargingEvents.
 org.csapi.jr.se.Address[] getUsers()
          This method returns a users.
 int hashCode()
          Returns a hashcode value for the object.
 void setChargingEvents(org.csapi.jr.se.am.ChargingEventName[] chargingEvents)
          This method sets a chargingEvents.
 void setUsers(org.csapi.jr.se.Address[] users)
          This method sets a users.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChargingEventCriteria

public ChargingEventCriteria()
Creates a new ChargingEventCriteria instance.


ChargingEventCriteria

public ChargingEventCriteria(org.csapi.jr.se.am.ChargingEventName[] _chargingEvents,
                             org.csapi.jr.se.Address[] _users)
Creates a new ChargingEventCriteria instance.

Parameters:
_chargingEvents - Specifies the specific charging event criteria used by the application to define the event required.
_users - Specifies the user(s) for which the charging events are requested to be reported.
Method Detail

getChargingEvents

public org.csapi.jr.se.am.ChargingEventName[] getChargingEvents()
This method returns a chargingEvents.

Returns:
a org.csapi.jr.se.am.ChargingEventName[] value

getUsers

public org.csapi.jr.se.Address[] getUsers()
This method returns a users.

Returns:
a org.csapi.jr.se.Address[] value

setChargingEvents

public void setChargingEvents(org.csapi.jr.se.am.ChargingEventName[] chargingEvents)
This method sets a chargingEvents.


setUsers

public void setUsers(org.csapi.jr.se.Address[] users)
This method sets a users.


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