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

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

public class WorkHoldingsDocument
extends Object

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


Constructor Summary
WorkHoldingsDocument()
           
 
Method Summary
 String getBibIdentifier()
           
 String getCallNumber()
           
 String getCallNumberPrefix()
           
 String getCallNumberType()
           
 String getHoldingsIdentifier()
           
 String getLocationName()
           
 void setBibIdentifier(String bibIdentifier)
           
 void setCallNumber(String callNumber)
           
 void setCallNumberPrefix(String callNumberPrefix)
           
 void setCallNumberType(String callNumberType)
           
 void setHoldingsIdentifier(String holdingsIdentifier)
           
 void setLocationName(String locationName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkHoldingsDocument

public WorkHoldingsDocument()
Method Detail

getCallNumberPrefix

public String getCallNumberPrefix()

setCallNumberPrefix

public void setCallNumberPrefix(String callNumberPrefix)

getCallNumberType

public String getCallNumberType()

setCallNumberType

public void setCallNumberType(String callNumberType)

getHoldingsIdentifier

public String getHoldingsIdentifier()

setHoldingsIdentifier

public void setHoldingsIdentifier(String holdingsIdentifier)

getLocationName

public String getLocationName()

setLocationName

public void setLocationName(String locationName)

getCallNumber

public String getCallNumber()

setCallNumber

public void setCallNumber(String callNumber)

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.