org.csapi.jr.se.ui
Class UIEventCriteria

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

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

Defines the Sequence of Data Elements that specify the additional criteria for receiving a UI notification.

See Also:
Serialized Form

Constructor Summary
UIEventCriteria()
          Creates a new UIEventCriteria instance.
UIEventCriteria(org.csapi.jr.se.AddressRange _originatingAddress, org.csapi.jr.se.AddressRange _destinationAddress, java.lang.String _serviceCode)
          Creates a new UIEventCriteria instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.AddressRange getDestinationAddress()
          This method returns a destinationAddress.
 org.csapi.jr.se.AddressRange getOriginatingAddress()
          This method returns a originatingAddress.
 java.lang.String getServiceCode()
          This method returns a serviceCode.
 int hashCode()
          Returns a hashcode value for the object.
 void setDestinationAddress(org.csapi.jr.se.AddressRange destinationAddress)
          This method sets a destinationAddress.
 void setOriginatingAddress(org.csapi.jr.se.AddressRange originatingAddress)
          This method sets a originatingAddress.
 void setServiceCode(java.lang.String serviceCode)
          This method sets a serviceCode.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIEventCriteria

public UIEventCriteria()
Creates a new UIEventCriteria instance.


UIEventCriteria

public UIEventCriteria(org.csapi.jr.se.AddressRange _originatingAddress,
                       org.csapi.jr.se.AddressRange _destinationAddress,
                       java.lang.String _serviceCode)
Creates a new UIEventCriteria instance.

Parameters:
_originatingAddress - Defines the originating address.
_destinationAddress - Defines the destination address.
_serviceCode - Defines a 2-digit code indicating the UI to be triggered. The value is operator specific.
Method Detail

getOriginatingAddress

public org.csapi.jr.se.AddressRange getOriginatingAddress()
This method returns a originatingAddress.

Returns:
a org.csapi.jr.se.AddressRange value

getDestinationAddress

public org.csapi.jr.se.AddressRange getDestinationAddress()
This method returns a destinationAddress.

Returns:
a org.csapi.jr.se.AddressRange value

getServiceCode

public java.lang.String getServiceCode()
This method returns a serviceCode.

Returns:
a String value

setOriginatingAddress

public void setOriginatingAddress(org.csapi.jr.se.AddressRange originatingAddress)
This method sets a originatingAddress.


setDestinationAddress

public void setDestinationAddress(org.csapi.jr.se.AddressRange destinationAddress)
This method sets a destinationAddress.


setServiceCode

public void setServiceCode(java.lang.String serviceCode)
This method sets a serviceCode.


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