public class OperatorGroupLogVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static Property<BasicUserVO,OperatorGroupLogVO> |
BY |
static Property<java.lang.String,OperatorGroupLogVO> |
COMMENT |
static Property<DateTime,OperatorGroupLogVO> |
END_DATE |
static Property<OperatorGroupVO,OperatorGroupLogVO> |
GROUP |
static Property<OperatorVO,OperatorGroupLogVO> |
OPERATOR |
static Property<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 |
|---|---|
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
|
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, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<BasicUserVO,OperatorGroupLogVO> BY
public static final Property<java.lang.String,OperatorGroupLogVO> COMMENT
public static final Property<DateTime,OperatorGroupLogVO> END_DATE
public static final Property<OperatorGroupVO,OperatorGroupLogVO> GROUP
public static final Property<OperatorVO,OperatorGroupLogVO> OPERATOR
public static final Property<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 EntityModelprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class EntityModelpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class EntityModelpublic BasicUserVO getBy()
public java.lang.String getComment()
public DateTime getEndDate()
public OperatorGroupVO getGroup()
public OperatorVO getOperator()
public DateTime getStartDate()
public void setBy(BasicUserVO by)
public void setComment(java.lang.String comment)
public void setEndDate(DateTime endDate)
public void setGroup(OperatorGroupVO group)
public void setOperator(OperatorVO operator)
public void setStartDate(DateTime startDate)
public java.lang.String toString()
toString in class EntityModel