public class BasicLicenseVO extends ObservableBean
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,BasicLicenseVO> |
LICENSE_KEY |
static Property<java.lang.String,BasicLicenseVO> |
ORGANIZATION_NAME |
| Constructor and Description |
|---|
BasicLicenseVO() |
BasicLicenseVO(Property<T,? super BasicLicenseVO> 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
|
java.lang.String |
getLicenseKey() |
java.lang.String |
getOrganizationName() |
void |
setLicenseKey(java.lang.String licenseKey) |
void |
setOrganizationName(java.lang.String organizationName) |
addPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.String,BasicLicenseVO> LICENSE_KEY
public static final Property<java.lang.String,BasicLicenseVO> ORGANIZATION_NAME
public BasicLicenseVO()
public BasicLicenseVO(Property<T,? super BasicLicenseVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ObservableBeanprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ObservableBeanpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ObservableBeanpublic java.lang.String getLicenseKey()
public java.lang.String getOrganizationName()
public void setLicenseKey(java.lang.String licenseKey)
public void setOrganizationName(java.lang.String organizationName)