public class AgreementLogVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AgreementVO,AgreementLogVO> |
AGREEMENT |
static BasicProperty<AgreementContentVO,AgreementLogVO> |
AGREEMENT_CONTENT |
static BasicProperty<BasicUserVO,AgreementLogVO> |
BY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,AgreementLogVO> |
DATE |
static BasicProperty<java.lang.String,AgreementLogVO> |
REMOTE_ADDRESS |
static BasicProperty<UserVO,AgreementLogVO> |
USER |
ID| Constructor and Description |
|---|
AgreementLogVO() |
AgreementLogVO(java.lang.Long id) |
AgreementLogVO(Property<T,? super AgreementLogVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AgreementVO |
getAgreement() |
AgreementContentVO |
getAgreementContent() |
BasicUserVO |
getBy() |
DateTime |
getDate() |
java.lang.String |
getRemoteAddress() |
UserVO |
getUser() |
void |
setAgreement(AgreementVO agreement) |
void |
setAgreementContent(AgreementContentVO agreementContent) |
void |
setBy(BasicUserVO by) |
void |
setDate(DateTime date) |
void |
setRemoteAddress(java.lang.String remoteAddress) |
void |
setUser(UserVO user) |
getId, getIds, getUniqueIdsaddPropertyChangeListener, 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<AgreementVO,AgreementLogVO> AGREEMENT
public static final BasicProperty<AgreementContentVO,AgreementLogVO> AGREEMENT_CONTENT
public static final BasicProperty<BasicUserVO,AgreementLogVO> BY
public static final BasicProperty<DateTime,AgreementLogVO> DATE
public static final BasicProperty<java.lang.String,AgreementLogVO> REMOTE_ADDRESS
public static final BasicProperty<UserVO,AgreementLogVO> USER
public AgreementLogVO()
public AgreementLogVO(java.lang.Long id)
public AgreementLogVO(Property<T,? super AgreementLogVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic AgreementVO getAgreement()
public void setAgreement(AgreementVO agreement)
public AgreementContentVO getAgreementContent()
public void setAgreementContent(AgreementContentVO agreementContent)
public BasicUserVO getBy()
public void setBy(BasicUserVO by)
public DateTime getDate()
public void setDate(DateTime date)
public java.lang.String getRemoteAddress()
public void setRemoteAddress(java.lang.String remoteAddress)
public UserVO getUser()
public void setUser(UserVO user)