7.0 Action Request System Java API

com.remedy.arsys.api
Class LicenseNameID

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

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

The LicenseNameID class represents information about license names.


Constructor Summary
LicenseNameID()
          constructor
LicenseNameID(char[] str)
          Constructs new LicenseNameID object with the following parameters:
LicenseNameID(LicenseNameID nameID)
          Constructs new LicenseNameID object with the following parameters:
LicenseNameID(java.lang.String str)
          Constructs new LicenseNameID 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 LicenseNameID.
 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

LicenseNameID

public LicenseNameID()
constructor


LicenseNameID

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


LicenseNameID

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


LicenseNameID

public LicenseNameID(LicenseNameID nameID)
Constructs new LicenseNameID 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.


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 LicenseNameID.


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.


7.0 Action Request System Java API