public class OleCorrectionReceivingItem extends CorrectionReceivingItem implements OleReceivingItem
Modifier and Type | Field and Description |
---|---|
protected String |
localTitleId |
itemOriginalDamagedTotalQuantity, itemOriginalReceivedTotalQuantity, itemOriginalReturnedTotalQuantity
Constructor and Description |
---|
OleCorrectionReceivingItem()
Default constructor.
|
OleCorrectionReceivingItem(CorrectionReceivingDocument rld) |
OleCorrectionReceivingItem(LineItemReceivingItem rli,
CorrectionReceivingDocument rcd)
Constructs a OleCorrectionReceivingItem with default values for parts attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
addExceptionNote(OleCorrectionReceivingItemExceptionNotes exceptionNotes)
This method adds OleCorrectionReceivingItemExceptionNotes to the exceptioNoteList.
|
void |
addNote(OleCorrectionReceivingItemReceiptNotes receiptNotes)
This method adds OleLineItemReceivingReceiptNotes to the noteList.
|
void |
addReceiptNote(OleCorrectionReceivingItemReceiptNotes receiptNotes)
This method adds OleLineItemReceivingReceiptNotes to the receiptNoteList.
|
boolean |
checkIsEnumerationSplitIsIntegerOrNot(String enumerationSplit) |
void |
deleteExceptionNote(int lineNum)
This method deletes exception note from exceptionNoteList at specified index.
|
void |
deleteNote(int lineNum)
This method deletes receipt note from noteList at specified index.
|
void |
deleteReceiptNote(int lineNum)
This method deletes receipt note from receiptNoteList at specified index.
|
BibInfoBean |
getBibInfoBean() |
String |
getBibUUID() |
List<OleCopies> |
getCopies()
Gets the copies attribute.
|
List<OleCopy> |
getCopyList() |
String |
getCopyNumber() |
List<OleCorrectionReceivingItemExceptionNotes> |
getCorrectionExceptionNoteList()
Gets list of OleCorrectionReceivingItemExceptionNotes.
|
List<OleCorrectionReceivingItemReceiptNotes> |
getCorrectionNoteList()
Gets list of OleLineItemReceivingReceiptNotes.
|
List<OleCorrectionReceivingItemReceiptNotes> |
getCorrectionReceiptNoteList()
Gets list of OleCorrectionReceivingItemReceiptNotes.
|
Integer |
getCorrectionReceiptNoteListSize()
Gets size of receipt notes list retrived from database
|
List<OleCorrectionReceivingItemReceiptNotes> |
getCorrectionSpecialHandlingNoteList()
Gets list of Special Handling Notes.
|
DocData |
getDocData() |
String |
getDocFormat() |
DocstoreClientLocator |
getDocstoreClientLocator() |
String |
getDonorCode() |
String |
getEnumeration() |
String |
getExceptionNotes()
Gets exception notes.
|
Class |
getExceptionNotesClass()
This method returns OleReceivingLineExceptionNotes class
|
Integer |
getExceptionTypeId()
Gets exception type id.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getItemCopies()
Gets the itemCopies attribute.
|
Integer |
getItemCopiesId()
Gets the itemCopiesId attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getItemDamagedTotalParts()
Gets the parts damaged attribute value.
|
Integer |
getItemFormatId() |
String |
getItemLocation()
Gets the itemLocation attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getItemOriginalDamagedTotalParts()
Gets the itemOriginalDamagedTotalParts attribute value.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getItemOriginalReceivedTotalParts()
Gets the itemOriginalReceivedTotalParts attribute value.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getItemOriginalReturnedTotalParts()
Gets the itemOriginalReturnedTotalParts attribute value.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getItemReceivedTotalParts()
Gets the parts received attribute value.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getItemReturnedTotalParts()
Gets the parts returned attribute value.
|
String |
getItemTitleId() |
String |
getLocalTitleId() |
String |
getLocation() |
String |
getLocationCopies()
Gets the locationCopies attribute.
|
String |
getNotes()
Gets the notes attribute.
|
Integer |
getNoteTypeId()
Gets note type id.
|
List<OleLineItemCorrectionReceivingDoc> |
getOleCorrectionReceivingItemDocList() |
List<OLELinkPurapDonor> |
getOleDonors() |
org.kuali.rice.core.api.util.type.KualiInteger |
getOleItemDamagedTotalParts()
Gets the oleItemDamagedTotalParts attribute.
|
org.kuali.rice.core.api.util.type.KualiInteger |
getOleItemDamagedTotalQuantity()
Gets the oleItemDamagedTotalQuantity attribute.
|
org.kuali.rice.core.api.util.type.KualiInteger |
getOleItemOriginalDamagedTotalParts()
Gets the oleItemOriginalDamagedTotalParts attribute.
|
org.kuali.rice.core.api.util.type.KualiInteger |
getOleItemOriginalDamagedTotalQuantity()
Gets the oleItemOriginalDamagedTotalQuantity attribute.
|
org.kuali.rice.core.api.util.type.KualiInteger |
getOleItemOriginalReceivedTotalParts()
Gets the oleItemOriginalReceivedTotalParts attribute.
|
org.kuali.rice.core.api.util.type.KualiInteger |
getOleItemOriginalReceivedTotalQuantity()
Gets the oleItemOriginalReceivedTotalQuantity attribute.
|
org.kuali.rice.core.api.util.type.KualiInteger |
getOleItemOriginalReturnedTotalParts()
Gets the oleItemOriginalReturnedTotalParts attribute.
|
org.kuali.rice.core.api.util.type.KualiInteger |
getOleItemOriginalReturnedTotalQuantity()
Gets the oleItemOriginalReturnedTotalQuantity attribute.
|
org.kuali.rice.core.api.util.type.KualiInteger |
getOleItemReceivedTotalParts()
Gets the oleItemReceivedTotalParts attribute.
|
org.kuali.rice.core.api.util.type.KualiInteger |
getOleItemReceivedTotalQuantity()
Gets the oleItemReceivedTotalQuantity attribute.
|
org.kuali.rice.core.api.util.type.KualiInteger |
getOleItemReturnedTotalParts()
Gets the oleItemReturnedTotalParts attribute.
|
org.kuali.rice.core.api.util.type.KualiInteger |
getOleItemReturnedTotalQuantity()
Gets the oleItemReturnedTotalQuantity attribute.
|
Class |
getOleLineItemCorrectionDocClass() |
OleLineItemCorrectionReceivingDoc |
getOleLineItemReceivingCorrection() |
OleOrderRecord |
getOleOrderRecord() |
String |
getPartEnumeration()
Gets the partEnumeration attribute.
|
org.kuali.rice.core.api.util.type.KualiInteger |
getParts()
Gets the parts attribute.
|
String |
getReceiptNotes()
Gets receipt notes.
|
Class |
getReceiptNotesClass()
This method returns OleLineItemReceivingReceiptNotes class
|
String |
getReceiptStatus() |
org.kuali.rice.core.api.util.type.KualiInteger |
getStartingCopyNumber()
Gets the startingCopyNumber attribute.
|
boolean |
isConsideredEntered()
Overridden method to check if atleast one parts or quantity related item is entered.
|
boolean |
isNotesAck()
Gets acknowledgement flag for special handling notes
|
void |
setBibInfoBean(BibInfoBean bibInfoBean) |
void |
setBibUUID(String bibUUID) |
void |
setCopies(List<OleCopies> copies)
Sets the copies attribute value.
|
List<OleCopies> |
setCopiesToLineItem(BibTree bibTree)
This method will set copies into list of copies for LineItem.
|
void |
setCopyList(List<OleCopy> copyList) |
void |
setCopyNumber(String copyNumber) |
void |
setCorrectionExceptionNoteList(List<OleCorrectionReceivingItemExceptionNotes> correctionExceptionNoteList)
Sets list of OleCorrectionReceivingItemExceptionNotes.
|
void |
setCorrectionNoteList(List<OleCorrectionReceivingItemReceiptNotes> correctionNoteList)
Sets list of OleLineItemReceivingReceiptNotes.
|
void |
setCorrectionReceiptNoteList(List<OleCorrectionReceivingItemReceiptNotes> correctionReceiptNoteList)
Sets list of OleCorrectionReceivingItemReceiptNotes.
|
void |
setCorrectionReceiptNoteListSize(Integer correctionReceiptNoteListSize)
Sets size of receipt notes list retrived from database
|
void |
setCorrectionSpecialHandlingNoteList(List<OleCorrectionReceivingItemReceiptNotes> specialHandlingNoteList)
Sets list of Special Handling Notes.
|
void |
setDocData(DocData docData) |
void |
setDocFormat(String docFormat) |
void |
setDonorCode(String donorCode) |
void |
setEnumeration(String enumeration) |
void |
setExceptionNotes(String exceptionNotes)
Sets exception notes.
|
void |
setExceptionTypeId(Integer exceptionTypeId)
Sets exception type id.
|
void |
setItemCopies(org.kuali.rice.core.api.util.type.KualiDecimal itemCopies)
Sets the itemCopies attribute value.
|
void |
setItemCopiesId(Integer itemCopiesId)
Sets the itemCopiesId attribute value.
|
void |
setItemDamagedTotalParts(org.kuali.rice.core.api.util.type.KualiDecimal itemDamagedTotalParts)
Sets the parts damaged attribute value.
|
void |
setItemFormatId(Integer itemFormatId) |
void |
setItemLocation(String itemLocation)
Sets the itemLocation attribute value.
|
void |
setItemOriginalDamagedTotalParts(org.kuali.rice.core.api.util.type.KualiDecimal itemOriginalDamagedTotalParts)
Sets the itemOriginalDamagedTotalParts attribute value.
|
void |
setItemOriginalReceivedTotalParts(org.kuali.rice.core.api.util.type.KualiDecimal itemOriginalReceivedTotalParts)
Sets the itemOriginalReceivedTotalParts attribute value.
|
void |
setItemOriginalReturnedTotalParts(org.kuali.rice.core.api.util.type.KualiDecimal itemOriginalReturnedTotalParts)
Sets the itemOriginalReturnedTotalParts attribute value.
|
void |
setItemReceivedTotalParts(org.kuali.rice.core.api.util.type.KualiDecimal itemReceivedTotalParts)
Sets the parts received attribute value.
|
void |
setItemReturnedTotalParts(org.kuali.rice.core.api.util.type.KualiDecimal itemReturnedTotalParts)
Sets the parts returned attribute value.
|
void |
setItemTitleId(String itemTitleId) |
void |
setLocalTitleId(String localTitleId) |
void |
setLocation(String location) |
void |
setLocationCopies(String locationCopies)
Sets the locationCopies attribute value.
|
void |
setNotes(String notes)
Sets the notes attribute value.
|
void |
setNotesAck(boolean notesAck)
Sets acknowledgement flag for special handling notes
|
void |
setNoteTypeId(Integer noteTypeId)
Sets note type id.
|
void |
setOleCorrectionReceivingItemDocList(List<OleLineItemCorrectionReceivingDoc> oleCorrectionReceivingItemDocList) |
void |
setOleDonors(List<OLELinkPurapDonor> oleDonors) |
void |
setOleItemDamagedTotalParts(org.kuali.rice.core.api.util.type.KualiInteger oleItemDamagedTotalParts)
Sets the oleItemDamagedTotalParts attribute value.
|
void |
setOleItemDamagedTotalQuantity(org.kuali.rice.core.api.util.type.KualiInteger oleItemDamagedTotalQuantity)
Sets the oleItemDamagedTotalQuantity attribute value.
|
void |
setOleItemOriginalDamagedTotalParts(org.kuali.rice.core.api.util.type.KualiInteger oleItemOriginalDamagedTotalParts)
Sets the oleItemOriginalDamagedTotalParts attribute value.
|
void |
setOleItemOriginalDamagedTotalQuantity(org.kuali.rice.core.api.util.type.KualiInteger oleItemOriginalDamagedTotalQuantity)
Sets the oleItemOriginalDamagedTotalQuantity attribute value.
|
void |
setOleItemOriginalReceivedTotalParts(org.kuali.rice.core.api.util.type.KualiInteger oleItemOriginalReceivedTotalParts)
Sets the oleItemOriginalReceivedTotalParts attribute value.
|
void |
setOleItemOriginalReceivedTotalQuantity(org.kuali.rice.core.api.util.type.KualiInteger oleItemOriginalReceivedTotalQuantity)
Sets the oleItemOriginalReceivedTotalQuantity attribute value.
|
void |
setOleItemOriginalReturnedTotalParts(org.kuali.rice.core.api.util.type.KualiInteger oleItemOriginalReturnedTotalParts)
Sets the oleItemOriginalReturnedTotalParts attribute value.
|
void |
setOleItemOriginalReturnedTotalQuantity(org.kuali.rice.core.api.util.type.KualiInteger oleItemOriginalReturnedTotalQuantity)
Sets the oleItemOriginalReturnedTotalQuantity attribute value.
|
void |
setOleItemReceivedTotalParts(org.kuali.rice.core.api.util.type.KualiInteger oleItemReceivedTotalParts)
Sets the oleItemReceivedTotalParts attribute value.
|
void |
setOleItemReceivedTotalQuantity(org.kuali.rice.core.api.util.type.KualiInteger oleItemReceivedTotalQuantity)
Sets the oleItemReceivedTotalQuantity attribute value.
|
void |
setOleItemReturnedTotalParts(org.kuali.rice.core.api.util.type.KualiInteger oleItemReturnedTotalParts)
Sets the oleItemReturnedTotalParts attribute value.
|
void |
setOleItemReturnedTotalQuantity(org.kuali.rice.core.api.util.type.KualiInteger oleItemReturnedTotalQuantity)
Sets the oleItemReturnedTotalQuantity attribute value.
|
void |
setOleLineItemReceivingCorrection(OleLineItemCorrectionReceivingDoc oleLineItemReceivingCorrection) |
void |
setOleOrderRecord(OleOrderRecord oleOrderRecord) |
void |
setPartEnumeration(String partEnumeration)
Sets the partEnumeration attribute value.
|
void |
setParts(org.kuali.rice.core.api.util.type.KualiInteger parts)
Sets the parts attribute value.
|
void |
setReceiptNotes(String receiptNotes)
Sets receipt notes.
|
void |
setReceiptStatus(String receiptStatus) |
void |
setStartingCopyNumber(org.kuali.rice.core.api.util.type.KualiInteger startingCopyNumber)
Sets the startingCopyNumber attribute value.
|
getCorrectionReceivingDocument, setCorrectionReceivingDocument
getDocumentNumber, getItemCatalogNumber, getItemDamagedTotalQuantity, getItemDescription, getItemLineNumber, getItemOriginalDamagedTotalQuantity, getItemOriginalReceivedTotalQuantity, getItemOriginalReturnedTotalQuantity, getItemReasonAdded, getItemReasonAddedCode, getItemReceivedTotalQuantity, getItemReturnedTotalQuantity, getItemType, getItemTypeCode, getItemUnitOfMeasure, getItemUnitOfMeasureCode, getPurchaseOrderIdentifier, getReceivingItemIdentifier, setDocumentNumber, setItemCatalogNumber, setItemDamagedTotalQuantity, setItemDescription, setItemLineNumber, setItemOriginalDamagedTotalQuantity, setItemOriginalReceivedTotalQuantity, setItemOriginalReturnedTotalQuantity, setItemReasonAdded, setItemReasonAddedCode, setItemReceivedTotalQuantity, setItemReturnedTotalQuantity, setItemType, setItemTypeCode, setItemUnitOfMeasure, setItemUnitOfMeasureCode, setPurchaseOrderIdentifier, setReceivingItemIdentifier, toStringMapper_RICE20_REFACTORME
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDocumentNumber, getItemCatalogNumber, getItemDamagedTotalQuantity, getItemDescription, getItemLineNumber, getItemOriginalDamagedTotalQuantity, getItemOriginalReceivedTotalQuantity, getItemOriginalReturnedTotalQuantity, getItemReasonAddedCode, getItemReceivedTotalQuantity, getItemReturnedTotalQuantity, getItemType, getItemTypeCode, getItemUnitOfMeasure, getItemUnitOfMeasureCode, getPurchaseOrderIdentifier, getReceivingItemIdentifier, setDocumentNumber, setItemCatalogNumber, setItemDamagedTotalQuantity, setItemDescription, setItemLineNumber, setItemOriginalDamagedTotalQuantity, setItemOriginalReceivedTotalQuantity, setItemOriginalReturnedTotalQuantity, setItemReasonAddedCode, setItemReceivedTotalQuantity, setItemReturnedTotalQuantity, setItemType, setItemTypeCode, setItemUnitOfMeasure, setItemUnitOfMeasureCode, setPurchaseOrderIdentifier, setReceivingItemIdentifier
protected String localTitleId
public OleCorrectionReceivingItem()
public OleCorrectionReceivingItem(CorrectionReceivingDocument rld)
public OleCorrectionReceivingItem(LineItemReceivingItem rli, CorrectionReceivingDocument rcd)
rli
- rcd
- public String getDocFormat()
public DocstoreClientLocator getDocstoreClientLocator()
public void setDocFormat(String docFormat)
public Class getOleLineItemCorrectionDocClass()
public String getLocalTitleId()
public void setLocalTitleId(String localTitleId)
public boolean isConsideredEntered()
isConsideredEntered
in interface PurapEnterableItem
isConsideredEntered
in class ReceivingItemBase
ReceivingItemBase.isConsideredEntered()
public Integer getItemFormatId()
public void setItemFormatId(Integer itemFormatId)
public List<OleLineItemCorrectionReceivingDoc> getOleCorrectionReceivingItemDocList()
public void setOleCorrectionReceivingItemDocList(List<OleLineItemCorrectionReceivingDoc> oleCorrectionReceivingItemDocList)
public String getDonorCode()
public void setDonorCode(String donorCode)
public List<OLELinkPurapDonor> getOleDonors()
public void setOleDonors(List<OLELinkPurapDonor> oleDonors)
public org.kuali.rice.core.api.util.type.KualiDecimal getItemOriginalReceivedTotalParts()
getItemOriginalReceivedTotalParts
in interface OleReceivingItem
public void setItemOriginalReceivedTotalParts(org.kuali.rice.core.api.util.type.KualiDecimal itemOriginalReceivedTotalParts)
setItemOriginalReceivedTotalParts
in interface OleReceivingItem
itemOriginalReceivedTotalParts
- to set.public org.kuali.rice.core.api.util.type.KualiDecimal getItemOriginalReturnedTotalParts()
getItemOriginalReturnedTotalParts
in interface OleReceivingItem
public void setItemOriginalReturnedTotalParts(org.kuali.rice.core.api.util.type.KualiDecimal itemOriginalReturnedTotalParts)
setItemOriginalReturnedTotalParts
in interface OleReceivingItem
itemOriginalReturnedTotalParts
- to set.public org.kuali.rice.core.api.util.type.KualiDecimal getItemOriginalDamagedTotalParts()
getItemOriginalDamagedTotalParts
in interface OleReceivingItem
public void setItemOriginalDamagedTotalParts(org.kuali.rice.core.api.util.type.KualiDecimal itemOriginalDamagedTotalParts)
setItemOriginalDamagedTotalParts
in interface OleReceivingItem
itemOriginalDamagedTotalParts
- to set.public org.kuali.rice.core.api.util.type.KualiDecimal getItemReceivedTotalParts()
getItemReceivedTotalParts
in interface OleReceivingItem
public void setItemReceivedTotalParts(org.kuali.rice.core.api.util.type.KualiDecimal itemReceivedTotalParts)
setItemReceivedTotalParts
in interface OleReceivingItem
itemReceivedTotalParts
- to set.public org.kuali.rice.core.api.util.type.KualiDecimal getItemReturnedTotalParts()
getItemReturnedTotalParts
in interface OleReceivingItem
public void setItemReturnedTotalParts(org.kuali.rice.core.api.util.type.KualiDecimal itemReturnedTotalParts)
setItemReturnedTotalParts
in interface OleReceivingItem
itemReturnedTotalParts
- to set.public org.kuali.rice.core.api.util.type.KualiDecimal getItemDamagedTotalParts()
getItemDamagedTotalParts
in interface OleReceivingItem
public void setItemDamagedTotalParts(org.kuali.rice.core.api.util.type.KualiDecimal itemDamagedTotalParts)
setItemDamagedTotalParts
in interface OleReceivingItem
itemDamagedTotalParts
- to set.public List<OleCorrectionReceivingItemExceptionNotes> getCorrectionExceptionNoteList()
public void setCorrectionExceptionNoteList(List<OleCorrectionReceivingItemExceptionNotes> correctionExceptionNoteList)
exceptionNoteList
- to set.public Integer getExceptionTypeId()
public void setExceptionTypeId(Integer exceptionTypeId)
exceptionTypeId
- to set.public String getExceptionNotes()
public void setExceptionNotes(String exceptionNotes)
exceptionNotes
- to set.public Class getExceptionNotesClass()
public void addExceptionNote(OleCorrectionReceivingItemExceptionNotes exceptionNotes)
exceptionNotes
- public void deleteExceptionNote(int lineNum)
lineNum
- public List<OleCorrectionReceivingItemReceiptNotes> getCorrectionReceiptNoteList()
public void setCorrectionReceiptNoteList(List<OleCorrectionReceivingItemReceiptNotes> correctionReceiptNoteList)
correctionReceiptNoteList
- to set.public Integer getNoteTypeId()
public void setNoteTypeId(Integer noteTypeId)
noteTypeId
- to set.public String getReceiptNotes()
public void setReceiptNotes(String receiptNotes)
receiptNotes
- to set.public Class getReceiptNotesClass()
public void addReceiptNote(OleCorrectionReceivingItemReceiptNotes receiptNotes)
receiptNotes
- public void deleteReceiptNote(int lineNum)
lineNum
- public List<OleCorrectionReceivingItemReceiptNotes> getCorrectionSpecialHandlingNoteList()
public void setCorrectionSpecialHandlingNoteList(List<OleCorrectionReceivingItemReceiptNotes> specialHandlingNoteList)
correctionSpecialHandlingNoteList.
- public boolean isNotesAck()
public void setNotesAck(boolean notesAck)
notesAck
- public List<OleCorrectionReceivingItemReceiptNotes> getCorrectionNoteList()
public void setCorrectionNoteList(List<OleCorrectionReceivingItemReceiptNotes> correctionNoteList)
noteList
- to set.public void addNote(OleCorrectionReceivingItemReceiptNotes receiptNotes)
receiptNotes
- public void deleteNote(int lineNum)
lineNum
- public Integer getCorrectionReceiptNoteListSize()
public void setCorrectionReceiptNoteListSize(Integer correctionReceiptNoteListSize)
correctionReceiptNoteListSize
- public String getItemTitleId()
public void setItemTitleId(String itemTitleId)
public BibInfoBean getBibInfoBean()
public void setBibInfoBean(BibInfoBean bibInfoBean)
public String getBibUUID()
public void setBibUUID(String bibUUID)
public DocData getDocData()
public void setDocData(DocData docData)
public OleLineItemCorrectionReceivingDoc getOleLineItemReceivingCorrection()
public void setOleLineItemReceivingCorrection(OleLineItemCorrectionReceivingDoc oleLineItemReceivingCorrection)
public OleOrderRecord getOleOrderRecord()
public void setOleOrderRecord(OleOrderRecord oleOrderRecord)
public Integer getItemCopiesId()
public void setItemCopiesId(Integer itemCopiesId)
itemCopiesId
- The itemCopiesId to set.public org.kuali.rice.core.api.util.type.KualiInteger getParts()
public void setParts(org.kuali.rice.core.api.util.type.KualiInteger parts)
parts
- The parts to set.public org.kuali.rice.core.api.util.type.KualiDecimal getItemCopies()
public void setItemCopies(org.kuali.rice.core.api.util.type.KualiDecimal itemCopies)
itemCopies
- The itemCopies to set.public String getPartEnumeration()
public void setPartEnumeration(String partEnumeration)
partEnumeration
- The partEnumeration to set.public String getLocationCopies()
public void setLocationCopies(String locationCopies)
locationCopies
- The locationCopies to set.public org.kuali.rice.core.api.util.type.KualiInteger getStartingCopyNumber()
public void setStartingCopyNumber(org.kuali.rice.core.api.util.type.KualiInteger startingCopyNumber)
startingCopyNumber
- The startingCopyNumber to set.public void setCopies(List<OleCopies> copies)
copies
- The copies to set.public void setNotes(String notes)
notes
- The notes to set.public String getItemLocation()
public void setItemLocation(String itemLocation)
itemLocation
- The itemLocation to set.public List<OleCopies> setCopiesToLineItem(BibTree bibTree)
singleItem
- workBibDocument
- public org.kuali.rice.core.api.util.type.KualiInteger getOleItemOriginalReceivedTotalQuantity()
public void setOleItemOriginalReceivedTotalQuantity(org.kuali.rice.core.api.util.type.KualiInteger oleItemOriginalReceivedTotalQuantity)
oleItemOriginalReceivedTotalQuantity
- The oleItemOriginalReceivedTotalQuantity to set.public org.kuali.rice.core.api.util.type.KualiInteger getOleItemOriginalReturnedTotalQuantity()
public void setOleItemOriginalReturnedTotalQuantity(org.kuali.rice.core.api.util.type.KualiInteger oleItemOriginalReturnedTotalQuantity)
oleItemOriginalReturnedTotalQuantity
- The oleItemOriginalReturnedTotalQuantity to set.public org.kuali.rice.core.api.util.type.KualiInteger getOleItemOriginalDamagedTotalQuantity()
public void setOleItemOriginalDamagedTotalQuantity(org.kuali.rice.core.api.util.type.KualiInteger oleItemOriginalDamagedTotalQuantity)
oleItemOriginalDamagedTotalQuantity
- The oleItemOriginalDamagedTotalQuantity to set.public org.kuali.rice.core.api.util.type.KualiInteger getOleItemReceivedTotalQuantity()
public void setOleItemReceivedTotalQuantity(org.kuali.rice.core.api.util.type.KualiInteger oleItemReceivedTotalQuantity)
oleItemReceivedTotalQuantity
- The oleItemReceivedTotalQuantity to set.public org.kuali.rice.core.api.util.type.KualiInteger getOleItemReturnedTotalQuantity()
public void setOleItemReturnedTotalQuantity(org.kuali.rice.core.api.util.type.KualiInteger oleItemReturnedTotalQuantity)
oleItemReturnedTotalQuantity
- The oleItemReturnedTotalQuantity to set.public org.kuali.rice.core.api.util.type.KualiInteger getOleItemDamagedTotalQuantity()
public void setOleItemDamagedTotalQuantity(org.kuali.rice.core.api.util.type.KualiInteger oleItemDamagedTotalQuantity)
oleItemDamagedTotalQuantity
- The oleItemDamagedTotalQuantity to set.public org.kuali.rice.core.api.util.type.KualiInteger getOleItemOriginalReceivedTotalParts()
public void setOleItemOriginalReceivedTotalParts(org.kuali.rice.core.api.util.type.KualiInteger oleItemOriginalReceivedTotalParts)
oleItemOriginalReceivedTotalParts
- The oleItemOriginalReceivedTotalParts to set.public org.kuali.rice.core.api.util.type.KualiInteger getOleItemOriginalReturnedTotalParts()
public void setOleItemOriginalReturnedTotalParts(org.kuali.rice.core.api.util.type.KualiInteger oleItemOriginalReturnedTotalParts)
oleItemOriginalReturnedTotalParts
- The oleItemOriginalReturnedTotalParts to set.public org.kuali.rice.core.api.util.type.KualiInteger getOleItemOriginalDamagedTotalParts()
public void setOleItemOriginalDamagedTotalParts(org.kuali.rice.core.api.util.type.KualiInteger oleItemOriginalDamagedTotalParts)
oleItemOriginalDamagedTotalParts
- The oleItemOriginalDamagedTotalParts to set.public org.kuali.rice.core.api.util.type.KualiInteger getOleItemReceivedTotalParts()
public void setOleItemReceivedTotalParts(org.kuali.rice.core.api.util.type.KualiInteger oleItemReceivedTotalParts)
oleItemReceivedTotalParts
- The oleItemReceivedTotalParts to set.public org.kuali.rice.core.api.util.type.KualiInteger getOleItemReturnedTotalParts()
public void setOleItemReturnedTotalParts(org.kuali.rice.core.api.util.type.KualiInteger oleItemReturnedTotalParts)
oleItemReturnedTotalParts
- The oleItemReturnedTotalParts to set.public org.kuali.rice.core.api.util.type.KualiInteger getOleItemDamagedTotalParts()
public void setOleItemDamagedTotalParts(org.kuali.rice.core.api.util.type.KualiInteger oleItemDamagedTotalParts)
oleItemDamagedTotalParts
- The oleItemDamagedTotalParts to set.public boolean checkIsEnumerationSplitIsIntegerOrNot(String enumerationSplit)
public String getEnumeration()
public void setEnumeration(String enumeration)
public String getLocation()
public void setLocation(String location)
public String getCopyNumber()
public void setCopyNumber(String copyNumber)
public String getReceiptStatus()
public void setReceiptStatus(String receiptStatus)
public List<OleCopy> getCopyList()
public void setCopyList(List<OleCopy> copyList)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.