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