AR System Java API

com.bmc.arsys.api
Class UserLicenseInfo

java.lang.Object
  extended by com.bmc.arsys.api.UserLicenseInfo
All Implemented Interfaces:
Serializable, Cloneable

public class UserLicenseInfo
extends Object
implements Cloneable, Serializable

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

See Also:
Serialized Form

Method Summary
 Object clone()
          Clone implementation that returns an Object with data cloned from self.
 boolean equals(Object obj)
           
 String getAppLicenseDescriptor()
           
 int getCurrentLicenseType()
          Returns type of license that the user is currently using.
 Timestamp getLastAccess()
           
 int 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.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, 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 int getLicensePool()
Returns groups which user belongs to.


getAppLicenseDescriptor

public String getAppLicenseDescriptor()

getLastAccess

public Timestamp getLastAccess()

clone

public Object clone()
             throws CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self.

Overrides:
clone in class Object
Throws:
CloneNotSupportedException

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.