public class AgreementVO extends ConfigurationEntityVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,AgreementVO> |
CONTENT |
static BasicProperty<java.lang.Integer,AgreementVO> |
CURRENT_VERSION |
INTERNAL_NAMENAMEID| Constructor and Description |
|---|
AgreementVO() |
AgreementVO(java.lang.Long id) |
AgreementVO(Property<T,? super AgreementVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getContent() |
java.lang.Integer |
getCurrentVersion() |
void |
setContent(java.lang.String content) |
void |
setCurrentVersion(java.lang.Integer currentVersion) |
getInternalName, setInternalNamecompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, 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,AgreementVO> CONTENT
public static final BasicProperty<java.lang.Integer,AgreementVO> CURRENT_VERSION
public AgreementVO()
public AgreementVO(java.lang.Long id)
public AgreementVO(Property<T,? super AgreementVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ConfigurationEntityVOpublic java.lang.String getContent()
public void setContent(java.lang.String content)
public java.lang.Integer getCurrentVersion()
public void setCurrentVersion(java.lang.Integer currentVersion)