org.kuali.ole.bo.serachRetrieve
Class OleSRUInstanceDocument

java.lang.Object
  extended by org.kuali.ole.bo.serachRetrieve.OleSRUInstanceDocument

public class OleSRUInstanceDocument
extends Object

Created with IntelliJ IDEA. User: ? Date: 7/17/12 Time: 4:02 PM To change this template use File | Settings | File Templates.


Field Summary
 String callNumber
           
 List<OleSRUCirculationDocument> circulations
           
 String completeness
           
 String copyNumber
           
 String dateOfReport
           
 String encodingLevel
           
 String enumAndChron
           
 String format
           
 String generalRetention
           
 String localLocation
           
 String nucCode
           
 String publicNote
           
 String receiptAcqStatus
           
 String reproductionNote
           
 String shelvingData
           
 String shelvingLocation
           
 String termsUseRepro
           
 String typeOfRecord
           
 List<OleSRUInstanceVolume> volumes
           
 
Constructor Summary
OleSRUInstanceDocument()
           
 
Method Summary
 String getCallNumber()
           
 List<OleSRUCirculationDocument> getCirculations()
           
 String getCompleteness()
           
 String getCopyNumber()
           
 String getDateOfReport()
           
 String getEncodingLevel()
           
 String getEnumAndChron()
           
 String getFormat()
           
 String getGeneralRetention()
           
 String getLocalLocation()
           
 String getNucCode()
           
 String getPublicNote()
           
 String getReceiptAcqStatus()
           
 String getReproductionNote()
           
 String getShelvingData()
           
 String getShelvingLocation()
           
 String getTermsUseRepro()
           
 String getTypeOfRecord()
           
 List<OleSRUInstanceVolume> getVolumes()
           
 void setCallNumber(String callNumber)
           
 void setCirculations(List<OleSRUCirculationDocument> circulations)
           
 void setCompleteness(String completeness)
           
 void setCopyNumber(String copyNumber)
           
 void setDateOfReport(String dateOfReport)
           
 void setEncodingLevel(String encodingLevel)
           
 void setEnumAndChron(String enumAndChron)
           
 void setFormat(String format)
           
 void setGeneralRetention(String generalRetention)
           
 void setLocalLocation(String localLocation)
           
 void setNucCode(String nucCode)
           
 void setPublicNote(String publicNote)
           
 void setReceiptAcqStatus(String receiptAcqStatus)
           
 void setReproductionNote(String reproductionNote)
           
 void setShelvingData(String shelvingData)
           
 void setShelvingLocation(String shelvingLocation)
           
 void setTermsUseRepro(String termsUseRepro)
           
 void setTypeOfRecord(String typeOfRecord)
           
 void setVolumes(List<OleSRUInstanceVolume> volumes)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

typeOfRecord

public String typeOfRecord

encodingLevel

public String encodingLevel

format

public String format

receiptAcqStatus

public String receiptAcqStatus

generalRetention

public String generalRetention

completeness

public String completeness

dateOfReport

public String dateOfReport

nucCode

public String nucCode

localLocation

public String localLocation

shelvingLocation

public String shelvingLocation

callNumber

public String callNumber

shelvingData

public String shelvingData

copyNumber

public String copyNumber

publicNote

public String publicNote

reproductionNote

public String reproductionNote

termsUseRepro

public String termsUseRepro

enumAndChron

public String enumAndChron

volumes

public List<OleSRUInstanceVolume> volumes

circulations

public List<OleSRUCirculationDocument> circulations
Constructor Detail

OleSRUInstanceDocument

public OleSRUInstanceDocument()
Method Detail

getTypeOfRecord

public String getTypeOfRecord()

setTypeOfRecord

public void setTypeOfRecord(String typeOfRecord)

getEncodingLevel

public String getEncodingLevel()

setEncodingLevel

public void setEncodingLevel(String encodingLevel)

getFormat

public String getFormat()

setFormat

public void setFormat(String format)

getReceiptAcqStatus

public String getReceiptAcqStatus()

setReceiptAcqStatus

public void setReceiptAcqStatus(String receiptAcqStatus)

getGeneralRetention

public String getGeneralRetention()

setGeneralRetention

public void setGeneralRetention(String generalRetention)

getCompleteness

public String getCompleteness()

setCompleteness

public void setCompleteness(String completeness)

getDateOfReport

public String getDateOfReport()

setDateOfReport

public void setDateOfReport(String dateOfReport)

getNucCode

public String getNucCode()

setNucCode

public void setNucCode(String nucCode)

getLocalLocation

public String getLocalLocation()

setLocalLocation

public void setLocalLocation(String localLocation)

getShelvingLocation

public String getShelvingLocation()

setShelvingLocation

public void setShelvingLocation(String shelvingLocation)

getCallNumber

public String getCallNumber()

setCallNumber

public void setCallNumber(String callNumber)

getShelvingData

public String getShelvingData()

setShelvingData

public void setShelvingData(String shelvingData)

getCopyNumber

public String getCopyNumber()

setCopyNumber

public void setCopyNumber(String copyNumber)

getPublicNote

public String getPublicNote()

setPublicNote

public void setPublicNote(String publicNote)

getReproductionNote

public String getReproductionNote()

setReproductionNote

public void setReproductionNote(String reproductionNote)

getTermsUseRepro

public String getTermsUseRepro()

setTermsUseRepro

public void setTermsUseRepro(String termsUseRepro)

getEnumAndChron

public String getEnumAndChron()

setEnumAndChron

public void setEnumAndChron(String enumAndChron)

getVolumes

public List<OleSRUInstanceVolume> getVolumes()

setVolumes

public void setVolumes(List<OleSRUInstanceVolume> volumes)

getCirculations

public List<OleSRUCirculationDocument> getCirculations()

setCirculations

public void setCirculations(List<OleSRUCirculationDocument> circulations)

toString

public String toString()
Overrides:
toString in class Object


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