org.kuali.student.core.document.entity
Class RefDocRelation

java.lang.Object
  extended by org.kuali.student.core.entity.BaseEntity
      extended by org.kuali.student.core.entity.MetaEntity
          extended by org.kuali.student.core.document.entity.RefDocRelation
All Implemented Interfaces:
AttributeOwner<RefDocRelationAttribute>

public class RefDocRelation
extends MetaEntity
implements AttributeOwner<RefDocRelationAttribute>


Field Summary
private  List<RefDocRelationAttribute> attributes
           
private  DocumentRichText descr
           
private  Document document
           
private  Date effectiveDate
           
private  Date expirationDate
           
private  RefDocRelationType refDocRelationType
           
private  String refObjectId
           
private  RefObjectType refObjectType
           
private  String state
           
private  String title
           
 
Constructor Summary
RefDocRelation()
           
 
Method Summary
 List<RefDocRelationAttribute> getAttributes()
           
 DocumentRichText getDescr()
           
 Document getDocument()
           
 Date getEffectiveDate()
           
 Date getExpirationDate()
           
 RefDocRelationType getRefDocRelationType()
           
 String getRefObjectId()
           
 RefObjectType getRefObjectType()
           
 String getState()
           
 String getTitle()
           
 void setAttributes(List<RefDocRelationAttribute> attributes)
           
 void setDescr(DocumentRichText descr)
           
 void setDocument(Document document)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setExpirationDate(Date expirationDate)
           
 void setRefDocRelationType(RefDocRelationType refDocRelationType)
           
 void setRefObjectId(String refObjectId)
           
 void setRefObjectType(RefObjectType refObjectType)
           
 void setState(String state)
           
 void setTitle(String title)
           
 
Methods inherited from class org.kuali.student.core.entity.MetaEntity
getMeta, onPrePersist, onPreUpdate, setMeta
 
Methods inherited from class org.kuali.student.core.entity.BaseEntity
getId, getObjectId, getVersionNumber, prePersist, preUpdate, setId, setObjectId, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RefDocRelation

public RefDocRelation()
Method Detail

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.