public class BasicLicenseVO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,BasicLicenseVO> |
LICENSE_KEY |
static BasicProperty<java.lang.String,BasicLicenseVO> |
ORGANIZATION_NAME |
| Constructor and Description |
|---|
BasicLicenseVO() |
BasicLicenseVO(Property<T,? super BasicLicenseVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getLicenseKey() |
java.lang.String |
getOrganizationName() |
void |
setLicenseKey(java.lang.String licenseKey) |
void |
setOrganizationName(java.lang.String organizationName) |
addPropertyChangeListener, 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<java.lang.String,BasicLicenseVO> LICENSE_KEY
public static final BasicProperty<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 Beanpublic java.lang.String getLicenseKey()
public void setLicenseKey(java.lang.String licenseKey)
public java.lang.String getOrganizationName()
public void setOrganizationName(java.lang.String organizationName)