public class MemberProductCustomOperationDTO extends EntityDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<CustomOperationVO,MemberProductCustomOperationDTO> |
CUSTOM_OPERATION |
static BasicProperty<java.lang.Boolean,MemberProductCustomOperationDTO> |
ENABLED |
static BasicProperty<java.lang.Boolean,MemberProductCustomOperationDTO> |
RUN |
static BasicProperty<java.lang.Boolean,MemberProductCustomOperationDTO> |
RUN_ON_OTHERS |
ID| Constructor and Description |
|---|
MemberProductCustomOperationDTO() |
MemberProductCustomOperationDTO(java.lang.Long id) |
MemberProductCustomOperationDTO(Property<T,? super MemberProductCustomOperationDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CustomOperationVO |
getCustomOperation() |
boolean |
isEnabled() |
boolean |
isRun() |
boolean |
isRunOnOthers() |
void |
setCustomOperation(CustomOperationVO customOperation) |
void |
setEnabled(boolean enabled) |
void |
setRun(boolean run) |
void |
setRunOnOthers(boolean runOnOthers) |
getVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, 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<CustomOperationVO,MemberProductCustomOperationDTO> CUSTOM_OPERATION
public static final BasicProperty<java.lang.Boolean,MemberProductCustomOperationDTO> ENABLED
public static final BasicProperty<java.lang.Boolean,MemberProductCustomOperationDTO> RUN
public static final BasicProperty<java.lang.Boolean,MemberProductCustomOperationDTO> RUN_ON_OTHERS
public MemberProductCustomOperationDTO()
public MemberProductCustomOperationDTO(java.lang.Long id)
public MemberProductCustomOperationDTO(Property<T,? super MemberProductCustomOperationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityDTOpublic CustomOperationVO getCustomOperation()
public void setCustomOperation(CustomOperationVO customOperation)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isRun()
public void setRun(boolean run)
public boolean isRunOnOthers()
public void setRunOnOthers(boolean runOnOthers)