org.kuali.ole.docstore.model.bo
Class OleDocument

java.lang.Object
  extended by org.kuali.ole.docstore.model.bo.OleDocument
Direct Known Subclasses:
WorkBibDocument, WorkInstanceDocument, WorkItemDocument

public class OleDocument
extends Object

Base class for logical representation of any document used in OLE. (These documents come in different formats and are stored in DocStore module and indexed in Discovery module.) User: tirumalesh.b Date: 1/2/12 Time: 2:57 PM


Field Summary
protected  DocCategory docCategory
           
protected  DocType docType
           
protected  String id
           
 
Constructor Summary
OleDocument()
           
 
Method Summary
 DocCategory getDocCategory()
           
 DocType getDocType()
           
 String getId()
           
 void setDocCategory(DocCategory docCategory)
           
 void setDocType(DocType docType)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

docCategory

protected DocCategory docCategory

docType

protected DocType docType
Constructor Detail

OleDocument

public OleDocument()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getDocCategory

public DocCategory getDocCategory()

setDocCategory

public void setDocCategory(DocCategory docCategory)

getDocType

public DocType getDocType()

setDocType

public void setDocType(DocType docType)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.