Class TransferFlowStatusLogVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.transfers.TransferFlowStatusLogVO
-
- All Implemented Interfaces:
Serializable
public class TransferFlowStatusLogVO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<TransferStatusFlowVO,TransferFlowStatusLogVO>FLOWstatic ListProperty<TransferStatusLogVO,TransferFlowStatusLogVO>LOG
-
Constructor Summary
Constructors Constructor Description TransferFlowStatusLogVO()TransferFlowStatusLogVO(Property<T,? super TransferFlowStatusLogVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()TransferStatusFlowVOgetFlow()List<TransferStatusLogVO>getLog()voidsetFlow(TransferStatusFlowVO flow)voidsetLog(List<TransferStatusLogVO> log)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
FLOW
public static final BasicProperty<TransferStatusFlowVO,TransferFlowStatusLogVO> FLOW
-
LOG
public static final ListProperty<TransferStatusLogVO,TransferFlowStatusLogVO> LOG
-
-
Constructor Detail
-
TransferFlowStatusLogVO
public TransferFlowStatusLogVO()
-
TransferFlowStatusLogVO
public TransferFlowStatusLogVO(Property<T,? super TransferFlowStatusLogVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getFlow
public TransferStatusFlowVO getFlow()
-
setFlow
public void setFlow(TransferStatusFlowVO flow)
-
getLog
public List<TransferStatusLogVO> getLog()
-
setLog
public void setLog(List<TransferStatusLogVO> log)
-
-