|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.UserLicenseInfo
public class UserLicenseInfo
The UserLicenseInfo
class
contains information about user's licenses in AR System.
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 |
---|
public int getLicenseTag()
Constants.AR_LICENSE_TAG_WRITE
Constants.AR_LICENSE_TAG_FULL_TEXT
Constants.AR_LICENSE_TAG_RESERVED1
public int getLicenseType()
public int getCurrentLicenseType()
public int getLicensePool()
public String getAppLicenseDescriptor()
public Timestamp getLastAccess()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |