public class TransferStatusFlowWithStatusesVO extends TransferStatusFlowVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<TransferStatusVO> |
getStatuses() |
void |
setStatuses(java.util.List<TransferStatusVO> statuses) |
getInternalName, setInternalNamecompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, 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 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 ConfigurationEntityVOpublic java.util.List<TransferStatusVO> getStatuses()
public void setStatuses(java.util.List<TransferStatusVO> statuses)
public java.lang.String className()
className in class TransferStatusFlowVO