public class TransferStatusWithFlowVO extends TransferStatusVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
TransferStatusFlowVO |
getFlow() |
void |
setFlow(TransferStatusFlowVO flow) |
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 BasicProperty<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 ConfigurationEntityVOpublic TransferStatusFlowVO getFlow()
public void setFlow(TransferStatusFlowVO flow)
public java.lang.String className()
className in class TransferStatusVO