public class LicenseVO extends BasicLicenseVO
| Modifier and Type | Field and Description |
|---|---|
static Property<DateTime,LicenseVO> |
ACTIVATION_DATE |
static Property<java.lang.Boolean,LicenseVO> |
ALLOW_OFFLINE_UPDATE |
static Property<java.lang.Integer,LicenseVO> |
CURRENT_USERS |
static Property<DateTime,LicenseVO> |
EXPIRATION_DATE |
static Property<DateTime,LicenseVO> |
LAST_UPDATE |
static Property<java.lang.String,LicenseVO> |
LICENSE_SERVER_URL |
static Property<java.lang.Integer,LicenseVO> |
MAX_USERS |
static Property<LicenseStatus,LicenseVO> |
STATUS |
static Property<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 |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
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, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<LicenseStatus,LicenseVO> STATUS
public static final Property<LicenseType,LicenseVO> TYPE
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasicLicenseVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class BasicLicenseVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class BasicLicenseVOpublic DateTime getActivationDate()
public boolean isAllowOfflineUpdate()
public java.lang.Integer getCurrentUsers()
public DateTime getExpirationDate()
public DateTime getLastUpdate()
public java.lang.String getLicenseServerUrl()
public java.lang.Integer getMaxUsers()
public LicenseStatus getStatus()
public LicenseType getType()
public void setActivationDate(DateTime activationDate)
public void setAllowOfflineUpdate(boolean allowOfflineUpdate)
public void setCurrentUsers(java.lang.Integer currentUsers)
public void setExpirationDate(DateTime expirationDate)
public void setLastUpdate(DateTime lastUpdate)
public void setLicenseServerUrl(java.lang.String licenseServerUrl)
public void setMaxUsers(java.lang.Integer maxUsers)
public void setStatus(LicenseStatus status)
public void setType(LicenseType type)