Class ChangeOperatorGroupDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.users.operatorgroups.ChangeOperatorGroupDTO
-
- All Implemented Interfaces:
Serializable
public class ChangeOperatorGroupDTO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,ChangeOperatorGroupDTO>COMMENTstatic BasicProperty<OperatorGroupVO,ChangeOperatorGroupDTO>GROUPstatic BasicProperty<OperatorVO,ChangeOperatorGroupDTO>OPERATOR
-
Constructor Summary
Constructors Constructor Description ChangeOperatorGroupDTO()ChangeOperatorGroupDTO(Property<T,? super ChangeOperatorGroupDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetComment()OperatorGroupVOgetGroup()OperatorVOgetOperator()voidsetComment(String comment)voidsetGroup(OperatorGroupVO group)voidsetOperator(OperatorVO operator)StringtoString()-
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
-
COMMENT
public static final BasicProperty<String,ChangeOperatorGroupDTO> COMMENT
-
GROUP
public static final BasicProperty<OperatorGroupVO,ChangeOperatorGroupDTO> GROUP
-
OPERATOR
public static final BasicProperty<OperatorVO,ChangeOperatorGroupDTO> OPERATOR
-
-
Constructor Detail
-
ChangeOperatorGroupDTO
public ChangeOperatorGroupDTO()
-
ChangeOperatorGroupDTO
public ChangeOperatorGroupDTO(Property<T,? super ChangeOperatorGroupDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getComment
public String getComment()
-
setComment
public void setComment(String comment)
-
getGroup
public OperatorGroupVO getGroup()
-
setGroup
public void setGroup(OperatorGroupVO group)
-
getOperator
public OperatorVO getOperator()
-
setOperator
public void setOperator(OperatorVO operator)
-
-