public class UserGroupLogVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<UserVO,UserGroupLogVO> |
BY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,UserGroupLogVO> |
COMMENT |
static BasicProperty<DateTime,UserGroupLogVO> |
END_DATE |
static BasicProperty<BasicGroupVO,UserGroupLogVO> |
GROUP |
static BasicProperty<DateTime,UserGroupLogVO> |
START_DATE |
static BasicProperty<UserVO,UserGroupLogVO> |
USER |
ID| Constructor and Description |
|---|
UserGroupLogVO() |
UserGroupLogVO(java.lang.Long id) |
UserGroupLogVO(Property<T,? super UserGroupLogVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
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, 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<UserVO,UserGroupLogVO> BY
public static final BasicProperty<java.lang.String,UserGroupLogVO> COMMENT
public static final BasicProperty<DateTime,UserGroupLogVO> END_DATE
public static final BasicProperty<BasicGroupVO,UserGroupLogVO> GROUP
public static final BasicProperty<DateTime,UserGroupLogVO> START_DATE
public static final BasicProperty<UserVO,UserGroupLogVO> USER
public UserGroupLogVO()
public UserGroupLogVO(java.lang.Long id)
public UserGroupLogVO(Property<T,? super UserGroupLogVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic UserVO getBy()
public void setBy(UserVO by)
public java.lang.String getComment()
public void setComment(java.lang.String comment)
public DateTime getEndDate()
public void setEndDate(DateTime endDate)
public BasicGroupVO getGroup()
public void setGroup(BasicGroupVO group)
public DateTime getStartDate()
public void setStartDate(DateTime startDate)
public UserVO getUser()
public void setUser(UserVO user)
public java.lang.String toString()
toString in class EntityModel