public class TransferStatusWithFlowVO extends TransferStatusVO
| Modifier and Type | Field and Description |
|---|---|
static Property<TransferStatusFlowVO,TransferStatusWithFlowVO> |
FLOW |
INTERNAL_NAMENAMEID| Constructor and Description |
|---|
TransferStatusWithFlowVO() |
TransferStatusWithFlowVO(java.lang.Long id) |
TransferStatusWithFlowVO(Property<T,? super TransferStatusWithFlowVO> 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
|
TransferStatusFlowVO |
getFlow() |
void |
setFlow(TransferStatusFlowVO flow) |
getInternalName, setInternalNamecompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<TransferStatusFlowVO,TransferStatusWithFlowVO> FLOW
public TransferStatusWithFlowVO()
public TransferStatusWithFlowVO(java.lang.Long id)
public TransferStatusWithFlowVO(Property<T,? super TransferStatusWithFlowVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ConfigurationEntityVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ConfigurationEntityVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ConfigurationEntityVOpublic TransferStatusFlowVO getFlow()
public void setFlow(TransferStatusFlowVO flow)