Package org.cyclos.model.users.groups
Class UserGroupLogVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.users.groups.UserGroupLogVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class UserGroupLogVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<BasicUserVO,UserGroupLogVO>BYstatic StringCLASS_NAMEstatic BasicProperty<String,UserGroupLogVO>COMMENTstatic BasicProperty<DateTime,UserGroupLogVO>END_DATEstatic BasicProperty<BasicGroupVO,UserGroupLogVO>GROUPstatic BasicProperty<DateTime,UserGroupLogVO>START_DATE-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description UserGroupLogVO()UserGroupLogVO(Long id)UserGroupLogVO(Property<T,? super UserGroupLogVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()BasicUserVOgetBy()StringgetComment()DateTimegetEndDate()BasicGroupVOgetGroup()DateTimegetStartDate()voidsetBy(BasicUserVO by)voidsetComment(String comment)voidsetEndDate(DateTime endDate)voidsetGroup(BasicGroupVO group)voidsetStartDate(DateTime startDate)StringtoString()-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId
-
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
-
BY
public static final BasicProperty<BasicUserVO,UserGroupLogVO> BY
-
COMMENT
public static final BasicProperty<String,UserGroupLogVO> COMMENT
-
END_DATE
public static final BasicProperty<DateTime,UserGroupLogVO> END_DATE
-
GROUP
public static final BasicProperty<BasicGroupVO,UserGroupLogVO> GROUP
-
START_DATE
public static final BasicProperty<DateTime,UserGroupLogVO> START_DATE
-
-
Constructor Detail
-
UserGroupLogVO
public UserGroupLogVO()
-
UserGroupLogVO
public UserGroupLogVO(Long id)
-
UserGroupLogVO
public UserGroupLogVO(Property<T,? super UserGroupLogVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getBy
public BasicUserVO getBy()
-
setBy
public void setBy(BasicUserVO by)
-
getComment
public String getComment()
-
setComment
public void setComment(String comment)
-
getEndDate
public DateTime getEndDate()
-
setEndDate
public void setEndDate(DateTime endDate)
-
getGroup
public BasicGroupVO getGroup()
-
setGroup
public void setGroup(BasicGroupVO group)
-
getStartDate
public DateTime getStartDate()
-
setStartDate
public void setStartDate(DateTime startDate)
-
toString
public String toString()
- Overrides:
toStringin classEntityModel
-
-