public class GroupHistoryLogVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static Property<UserVO,GroupHistoryLogVO> |
BY |
static Property<java.lang.String,GroupHistoryLogVO> |
COMMENT |
static Property<DateTime,GroupHistoryLogVO> |
END_DATE |
static Property<BasicGroupVO,GroupHistoryLogVO> |
GROUP |
static Property<DateTime,GroupHistoryLogVO> |
START_DATE |
static Property<UserVO,GroupHistoryLogVO> |
USER |
ID| Constructor and Description |
|---|
GroupHistoryLogVO() |
GroupHistoryLogVO(java.lang.Long id) |
GroupHistoryLogVO(Property<T,? super GroupHistoryLogVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
UserVO |
getBy() |
java.lang.String |
getComment() |
DateTime |
getEndDate() |
BasicGroupVO |
getGroup() |
DateTime |
getStartDate() |
UserVO |
getUser() |
void |
setBy(UserVO by) |
void |
setComment(java.lang.String comment) |
void |
setEndDate(DateTime endDate) |
void |
setGroup(BasicGroupVO group) |
void |
setStartDate(DateTime startDate) |
void |
setUser(UserVO user) |
java.lang.String |
toString() |
getId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<UserVO,GroupHistoryLogVO> BY
public static final Property<java.lang.String,GroupHistoryLogVO> COMMENT
public static final Property<DateTime,GroupHistoryLogVO> END_DATE
public static final Property<BasicGroupVO,GroupHistoryLogVO> GROUP
public static final Property<DateTime,GroupHistoryLogVO> START_DATE
public static final Property<UserVO,GroupHistoryLogVO> USER
public GroupHistoryLogVO()
public GroupHistoryLogVO(java.lang.Long id)
public GroupHistoryLogVO(Property<T,? super GroupHistoryLogVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class EntityModelpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class EntityModelpublic UserVO getBy()
public java.lang.String getComment()
public DateTime getEndDate()
public BasicGroupVO getGroup()
public DateTime getStartDate()
public UserVO getUser()
public void setBy(UserVO by)
public void setComment(java.lang.String comment)
public void setEndDate(DateTime endDate)
public void setGroup(BasicGroupVO group)
public void setStartDate(DateTime startDate)
public void setUser(UserVO user)
public java.lang.String toString()
toString in class EntityModel