com.remedy.arsys.api
Class UserLicenseInfo

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

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

The UserLicenseInfo class contains information about user's licenses in the AR System.


Method Summary
 java.lang.Object clone()
          Clone implementation that returns an Object with data cloned from self.
 int getCurrentLicenseType()
          Returns type of license that the user is currently using.
 InternalID getLicensePool()
          Returns groups which user belongs to.
 int getLicenseTag()
          Returns tag of licenses owned by a user.
 int getLicenseType()
          Returns types of licenses owned by a user.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLicenseTag

public int getLicenseTag()
Returns tag of licenses owned by a user. Possible values include the following:

getLicenseType

public int getLicenseType()
Returns types of licenses owned by a user.

getCurrentLicenseType

public int getCurrentLicenseType()
Returns type of license that the user is currently using.

getLicensePool

public InternalID getLicensePool()
Returns groups which user belongs to.

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self.
Overrides:
clone in class java.lang.Object