Package org.cyclos.model.system.fields
Class LinkedTransactionVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.NamedEntityVO
-
- org.cyclos.model.system.fields.LinkedEntityVO
-
- org.cyclos.model.system.fields.LinkedTransactionVO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,IInternalNamedEntity,INamedEntity
public class LinkedTransactionVO extends LinkedEntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<TransactionVO,LinkedTransactionVO>TRANSACTION-
Fields inherited from class org.cyclos.model.system.fields.LinkedEntityVO
INTERNAL_NAME
-
Fields inherited from class org.cyclos.model.NamedEntityVO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description LinkedTransactionVO()LinkedTransactionVO(Long id)LinkedTransactionVO(Property<T,? super LinkedTransactionVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()TransactionVOgetTransaction()voidsetTransaction(TransactionVO transaction)-
Methods inherited from class org.cyclos.model.system.fields.LinkedEntityVO
getInternalName, setInternalName
-
Methods inherited from class org.cyclos.model.NamedEntityVO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityVO
equals, getId, getIds, getUniqueIds
-
Methods inherited from class org.cyclos.model.EntityModel
getId, hashCode, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, set, setAttribute, setWithPropagationId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
TRANSACTION
public static final BasicProperty<TransactionVO,LinkedTransactionVO> TRANSACTION
-
-
Constructor Detail
-
LinkedTransactionVO
public LinkedTransactionVO()
-
LinkedTransactionVO
public LinkedTransactionVO(Long id)
-
LinkedTransactionVO
public LinkedTransactionVO(Property<T,? super LinkedTransactionVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classLinkedEntityVO
-
getTransaction
public TransactionVO getTransaction()
-
setTransaction
public void setTransaction(TransactionVO transaction)
-
className
public String className()
- Overrides:
classNamein classLinkedEntityVO
-
-