public class LicenseVO extends BasicLicenseVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<DateTime,LicenseVO> |
ACTIVATION_DATE |
static BasicProperty<java.lang.Boolean,LicenseVO> |
ALLOW_OFFLINE_UPDATE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Integer,LicenseVO> |
CURRENT_USERS |
static BasicProperty<DateTime,LicenseVO> |
EXPIRATION_DATE |
static BasicProperty<DateTime,LicenseVO> |
LAST_UPDATE |
static BasicProperty<java.lang.String,LicenseVO> |
LICENSE_SERVER_URL |
static BasicProperty<java.lang.Integer,LicenseVO> |
MAX_USERS |
static BasicProperty<LicenseStatus,LicenseVO> |
STATUS |
static BasicProperty<LicenseType,LicenseVO> |
TYPE |
LICENSE_KEY, ORGANIZATION_NAME| Constructor and Description |
|---|
LicenseVO() |
LicenseVO(Property<T,? super LicenseVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
DateTime |
getActivationDate() |
java.lang.Integer |
getCurrentUsers() |
DateTime |
getExpirationDate() |
DateTime |
getLastUpdate() |
java.lang.String |
getLicenseServerUrl() |
java.lang.Integer |
getMaxUsers() |
LicenseStatus |
getStatus() |
LicenseType |
getType() |
boolean |
isAllowOfflineUpdate() |
void |
setActivationDate(DateTime activationDate) |
void |
setAllowOfflineUpdate(boolean allowOfflineUpdate) |
void |
setCurrentUsers(java.lang.Integer currentUsers) |
void |
setExpirationDate(DateTime expirationDate) |
void |
setLastUpdate(DateTime lastUpdate) |
void |
setLicenseServerUrl(java.lang.String licenseServerUrl) |
void |
setMaxUsers(java.lang.Integer maxUsers) |
void |
setStatus(LicenseStatus status) |
void |
setType(LicenseType type) |
getLicenseKey, getOrganizationName, setLicenseKey, setOrganizationNameaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<DateTime,LicenseVO> ACTIVATION_DATE
public static final BasicProperty<java.lang.Boolean,LicenseVO> ALLOW_OFFLINE_UPDATE
public static final BasicProperty<java.lang.Integer,LicenseVO> CURRENT_USERS
public static final BasicProperty<DateTime,LicenseVO> EXPIRATION_DATE
public static final BasicProperty<DateTime,LicenseVO> LAST_UPDATE
public static final BasicProperty<java.lang.String,LicenseVO> LICENSE_SERVER_URL
public static final BasicProperty<java.lang.Integer,LicenseVO> MAX_USERS
public static final BasicProperty<LicenseStatus,LicenseVO> STATUS
public static final BasicProperty<LicenseType,LicenseVO> TYPE
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasicLicenseVOpublic DateTime getActivationDate()
public void setActivationDate(DateTime activationDate)
public boolean isAllowOfflineUpdate()
public void setAllowOfflineUpdate(boolean allowOfflineUpdate)
public java.lang.Integer getCurrentUsers()
public void setCurrentUsers(java.lang.Integer currentUsers)
public DateTime getExpirationDate()
public void setExpirationDate(DateTime expirationDate)
public DateTime getLastUpdate()
public void setLastUpdate(DateTime lastUpdate)
public java.lang.String getLicenseServerUrl()
public void setLicenseServerUrl(java.lang.String licenseServerUrl)
public java.lang.Integer getMaxUsers()
public void setMaxUsers(java.lang.Integer maxUsers)
public LicenseStatus getStatus()
public void setStatus(LicenseStatus status)
public LicenseType getType()
public void setType(LicenseType type)
public java.lang.String className()
className in class BasicLicenseVO