org.kuali.student.core.document.entity
Class Document
java.lang.Object
org.kuali.student.core.entity.BaseEntity
org.kuali.student.core.entity.MetaEntity
org.kuali.student.core.document.entity.Document
- All Implemented Interfaces:
- AttributeOwner<DocumentAttribute>
public class Document
- extends MetaEntity
- implements AttributeOwner<DocumentAttribute>
This is a description of what this class does - lindholm don't forget to fill this in.
- Author:
- Kuali Rice Team (kuali-rice@googlegroups.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
name
private String name
fileName
private String fileName
descr
private DocumentRichText descr
document
private String document
effectiveDate
private Date effectiveDate
expirationDate
private Date expirationDate
attributes
private List<DocumentAttribute> attributes
type
private DocumentType type
state
private String state
categoryList
private List<DocumentCategory> categoryList
Document
public Document()
getName
public String getName()
setName
public void setName(String name)
getFileName
public String getFileName()
setFileName
public void setFileName(String fileName)
getDescr
public DocumentRichText getDescr()
- Returns:
- the commentText
setDescr
public void setDescr(DocumentRichText descr)
- Parameters:
commentText
- the commentText to set
getDocument
public String getDocument()
setDocument
public void setDocument(String document)
getEffectiveDate
public Date getEffectiveDate()
- Returns:
- the effectiveDate
setEffectiveDate
public void setEffectiveDate(Date effectiveDate)
- Parameters:
effectiveDate
- the effectiveDate to set
getExpirationDate
public Date getExpirationDate()
- Returns:
- the expirationDate
setExpirationDate
public void setExpirationDate(Date expirationDate)
- Parameters:
expirationDate
- the expirationDate to set
getAttributes
public List<DocumentAttribute> getAttributes()
- Specified by:
getAttributes
in interface AttributeOwner<DocumentAttribute>
setAttributes
public void setAttributes(List<DocumentAttribute> attributes)
- Specified by:
setAttributes
in interface AttributeOwner<DocumentAttribute>
getType
public DocumentType getType()
- Returns:
- the type
setType
public void setType(DocumentType type)
- Parameters:
type
- the type to set
getState
public String getState()
- Returns:
- the state
setState
public void setState(String state)
- Parameters:
state
- the state to set
getCategoryList
public List<DocumentCategory> getCategoryList()
setCategoryList
public void setCategoryList(List<DocumentCategory> categoryList)
Copyright © 2010 The Kuali Foundation. All rights reserved.