org.csapi.jr.se.fw
Class ClientAppDescription

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

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

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.

See Also:
Serialized Form

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

ClientAppDescription

public ClientAppDescription()
Creates a new ClientAppDescription instance.


ClientAppDescription

public ClientAppDescription(java.lang.String _clientAppID,
                            org.csapi.jr.se.fw.Property[] _clientAppProperties)
Creates a new ClientAppDescription instance.

Parameters:
_clientAppID -
_clientAppProperties -
Method Detail

getClientAppID

public java.lang.String getClientAppID()
This method returns a clientAppID.

Returns:
a String value

getClientAppProperties

public org.csapi.jr.se.fw.Property[] getClientAppProperties()
This method returns a clientAppProperties.

Returns:
a org.csapi.jr.se.fw.Property[] value

setClientAppID

public void setClientAppID(java.lang.String clientAppID)
This method sets a clientAppID.


setClientAppProperties

public void setClientAppProperties(org.csapi.jr.se.fw.Property[] clientAppProperties)
This method sets a clientAppProperties.


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