public class OleCorrectionReceivingItemReceiptNotes extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
| Constructor and Description | 
|---|
| OleCorrectionReceivingItemReceiptNotes()Default Constructor | 
| OleCorrectionReceivingItemReceiptNotes(OleLineItemReceivingReceiptNotes oleReceivingNotes)Constructs a OleCorrectionReceivingItemReceiptNotes with notes populated from Line Item Receiving | 
| Modifier and Type | Method and Description | 
|---|---|
| OleCorrectionReceivingItem | getCorrectionReceivingItem()Gets OleCorrectionReceivingItem. | 
| String | getNotes()Gets Notes. | 
| OleNoteType | getNoteType()Gets OleNoteType. | 
| Integer | getNoteTypeId()Gets note type id. | 
| Integer | getReceivingCorrectionLineItemNoteId()Gets receiving correction lineitem noteId. | 
| Integer | getReceivingItemIdentifier()Gets receiving correction lineitem identifier. | 
| boolean | isNotesAck()Gets acknowledgement flag for special handling notes | 
| void | setCorrectionReceivingItem(OleCorrectionReceivingItem correctionReceivingItem)Sets OleCorrectionReceivingItem. | 
| void | setNotes(String notes)Sets Notes. | 
| void | setNotesAck(boolean notesAck)Sets acknowledgement flag for special handling notes | 
| void | setNoteType(OleNoteType noteType)Sets OleNoteType. | 
| void | setNoteTypeId(Integer noteTypeId)Sets note type id. | 
| void | setReceivingCorrectionLineItemNoteId(Integer receivingCorrectionLineItemNoteId)Sets correction receiving lineitem noteId. | 
| void | setReceivingItemIdentifier(Integer receivingItemIdentifier)Sets receiving correction lineitem identifier. | 
| protected LinkedHashMap | 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, setVersionNumberpublic OleCorrectionReceivingItemReceiptNotes()
public OleCorrectionReceivingItemReceiptNotes(OleLineItemReceivingReceiptNotes oleReceivingNotes)
oleReceivingNotes - public Integer getReceivingCorrectionLineItemNoteId()
public void setReceivingCorrectionLineItemNoteId(Integer receivingCorrectionLineItemNoteId)
receivingCorrectionLineItemNoteId - to set.public Integer getReceivingItemIdentifier()
public void setReceivingItemIdentifier(Integer receivingItemIdentifier)
receivingCorrectionItemIdentifier - to set.public Integer getNoteTypeId()
public void setNoteTypeId(Integer noteTypeId)
noteTypeId - to set.public OleNoteType getNoteType()
public void setNoteType(OleNoteType noteType)
noteType - to set.public OleCorrectionReceivingItem getCorrectionReceivingItem()
public void setCorrectionReceivingItem(OleCorrectionReceivingItem correctionReceivingItem)
correctionReceivingItem. - public boolean isNotesAck()
public void setNotesAck(boolean notesAck)
notesAck - protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.