Class AgreementLogVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.access.agreementlogs.AgreementLogVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class AgreementLogVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<Boolean,AgreementLogVO>ACCEPTEDstatic BasicProperty<AgreementContentVO,AgreementLogVO>AGREEMENT_CONTENTstatic BasicProperty<BasicUserVO,AgreementLogVO>BYstatic StringCLASS_NAMEstatic BasicProperty<DateTime,AgreementLogVO>DATEstatic BasicProperty<String,AgreementLogVO>REMOTE_ADDRESSstatic BasicProperty<UserVO,AgreementLogVO>USER-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description AgreementLogVO()AgreementLogVO(Long id)AgreementLogVO(Property<T,? super AgreementLogVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()AgreementContentVOgetAgreementContent()BasicUserVOgetBy()DateTimegetDate()StringgetRemoteAddress()UserVOgetUser()booleanisAccepted()voidsetAccepted(boolean accepted)voidsetAgreementContent(AgreementContentVO agreementContent)voidsetBy(BasicUserVO by)voidsetDate(DateTime date)voidsetRemoteAddress(String remoteAddress)voidsetUser(UserVO user)-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
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
-
ACCEPTED
public static final BasicProperty<Boolean,AgreementLogVO> ACCEPTED
-
AGREEMENT_CONTENT
public static final BasicProperty<AgreementContentVO,AgreementLogVO> AGREEMENT_CONTENT
-
BY
public static final BasicProperty<BasicUserVO,AgreementLogVO> BY
-
DATE
public static final BasicProperty<DateTime,AgreementLogVO> DATE
-
REMOTE_ADDRESS
public static final BasicProperty<String,AgreementLogVO> REMOTE_ADDRESS
-
USER
public static final BasicProperty<UserVO,AgreementLogVO> USER
-
-
Constructor Detail
-
AgreementLogVO
public AgreementLogVO()
-
AgreementLogVO
public AgreementLogVO(Long id)
-
AgreementLogVO
public AgreementLogVO(Property<T,? super AgreementLogVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
isAccepted
public boolean isAccepted()
-
setAccepted
public void setAccepted(boolean accepted)
-
getAgreementContent
public AgreementContentVO getAgreementContent()
-
setAgreementContent
public void setAgreementContent(AgreementContentVO agreementContent)
-
getBy
public BasicUserVO getBy()
-
setBy
public void setBy(BasicUserVO by)
-
getDate
public DateTime getDate()
-
setDate
public void setDate(DateTime date)
-
getRemoteAddress
public String getRemoteAddress()
-
setRemoteAddress
public void setRemoteAddress(String remoteAddress)
-
getUser
public UserVO getUser()
-
setUser
public void setUser(UserVO user)
-
-