public class Holdings extends DocstoreDocument implements Comparable<Holdings>
Java class for holdings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="holdings"> <complexContent> <extension base="{}docstoreDocument"> <sequence> <element name="copyNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="locationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="shelvingOrder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="callNumberPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="callNumberType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="callNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="holdingsType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bib" type="{}bib" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
DocstoreDocument.OperationType, DocstoreDocument.ResultType
_public, active, category, content, contentObject, CREATED_BY, createdBy, createdOn, DATE_ENTERED, DATE_UPDATED, DESTINATION_FIELD_DONOR_CODE, DESTINATION_FIELD_DONOR_NOTE, DESTINATION_FIELD_DONOR_PUBLIC_DISPLAY, displayLabel, fastAdd, format, id, ID, lastUpdated, localId, message, NO_INFO_CALL_NUMBER_TYPE_CODE, operation, result, sortedValue, staffOnly, status, STATUS, STATUS_UPDATED_ON, statusUpdatedBy, statusUpdatedOn, type, UPDATED_BY, updatedBy, updatedOn
Constructor and Description |
---|
Holdings() |
Modifier and Type | Method and Description |
---|---|
void |
buildItemCallNumber(OleHoldings oleHoldings) |
Location |
buildLocationObj() |
int |
compareTo(Holdings o) |
Object |
deserialize(String content) |
Object |
deserializeContent(Object object) |
Object |
deserializeContent(String content) |
Bib |
getBib()
Gets the value of the bib property.
|
Bibs |
getBibs() |
String |
getCallNumber()
Gets the value of the callNumber property.
|
String |
getCallNumberPrefix()
Gets the value of the callNumberPrefix property.
|
String |
getCallNumberType()
Gets the value of the callNumberType property.
|
OleHoldings |
getContentObject()
Gets the value of the contentObject property.
|
String |
getCopyNumber()
Gets the value of the copyNumber property.
|
String |
getHoldingsDataMappingValue(Map<String,String> holdingsDocFields) |
String |
getHoldingsType()
Gets the value of the holdingsType property.
|
String |
getLevel1Location() |
String |
getLevel2Location() |
String |
getLevel3Location() |
String |
getLevel4Location() |
String |
getLevel5Location() |
String |
getLocationLevel1() |
String |
getLocationLevel2() |
String |
getLocationLevel3() |
String |
getLocationLevel4() |
String |
getLocationLevel5() |
String |
getLocationName()
Gets the value of the locationName property.
|
String |
getShelvingOrder()
Gets the value of the shelvingOrder property.
|
boolean |
isBoundWithBib() |
boolean |
isDataMappingFlag() |
boolean |
isSeries() |
String |
serialize(Object object) |
void |
serializeContent() |
String |
serializeContent(Object object) |
void |
setBib(Bib value)
Sets the value of the bib property.
|
void |
setBibs(Bibs bibs) |
void |
setBoundWithBib(boolean boundWithBib) |
void |
setCallNumber(String value)
Sets the value of the callNumber property.
|
void |
setCallNumberPrefix(String value)
Sets the value of the callNumberPrefix property.
|
void |
setCallNumberType(String value)
Sets the value of the callNumberType property.
|
void |
setCopyNumber(String value)
Sets the value of the copyNumber property.
|
void |
setDataMappingFlag(boolean dataMappingFlag) |
void |
setDefaultField(String docField,
String fieldValue) |
void |
setField(String docField,
String fieldValue) |
void |
setHoldingsType(String value)
Sets the value of the holdingsType property.
|
void |
setLevel1Location(String level1Location) |
void |
setLevel2Location(String level2Location) |
void |
setLevel3Location(String level3Location) |
void |
setLevel4Location(String level4Location) |
void |
setLevel5Location(String level5Location) |
void |
setLocationLevel1(String locationLevel1) |
void |
setLocationLevel2(String locationLevel2) |
void |
setLocationLevel3(String locationLevel3) |
void |
setLocationLevel4(String locationLevel4) |
void |
setLocationLevel5(String locationLevel5) |
void |
setLocationName(String value)
Sets the value of the locationName property.
|
void |
setSeries(boolean series) |
void |
setShelvingOrder(String value)
Sets the value of the shelvingOrder property.
|
getCategory, getContent, getCreatedBy, getCreatedOn, getDisplayLabel, getFormat, getId, getLastUpdated, getLocalId, getMessage, getOperation, getResult, getSortedValue, getStatus, getStatusUpdatedBy, getStatusUpdatedOn, getType, getUpdatedBy, getUpdatedOn, isActive, isFastAdd, isPublic, isStaffOnly, setActive, setCategory, setContent, setContentObject, setCreatedBy, setCreatedOn, setDisplayLabel, setFastAdd, setFormat, setId, setLastUpdated, setLocalId, setMessage, setOperation, setPublic, setResult, setSortedValue, setStaffOnly, setStatus, setStatusUpdatedBy, setStatusUpdatedOn, setType, setUpdatedBy, setUpdatedOn
public static final String LOCATION_NAME
public static final String LOCATION_LEVEL1
public static final String LOCATION_LEVEL2
public static final String LOCATION_LEVEL3
public static final String LOCATION_LEVEL4
public static final String LOCATION_LEVEL5
public static final String CALL_NUMBER
public static final String CALLNUMBER_PREFIX
public static final String CALLNUMBER_TYPE
public static final String COPY_NUMBER
public static final String BIB_TITLE
public static final String HOLDINGSIDENTIFIER
public static final String DESTINATION_FIELD_CALL_NUMBER
public static final String DESTINATION_FIELD_HOLDING_CALL_NUMBER_TYPE
public static final String DESTINATION_FIELD_CALL_NUMBER_TYPE_PREFIX
public static final String DESTINATION_FIELD_LOCATION_LEVEL_1
public static final String DESTINATION_FIELD_LOCATION_LEVEL_2
public static final String DESTINATION_FIELD_LOCATION_LEVEL_3
public static final String DESTINATION_FIELD_LOCATION_LEVEL_4
public static final String DESTINATION_FIELD_LOCATION_LEVEL_5
public static final String DESTINATION_FIELD_COPY_NUMBER
public static final String DESTINATION_FIELD_PLATFORM
protected String copyNumber
protected String locationName
protected String shelvingOrder
protected String callNumberPrefix
protected String callNumberType
protected String callNumber
protected String holdingsType
protected String locationLevel1
protected String locationLevel2
protected String locationLevel3
protected String locationLevel4
protected String locationLevel5
protected String level1Location
protected String level2Location
protected String level3Location
protected String level4Location
protected String level5Location
protected boolean isBoundWithBib
protected boolean isSeries
protected boolean dataMappingFlag
public Holdings()
public boolean isDataMappingFlag()
public void setDataMappingFlag(boolean dataMappingFlag)
public OleHoldings getContentObject()
DocstoreDocument
getContentObject
in class DocstoreDocument
Object
public String getLevel1Location()
public void setLevel1Location(String level1Location)
public String getLevel2Location()
public void setLevel2Location(String level2Location)
public String getLevel3Location()
public void setLevel3Location(String level3Location)
public String getLevel4Location()
public void setLevel4Location(String level4Location)
public String getLevel5Location()
public void setLevel5Location(String level5Location)
public String getLocationLevel5()
public void setLocationLevel5(String locationLevel5)
public String getLocationLevel4()
public void setLocationLevel4(String locationLevel4)
public String getLocationLevel3()
public void setLocationLevel3(String locationLevel3)
public String getLocationLevel2()
public void setLocationLevel2(String locationLevel2)
public String getLocationLevel1()
public void setLocationLevel1(String locationLevel1)
public String getCopyNumber()
String
public void setCopyNumber(String value)
value
- allowed object is
String
public String getLocationName()
String
public void setLocationName(String value)
value
- allowed object is
String
public String getShelvingOrder()
String
public void setShelvingOrder(String value)
value
- allowed object is
String
public String getCallNumberPrefix()
String
public void setCallNumberPrefix(String value)
value
- allowed object is
String
public String getCallNumberType()
String
public void setCallNumberType(String value)
value
- allowed object is
String
public String getCallNumber()
String
public void setCallNumber(String value)
value
- allowed object is
String
public String getHoldingsType()
String
public void setHoldingsType(String value)
value
- allowed object is
String
public void setBib(Bib value)
value
- allowed object is
Bib
public boolean isBoundWithBib()
public void setBoundWithBib(boolean boundWithBib)
public boolean isSeries()
public void setSeries(boolean series)
public String serialize(Object object)
serialize
in class DocstoreDocument
public Object deserialize(String content)
deserialize
in class DocstoreDocument
public Object deserializeContent(Object object)
deserializeContent
in class DocstoreDocument
public Object deserializeContent(String content)
deserializeContent
in class DocstoreDocument
public String serializeContent(Object object)
serializeContent
in class DocstoreDocument
public void serializeContent()
public void setDefaultField(String docField, String fieldValue)
public void buildItemCallNumber(OleHoldings oleHoldings)
public Location buildLocationObj()
public String getHoldingsDataMappingValue(Map<String,String> holdingsDocFields)
public int compareTo(Holdings o)
compareTo
in interface Comparable<Holdings>
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.