Package | Description |
---|---|
org.kuali.ole.select.businessobject |
Modifier and Type | Method and Description |
---|---|
List<OleLineItemReceivingReceiptNotes> |
OleLineItemReceivingItem.getNoteList()
Gets list of OleLineItemReceivingReceiptNotes.
|
List<OleLineItemReceivingReceiptNotes> |
OleLineItemReceivingItem.getReceiptNoteList()
Gets list of OleLineItemReceivingReceiptNotes.
|
List<OleLineItemReceivingReceiptNotes> |
OleLineItemReceivingItem.getSpecialHandlingNoteList()
Gets list of Special Handling Notes.
|
Modifier and Type | Method and Description |
---|---|
void |
OleLineItemReceivingItem.addNote(OleLineItemReceivingReceiptNotes receiptNotes)
This method adds OleLineItemReceivingReceiptNotes to the noteList.
|
void |
OleLineItemReceivingItem.addReceiptNote(OleLineItemReceivingReceiptNotes receiptNotes)
This method adds OleLineItemReceivingReceiptNotes to the receiptNoteList.
|
Modifier and Type | Method and Description |
---|---|
void |
OleLineItemReceivingItem.setNoteList(List<OleLineItemReceivingReceiptNotes> noteList)
Sets list of OleLineItemReceivingReceiptNotes.
|
void |
OleLineItemReceivingItem.setReceiptNoteList(List<OleLineItemReceivingReceiptNotes> receiptNoteList)
Sets list of OleLineItemReceivingReceiptNotes.
|
void |
OleLineItemReceivingItem.setSpecialHandlingNoteList(List<OleLineItemReceivingReceiptNotes> specialHandlingNoteList)
Sets list of Special Handling Notes.
|
Constructor and Description |
---|
OleCorrectionReceivingItemReceiptNotes(OleLineItemReceivingReceiptNotes oleReceivingNotes)
Constructs a OleCorrectionReceivingItemReceiptNotes with notes populated from Line Item Receiving
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.