Class AgreementContentVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.agreements.AgreementContentVO
-
- All Implemented Interfaces:
Serializable
public class AgreementContentVO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<AgreementVO,AgreementContentVO>AGREEMENTstatic StringCLASS_NAMEstatic BasicProperty<String,AgreementContentVO>CONTENTstatic BasicProperty<Integer,AgreementContentVO>CONTENT_VERSIONstatic BasicProperty<Integer,AgreementContentVO>LAST_VERSIONstatic BasicProperty<ConfigurationImageVO,AgreementContentVO>REPORTS_LOGO
-
Constructor Summary
Constructors Constructor Description AgreementContentVO()AgreementContentVO(Property<T,? super AgreementContentVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()AgreementVOgetAgreement()StringgetContent()intgetContentVersion()intgetLastVersion()ConfigurationImageVOgetReportsLogo()voidsetAgreement(AgreementVO agreement)voidsetContent(String content)voidsetContentVersion(int contentVersion)voidsetLastVersion(int lastVersion)voidsetReportsLogo(ConfigurationImageVO reportsLogo)-
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
-
AGREEMENT
public static final BasicProperty<AgreementVO,AgreementContentVO> AGREEMENT
-
CONTENT
public static final BasicProperty<String,AgreementContentVO> CONTENT
-
CONTENT_VERSION
public static final BasicProperty<Integer,AgreementContentVO> CONTENT_VERSION
-
LAST_VERSION
public static final BasicProperty<Integer,AgreementContentVO> LAST_VERSION
-
REPORTS_LOGO
public static final BasicProperty<ConfigurationImageVO,AgreementContentVO> REPORTS_LOGO
-
-
Constructor Detail
-
AgreementContentVO
public AgreementContentVO()
-
AgreementContentVO
public AgreementContentVO(Property<T,? super AgreementContentVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getAgreement
public AgreementVO getAgreement()
-
setAgreement
public void setAgreement(AgreementVO agreement)
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
getContentVersion
public int getContentVersion()
-
setContentVersion
public void setContentVersion(int contentVersion)
-
getLastVersion
public int getLastVersion()
-
setLastVersion
public void setLastVersion(int lastVersion)
-
getReportsLogo
public ConfigurationImageVO getReportsLogo()
-
setReportsLogo
public void setReportsLogo(ConfigurationImageVO reportsLogo)
-
-