|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cs.ApplicationDescription
Defines a Sequence of Data Elements that specifies what is about to be charged.
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 |
public ApplicationDescription()
public ApplicationDescription(java.lang.String _text, org.csapi.jr.se.cs.AppInformation[] _appInformation)
_text
- _appInformation
- Method Detail |
public java.lang.String getText()
public org.csapi.jr.se.cs.AppInformation[] getAppInformation()
public void setText(java.lang.String text)
public void setAppInformation(org.csapi.jr.se.cs.AppInformation[] appInformation)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |