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

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

public class WorkItemDocument
extends OleDocument

Created by IntelliJ IDEA. User: Pranitha Date: 3/30/12 Time: 10:43 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
WorkItemDocument()
           
 
Method Summary
 String getBarcode()
           
 String getCallNumber()
           
 String getItemIdentifier()
           
 String getLocation()
           
 void setBarcode(String barcode)
           
 void setCallNumber(String callNumber)
           
 void setItemIdentifier(String itemIdentifier)
           
 void setLocation(String location)
           
 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

WorkItemDocument

public WorkItemDocument()
Method Detail

getItemIdentifier

public String getItemIdentifier()

setItemIdentifier

public void setItemIdentifier(String itemIdentifier)

getCallNumber

public String getCallNumber()

setCallNumber

public void setCallNumber(String callNumber)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getBarcode

public String getBarcode()

setBarcode

public void setBarcode(String barcode)

toString

public String toString()
Overrides:
toString in class Object


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