Class ReferenceEntryVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.users.references.ReferenceVO
-
- org.cyclos.model.users.references.ReferenceEntryVO
-
- All Implemented Interfaces:
Serializable,IEntity
- Direct Known Subclasses:
GeneralReferenceEntryVO,TransactionFeedbackEntryVO
public abstract class ReferenceEntryVO extends ReferenceVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<ReferenceType,ReferenceEntryVO>REFERENCE_TYPEstatic BasicProperty<UserVO,ReferenceEntryVO>RELATED_USER-
Fields inherited from class org.cyclos.model.users.references.ReferenceVO
COMMENTS, DATE, LEVEL
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description ReferenceEntryVO()ReferenceEntryVO(Long id)ReferenceEntryVO(Property<T,? super ReferenceEntryVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Property<?,?>>doGetProperties()ReferenceTypegetReferenceType()UserVOgetRelatedUser()voidsetReferenceType(ReferenceType referenceType)voidsetRelatedUser(UserVO relatedUser)-
Methods inherited from class org.cyclos.model.users.references.ReferenceVO
getComments, getDate, getLevel, setComments, setDate, setLevel
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, className, 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
-
REFERENCE_TYPE
public static final BasicProperty<ReferenceType,ReferenceEntryVO> REFERENCE_TYPE
-
RELATED_USER
public static final BasicProperty<UserVO,ReferenceEntryVO> RELATED_USER
-
-
Constructor Detail
-
ReferenceEntryVO
public ReferenceEntryVO()
-
ReferenceEntryVO
public ReferenceEntryVO(Long id)
-
ReferenceEntryVO
public ReferenceEntryVO(Property<T,? super ReferenceEntryVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classReferenceVO
-
getReferenceType
public ReferenceType getReferenceType()
-
setReferenceType
public void setReferenceType(ReferenceType referenceType)
-
getRelatedUser
public UserVO getRelatedUser()
-
setRelatedUser
public void setRelatedUser(UserVO relatedUser)
-
-