|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.ClientAppDescription
This data type is a Sequence of Data Elements which describes an enterprise client application. It is a structured data type, consisting of a unique 'client application ID', password and a list of client application properties.
Constructor Summary | |
ClientAppDescription()
Creates a new ClientAppDescription instance. |
|
ClientAppDescription(java.lang.String _clientAppID,
org.csapi.jr.se.fw.Property[] _clientAppProperties)
Creates a new ClientAppDescription instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getClientAppID()
This method returns a clientAppID. |
org.csapi.jr.se.fw.Property[] |
getClientAppProperties()
This method returns a clientAppProperties. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setClientAppID(java.lang.String clientAppID)
This method sets a clientAppID. |
void |
setClientAppProperties(org.csapi.jr.se.fw.Property[] clientAppProperties)
This method sets a clientAppProperties. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientAppDescription()
public ClientAppDescription(java.lang.String _clientAppID, org.csapi.jr.se.fw.Property[] _clientAppProperties)
_clientAppID
- _clientAppProperties
- Method Detail |
public java.lang.String getClientAppID()
public org.csapi.jr.se.fw.Property[] getClientAppProperties()
public void setClientAppID(java.lang.String clientAppID)
public void setClientAppProperties(org.csapi.jr.se.fw.Property[] clientAppProperties)
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 |