public class TransferStatusFlowWithStatusesVO extends TransferStatusFlowVO
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<TransferStatusVO,TransferStatusFlowWithStatusesVO> |
STATUSES |
INTERNAL_NAMENAMEID| Constructor and Description |
|---|
TransferStatusFlowWithStatusesVO() |
TransferStatusFlowWithStatusesVO(java.lang.Long id) |
TransferStatusFlowWithStatusesVO(Property<T,? super TransferStatusFlowWithStatusesVO> 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
|
java.util.List<TransferStatusVO> |
getStatuses() |
void |
setStatuses(java.util.List<TransferStatusVO> statuses) |
getInternalName, setInternalNamecompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final ListProperty<TransferStatusVO,TransferStatusFlowWithStatusesVO> STATUSES
public TransferStatusFlowWithStatusesVO()
public TransferStatusFlowWithStatusesVO(java.lang.Long id)
public TransferStatusFlowWithStatusesVO(Property<T,? super TransferStatusFlowWithStatusesVO> 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 java.util.List<TransferStatusVO> getStatuses()
public void setStatuses(java.util.List<TransferStatusVO> statuses)