org.kuali.ole.bo.serachRetrieve
Class OleSRUInstanceDocument
java.lang.Object
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.
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
OleSRUInstanceDocument
public OleSRUInstanceDocument()
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.