org.csapi.jr.se.cs
Class ApplicationDescription

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

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

Defines a Sequence of Data Elements that specifies what is about to be charged.

See Also:
Serialized Form

Constructor Summary
ApplicationDescription()
          Creates a new ApplicationDescription instance.
ApplicationDescription(java.lang.String _text, org.csapi.jr.se.cs.AppInformation[] _appInformation)
          Creates a new ApplicationDescription instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.cs.AppInformation[] getAppInformation()
          This method returns a appInformation.
 java.lang.String getText()
          This method returns a text.
 int hashCode()
          Returns a hashcode value for the object.
 void setAppInformation(org.csapi.jr.se.cs.AppInformation[] appInformation)
          This method sets a appInformation.
 void setText(java.lang.String text)
          This method sets a text.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationDescription

public ApplicationDescription()
Creates a new ApplicationDescription instance.


ApplicationDescription

public ApplicationDescription(java.lang.String _text,
                              org.csapi.jr.se.cs.AppInformation[] _appInformation)
Creates a new ApplicationDescription instance.

Parameters:
_text -
_appInformation -
Method Detail

getText

public java.lang.String getText()
This method returns a text.

Returns:
a String value

getAppInformation

public org.csapi.jr.se.cs.AppInformation[] getAppInformation()
This method returns a appInformation.

Returns:
a org.csapi.jr.se.cs.AppInformation[] value

setText

public void setText(java.lang.String text)
This method sets a text.


setAppInformation

public void setAppInformation(org.csapi.jr.se.cs.AppInformation[] appInformation)
This method sets a appInformation.


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