org.kuali.student.core.document.entity
Class RefDocRelation
java.lang.Object
org.kuali.student.core.entity.BaseEntity
org.kuali.student.core.entity.MetaEntity
org.kuali.student.core.document.entity.RefDocRelation
- All Implemented Interfaces:
- AttributeOwner<RefDocRelationAttribute>
public class RefDocRelation
- extends MetaEntity
- implements AttributeOwner<RefDocRelationAttribute>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
refObjectId
private String refObjectId
document
private Document document
title
private String title
descr
private DocumentRichText descr
effectiveDate
private Date effectiveDate
expirationDate
private Date expirationDate
refObjectType
private RefObjectType refObjectType
refDocRelationType
private RefDocRelationType refDocRelationType
state
private String state
attributes
private List<RefDocRelationAttribute> attributes
RefDocRelation
public RefDocRelation()
setAttributes
public void setAttributes(List<RefDocRelationAttribute> attributes)
- Specified by:
setAttributes
in interface AttributeOwner<RefDocRelationAttribute>
getAttributes
public List<RefDocRelationAttribute> getAttributes()
- Specified by:
getAttributes
in interface AttributeOwner<RefDocRelationAttribute>
getRefObjectId
public String getRefObjectId()
setRefObjectId
public void setRefObjectId(String refObjectId)
getDocument
public Document getDocument()
setDocument
public void setDocument(Document document)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDescr
public DocumentRichText getDescr()
setDescr
public void setDescr(DocumentRichText descr)
getEffectiveDate
public Date getEffectiveDate()
setEffectiveDate
public void setEffectiveDate(Date effectiveDate)
getExpirationDate
public Date getExpirationDate()
setExpirationDate
public void setExpirationDate(Date expirationDate)
getRefDocRelationType
public RefDocRelationType getRefDocRelationType()
setRefDocRelationType
public void setRefDocRelationType(RefDocRelationType refDocRelationType)
getState
public String getState()
setState
public void setState(String state)
setRefObjectType
public void setRefObjectType(RefObjectType refObjectType)
getRefObjectType
public RefObjectType getRefObjectType()
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.