Class BasicLicenseVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.system.licensing.BasicLicenseVO
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LicenseVO
public class BasicLicenseVO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,BasicLicenseVO>LICENSE_KEYstatic BasicProperty<String,BasicLicenseVO>ORGANIZATION_NAME
-
Constructor Summary
Constructors Constructor Description BasicLicenseVO()BasicLicenseVO(Property<T,? super BasicLicenseVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetLicenseKey()StringgetOrganizationName()voidsetLicenseKey(String licenseKey)voidsetOrganizationName(String organizationName)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
LICENSE_KEY
public static final BasicProperty<String,BasicLicenseVO> LICENSE_KEY
-
ORGANIZATION_NAME
public static final BasicProperty<String,BasicLicenseVO> ORGANIZATION_NAME
-
-
Constructor Detail
-
BasicLicenseVO
public BasicLicenseVO()
-
BasicLicenseVO
public BasicLicenseVO(Property<T,? super BasicLicenseVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getLicenseKey
public String getLicenseKey()
-
setLicenseKey
public void setLicenseKey(String licenseKey)
-
getOrganizationName
public String getOrganizationName()
-
setOrganizationName
public void setOrganizationName(String organizationName)
-
-