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

java.lang.Object
  extended by org.kuali.ole.docstore.model.bo.OleDocument
      extended by org.kuali.ole.docstore.model.bo.WorkInstanceDocument

public class WorkInstanceDocument
extends OleDocument

Created by IntelliJ IDEA. User: Pranitha Date: 3/30/12 Time: 10:39 AM To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from class org.kuali.ole.docstore.model.bo.OleDocument
docCategory, docType, id
 
Constructor Summary
WorkInstanceDocument()
           
 
Method Summary
 String getBibIdentifier()
           
 WorkHoldingsDocument getHoldingsDocument()
           
 String getInstanceIdentifier()
           
 List<WorkItemDocument> getItemDocumentList()
           
 void setBibIdentifier(String bibIdentifier)
           
 void setHoldingsDocument(WorkHoldingsDocument holdingsDocument)
           
 void setInstanceIdentifier(String instanceIdentifier)
           
 void setItemDocumentList(List<WorkItemDocument> itemDocumentList)
           
 String toString()
           
 
Methods inherited from class org.kuali.ole.docstore.model.bo.OleDocument
getDocCategory, getDocType, getId, setDocCategory, setDocType, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkInstanceDocument

public WorkInstanceDocument()
Method Detail

getInstanceIdentifier

public String getInstanceIdentifier()

setInstanceIdentifier

public void setInstanceIdentifier(String instanceIdentifier)

getHoldingsDocument

public WorkHoldingsDocument getHoldingsDocument()

setHoldingsDocument

public void setHoldingsDocument(WorkHoldingsDocument holdingsDocument)

getItemDocumentList

public List<WorkItemDocument> getItemDocumentList()

setItemDocumentList

public void setItemDocumentList(List<WorkItemDocument> itemDocumentList)

getBibIdentifier

public String getBibIdentifier()

setBibIdentifier

public void setBibIdentifier(String bibIdentifier)

toString

public String toString()
Overrides:
toString in class Object


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