com.remedy.arsys.api
Class HostID

java.lang.Object
  |
  +--com.remedy.arsys.api.HostID
All Implemented Interfaces:
java.lang.Cloneable

public class HostID
extends java.lang.Object
implements java.lang.Cloneable

The HostID class represents information about host IDs.


Constructor Summary
HostID()
          constructor
HostID(char[] str)
          Constructs new HostID object with the following parameters:
HostID(HostID nameID)
          Constructs new HostID object with the following parameters:
HostID(java.lang.String str)
          Constructs new HostID object with the following parameters:
 
Method Summary
 java.lang.Object clone()
          Makes a deep copy of the object.
 boolean equals(java.lang.Object anObject)
          Use this method for checking equality of HostID.
 java.lang.String getValue()
          Returns value of maximum size of license name.
 void setValue(java.lang.String str)
          Sets value of maximum size of license name.
 char[] toCharArray()
          Returns key information in an array of characters.
 java.lang.String toString()
          Returns key information in a string.
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HostID

public HostID()
constructor

HostID

public HostID(java.lang.String str)
Constructs new HostID object with the following parameters:
Parameters:
String - Returns information about maximum size of license name in a string

HostID

public HostID(char[] str)
Constructs new HostID object with the following parameters:
Parameters:
char[] - Returns information about maximum size of license name in an array

HostID

public HostID(HostID nameID)
Constructs new HostID object with the following parameters:
Parameters:
nameID - Returns license name information about NameID
Method Detail

toCharArray

public char[] toCharArray()
Returns key information in an array of characters.

toString

public java.lang.String toString()
Returns key information in a string.
Overrides:
toString in class java.lang.Object

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Makes a deep copy of the object.
Overrides:
clone in class java.lang.Object

equals

public boolean equals(java.lang.Object anObject)
Use this method for checking equality of HostID.
Overrides:
equals in class java.lang.Object

getValue

public java.lang.String getValue()
Returns value of maximum size of license name.

setValue

public void setValue(java.lang.String str)
Sets value of maximum size of license name.