org.csapi.jr.se.ui
Class UIEventInfo

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

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

Defines the Sequence of Data Elements that specify a UI notification.

See Also:
Serialized Form

Constructor Summary
UIEventInfo()
          Creates a new UIEventInfo instance.
UIEventInfo(org.csapi.jr.se.Address _originatingAddress, org.csapi.jr.se.Address _destinationAddress, java.lang.String _serviceCode, org.csapi.jr.se.ui.UIEventInfoDataType _dataTypeIndication, java.lang.String _dataString)
          Creates a new UIEventInfo instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 java.lang.String getDataString()
          This method returns a dataString.
 org.csapi.jr.se.ui.UIEventInfoDataType getDataTypeIndication()
          This method returns a dataTypeIndication.
 org.csapi.jr.se.Address getDestinationAddress()
          This method returns a destinationAddress.
 org.csapi.jr.se.Address 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 setDataString(java.lang.String dataString)
          This method sets a dataString.
 void setDataTypeIndication(org.csapi.jr.se.ui.UIEventInfoDataType dataTypeIndication)
          This method sets a dataTypeIndication.
 void setDestinationAddress(org.csapi.jr.se.Address destinationAddress)
          This method sets a destinationAddress.
 void setOriginatingAddress(org.csapi.jr.se.Address 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

UIEventInfo

public UIEventInfo()
Creates a new UIEventInfo instance.


UIEventInfo

public UIEventInfo(org.csapi.jr.se.Address _originatingAddress,
                   org.csapi.jr.se.Address _destinationAddress,
                   java.lang.String _serviceCode,
                   org.csapi.jr.se.ui.UIEventInfoDataType _dataTypeIndication,
                   java.lang.String _dataString)
Creates a new UIEventInfo 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.
_dataTypeIndication - Identifies the type of contents in UIEventData
_dataString - Freely defined data string with a limited length for example 160 bytes according to the network policy.
Method Detail

getOriginatingAddress

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

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

getDestinationAddress

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

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

getServiceCode

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

Returns:
a String value

getDataTypeIndication

public org.csapi.jr.se.ui.UIEventInfoDataType getDataTypeIndication()
This method returns a dataTypeIndication.

Returns:
a org.csapi.jr.se.ui.UIEventInfoDataType value

getDataString

public java.lang.String getDataString()
This method returns a dataString.

Returns:
a String value

setOriginatingAddress

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


setDestinationAddress

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


setServiceCode

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


setDataTypeIndication

public void setDataTypeIndication(org.csapi.jr.se.ui.UIEventInfoDataType dataTypeIndication)
This method sets a dataTypeIndication.


setDataString

public void setDataString(java.lang.String dataString)
This method sets a dataString.


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