Class TransferStatusLogVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.banking.transferstatus.TransferStatusLogVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class TransferStatusLogVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<UserVO,TransferStatusLogVO>BYstatic StringCLASS_NAMEstatic BasicProperty<String,TransferStatusLogVO>COMMENTSstatic BasicProperty<DateTime,TransferStatusLogVO>DATEstatic BasicProperty<TransferStatusVO,TransferStatusLogVO>STATUS-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description TransferStatusLogVO()TransferStatusLogVO(Long id)TransferStatusLogVO(Property<T,? super TransferStatusLogVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()UserVOgetBy()StringgetComments()DateTimegetDate()TransferStatusVOgetStatus()voidsetBy(UserVO by)voidsetComments(String comments)voidsetDate(DateTime date)voidsetStatus(TransferStatusVO status)-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
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
-
BY
public static final BasicProperty<UserVO,TransferStatusLogVO> BY
-
COMMENTS
public static final BasicProperty<String,TransferStatusLogVO> COMMENTS
-
DATE
public static final BasicProperty<DateTime,TransferStatusLogVO> DATE
-
STATUS
public static final BasicProperty<TransferStatusVO,TransferStatusLogVO> STATUS
-
-
Constructor Detail
-
TransferStatusLogVO
public TransferStatusLogVO()
-
TransferStatusLogVO
public TransferStatusLogVO(Long id)
-
TransferStatusLogVO
public TransferStatusLogVO(Property<T,? super TransferStatusLogVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getBy
public UserVO getBy()
-
setBy
public void setBy(UserVO by)
-
getComments
public String getComments()
-
setComments
public void setComments(String comments)
-
getDate
public DateTime getDate()
-
setDate
public void setDate(DateTime date)
-
getStatus
public TransferStatusVO getStatus()
-
setStatus
public void setStatus(TransferStatusVO status)
-
-