public class UserLicenseInfo extends Object implements Cloneable, Serializable
UserLicenseInfo class
contains information about user's licenses in AR System.| Modifier and Type | Method and Description |
|---|---|
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() |
public int getLicenseTag()
public int getLicenseType()
public int getCurrentLicenseType()
public int getLicensePool()
public String getAppLicenseDescriptor()
public Timestamp getLastAccess()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException? Copyright 2013 BMC Software, Inc.