Package org.cyclos.model.users.products
Class MemberProductCustomOperationDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.users.products.MemberProductCustomOperationDTO
-
- All Implemented Interfaces:
Serializable,IEntity
public class MemberProductCustomOperationDTO extends EntityDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<CustomOperationVO,MemberProductCustomOperationDTO>CUSTOM_OPERATIONstatic BasicProperty<Boolean,MemberProductCustomOperationDTO>ENABLEDstatic BasicProperty<Boolean,MemberProductCustomOperationDTO>RUNstatic BasicProperty<Boolean,MemberProductCustomOperationDTO>RUN_ON_OTHERS-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description MemberProductCustomOperationDTO()MemberProductCustomOperationDTO(Long id)MemberProductCustomOperationDTO(Property<T,? super MemberProductCustomOperationDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()CustomOperationVOgetCustomOperation()booleanisEnabled()booleanisRun()booleanisRunOnOthers()voidsetCustomOperation(CustomOperationVO customOperation)voidsetEnabled(boolean enabled)voidsetRun(boolean run)voidsetRunOnOthers(boolean runOnOthers)-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
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
-
CUSTOM_OPERATION
public static final BasicProperty<CustomOperationVO,MemberProductCustomOperationDTO> CUSTOM_OPERATION
-
ENABLED
public static final BasicProperty<Boolean,MemberProductCustomOperationDTO> ENABLED
-
RUN
public static final BasicProperty<Boolean,MemberProductCustomOperationDTO> RUN
-
RUN_ON_OTHERS
public static final BasicProperty<Boolean,MemberProductCustomOperationDTO> RUN_ON_OTHERS
-
-
Constructor Detail
-
MemberProductCustomOperationDTO
public MemberProductCustomOperationDTO()
-
MemberProductCustomOperationDTO
public MemberProductCustomOperationDTO(Long id)
-
MemberProductCustomOperationDTO
public MemberProductCustomOperationDTO(Property<T,? super MemberProductCustomOperationDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityDTO
-
getCustomOperation
public CustomOperationVO getCustomOperation()
-
setCustomOperation
public void setCustomOperation(CustomOperationVO customOperation)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
isRun
public boolean isRun()
-
setRun
public void setRun(boolean run)
-
isRunOnOthers
public boolean isRunOnOthers()
-
setRunOnOthers
public void setRunOnOthers(boolean runOnOthers)
-
-