|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.ole.pojo.item.OleItem
public class OleItem
Class to represent data Model Item of OLEML.
| Field Summary | |
|---|---|
protected AccessInformationType |
accessInformation
|
protected String |
barcodeARSL
|
protected String |
chronology
|
protected String |
copyNumber
|
protected String |
copyNumberLabel
|
protected ElectronicLocationAndAccess |
electronicLocationAndAccess
|
protected String |
enumeration
|
protected List<Extension> |
extension
|
protected List<FormerIdentifiers> |
formerIdentifiers
|
protected HighDensityStorage |
highDensityStorage
|
protected String |
itemIdentifier
|
protected String |
itemType
|
protected List<PhysicalLocation> |
location
|
protected String |
nonPublicNote
|
protected String |
publicNote
|
protected List<String> |
purchaseOrderLineItemIdentifier
|
protected List<String> |
statisticalSearchingCodes
|
protected List<String> |
vendorLineItemIdentifier
|
protected String |
volumeNumber
|
protected String |
volumeNumberLabel
|
| Constructor Summary | |
|---|---|
OleItem()
|
|
| Method Summary | |
|---|---|
AccessInformationType |
getAccessInformation()
Gets the value of the accessInformation property. |
String |
getBarcodeARSL()
Gets the value of the barcodeARSL property. |
String |
getChronology()
Gets the value of the chronology property. |
String |
getCopyNumber()
Gets the value of the copyNumber property. |
String |
getCopyNumberLabel()
Gets the value of the copyNumberLabel property. |
ElectronicLocationAndAccess |
getElectronicLocationAndAccess()
Gets the value of the electronicLocationAndAccess property. |
String |
getEnumeration()
Gets the value of the enumeration property. |
List<Extension> |
getExtension()
Gets the value of the extension property. |
List<FormerIdentifiers> |
getFormerIdentifiers()
Gets the value of the formerIdentifiers property. |
HighDensityStorage |
getHighDensityStorage()
Gets the value of the highDensityStorage property. |
String |
getItemIdentifier()
Gets the value of the itemIdentifier property. |
String |
getItemType()
Gets the value of the itemType property. |
List<PhysicalLocation> |
getLocation()
Gets the value of the location property. |
String |
getNonPublicNote()
Maps to MFHD 876 $x Nonpublic note Any information desired by staff. |
String |
getPublicNote()
Maps to MFHD 876 $z Public note. |
List<String> |
getPurchaseOrderLineItemIdentifier()
Gets the value of the purchaseOrderLineItemIdentifier property. |
List<String> |
getStatisticalSearchingCodes()
Gets the value of the statisticalSearchingCodes property. |
List<String> |
getVendorLineItemIdentifier()
|
String |
getVolumeNumber()
Gets the value of the volumeNumber property. |
String |
getVolumeNumberLabel()
Gets the value of the volumeNumberLabel property. |
void |
setAccessInformation(AccessInformationType value)
Sets the value of the accessInformation property. |
void |
setBarcodeARSL(String value)
Sets the value of the barcodeARSL property. |
void |
setChronology(String value)
Sets the value of the chronology property. |
void |
setCopyNumber(String value)
Sets the value of the copyNumber property. |
void |
setCopyNumberLabel(String value)
Sets the value of the copyNumberLabel property. |
void |
setElectronicLocationAndAccess(ElectronicLocationAndAccess value)
Sets the value of the electronicLocationAndAccess property. |
void |
setEnumeration(String value)
Sets the value of the enumeration property. |
void |
setExtension(List<Extension> extension)
Method to set extension. |
void |
setFormerIdentifiers(List<FormerIdentifiers> formerIdentifiers)
Method to set formerIdentifiers. |
void |
setHighDensityStorage(HighDensityStorage value)
Sets the value of the highDensityStorage property. |
void |
setItemIdentifier(String value)
Sets the value of the itemIdentifier property. |
void |
setItemType(String value)
Sets the value of the itemType property. |
void |
setLocation(List<PhysicalLocation> location)
Method to set location. |
void |
setNonPublicNote(String value)
Sets the value of the nonPublicNote property. |
void |
setPublicNote(String value)
Sets the value of the publicNote property. |
void |
setPurchaseOrderLineItemIdentifier(List<String> purchaseOrderLineItemIdentifier)
Method to set purchaseOrderLineItemIdentifier. |
void |
setStatisticalSearchingCodes(List<String> statisticalSearchingCodes)
Method to set statisticalSearchingCodes. |
void |
setVendorLineItemIdentifier(List<String> vendorLineItemIdentifier)
|
void |
setVolumeNumber(String value)
Sets the value of the volumeNumber property. |
void |
setVolumeNumberLabel(String value)
Sets the value of the volumeNumberLabel property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String itemIdentifier
protected List<String> purchaseOrderLineItemIdentifier
protected List<String> vendorLineItemIdentifier
protected AccessInformationType accessInformation
protected ElectronicLocationAndAccess electronicLocationAndAccess
protected String barcodeARSL
protected List<FormerIdentifiers> formerIdentifiers
protected List<String> statisticalSearchingCodes
protected String itemType
protected String copyNumber
protected String copyNumberLabel
protected String volumeNumber
protected String volumeNumberLabel
protected String nonPublicNote
protected String publicNote
protected String enumeration
protected String chronology
protected List<PhysicalLocation> location
protected HighDensityStorage highDensityStorage
protected List<Extension> extension
| Constructor Detail |
|---|
public OleItem()
| Method Detail |
|---|
public void setPurchaseOrderLineItemIdentifier(List<String> purchaseOrderLineItemIdentifier)
purchaseOrderLineItemIdentifier - the purchaseOrderLineItemIdentifier to setpublic void setFormerIdentifiers(List<FormerIdentifiers> formerIdentifiers)
formerIdentifiers - the formerIdentifiers to setpublic List<String> getVendorLineItemIdentifier()
public void setVendorLineItemIdentifier(List<String> vendorLineItemIdentifier)
public void setStatisticalSearchingCodes(List<String> statisticalSearchingCodes)
statisticalSearchingCodes - the statisticalSearchingCodes to setpublic void setLocation(List<PhysicalLocation> location)
location - the location to setpublic void setExtension(List<Extension> extension)
extension - the extension to setpublic String getItemIdentifier()
Stringpublic void setItemIdentifier(String value)
value - allowed object is Stringpublic List<String> getPurchaseOrderLineItemIdentifier()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the purchaseOrderLineItemIdentifier property.
For example, to add a new item, do as follows:
getPurchaseOrderLineItemIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list String
public AccessInformationType getAccessInformation()
AccessInformationTypepublic void setAccessInformation(AccessInformationType value)
value - allowed object is AccessInformationTypepublic ElectronicLocationAndAccess getElectronicLocationAndAccess()
ElectronicLocationAndAccesspublic void setElectronicLocationAndAccess(ElectronicLocationAndAccess value)
value - allowed object is ElectronicLocationAndAccesspublic String getBarcodeARSL()
Stringpublic void setBarcodeARSL(String value)
value - allowed object is Stringpublic List<FormerIdentifiers> getFormerIdentifiers()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the formerIdentifiers property.
For example, to add a new item, do as follows:
getFormerIdentifiers().add(newItem);
Objects of the following type(s) are allowed in the list FormerIdentifiers
public List<String> getStatisticalSearchingCodes()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the statisticalSearchingCodes property.
For example, to add a new item, do as follows:
getStatisticalSearchingCodes().add(newItem);
Objects of the following type(s) are allowed in the list String
public String getItemType()
Stringpublic void setItemType(String value)
value - allowed object is Stringpublic String getCopyNumber()
BigIntegerpublic void setCopyNumber(String value)
value - allowed object is BigIntegerpublic String getCopyNumberLabel()
Stringpublic void setCopyNumberLabel(String value)
value - allowed object is Stringpublic String getVolumeNumber()
BigIntegerpublic void setVolumeNumber(String value)
value - allowed object is Stringpublic String getVolumeNumberLabel()
BigIntegerpublic void setVolumeNumberLabel(String value)
value - allowed object is BigIntegerpublic String getNonPublicNote()
Stringpublic void setNonPublicNote(String value)
value - allowed object is Stringpublic String getPublicNote()
Stringpublic void setPublicNote(String value)
value - allowed object is Stringpublic String getEnumeration()
Stringpublic void setEnumeration(String value)
value - allowed object is Stringpublic String getChronology()
Stringpublic void setChronology(String value)
value - allowed object is Stringpublic List<PhysicalLocation> getLocation()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the location property.
For example, to add a new item, do as follows:
getLocation().add(newItem);
Objects of the following type(s) are allowed in the list PhysicalLocation
public HighDensityStorage getHighDensityStorage()
HighDensityStoragepublic void setHighDensityStorage(HighDensityStorage value)
value - allowed object is HighDensityStoragepublic List<Extension> getExtension()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list Extension
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||