7.0 Action Request System Java API

com.remedy.arsys.api
Class LicenseKeyID

java.lang.Object
  extended bycom.remedy.arsys.api.LicenseKeyID
All Implemented Interfaces:
java.lang.Cloneable

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

The LicenseKeyID class represents information about license keys.


Constructor Summary
LicenseKeyID()
          constructor
LicenseKeyID(char[] str)
          Constructs new LicenseKeyID object with the following parameters:
LicenseKeyID(LicenseKeyID nameID)
          Constructs new LicenseKeyID object with the following parameters:
LicenseKeyID(java.lang.String str)
          Constructs new LicenseKeyID 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 LicenseKeyID.
 java.lang.String getValue()
          Returns value of maximum size of license key.
 void setValue(java.lang.String str)
          Sets value of maximum size of license key.
 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

LicenseKeyID

public LicenseKeyID()
constructor


LicenseKeyID

public LicenseKeyID(java.lang.String str)
Constructs new LicenseKeyID object with the following parameters:


LicenseKeyID

public LicenseKeyID(char[] str)
Constructs new LicenseKeyID object with the following parameters:


LicenseKeyID

public LicenseKeyID(LicenseKeyID nameID)
Constructs new LicenseKeyID object with the following parameters:

Parameters:
nameID - Returns license key 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.


clone

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

Throws:
java.lang.CloneNotSupportedException

equals

public boolean equals(java.lang.Object anObject)
Use this method for checking equality of LicenseKeyID.


getValue

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


setValue

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


7.0 Action Request System Java API