public class OleLineItemReceivingReceiptNotes extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
OleLineItemReceivingReceiptNotes()
Default Constructor
|
OleLineItemReceivingReceiptNotes(OleNotes olePoNotes)
Constructs a OleLineItemReceivingReceiptNotes with notes populated from Ole PurchaseOrder
|
Modifier and Type | Method and Description |
---|---|
String |
getNotes()
Gets Notes.
|
OleNoteType |
getNoteType()
Gets OleNoteType.
|
Integer |
getNoteTypeId()
Gets note type id.
|
OleLineItemReceivingItem |
getReceivingLineItem()
Gets OleLineItemReceivingItem.
|
Integer |
getReceivingLineItemIdentifier()
Gets receiving lineitem identifier.
|
Integer |
getReceivingLineItemNoteId()
Gets receiving lineitem noteId.
|
boolean |
isNotesAck()
Gets acknowledgement flag for special handling notes
|
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 |
setReceivingLineItem(OleLineItemReceivingItem receivingLineItem)
Sets OleLineItemReceivingItem.
|
void |
setReceivingLineItemIdentifier(Integer receivingLineItemIdentifier)
Sets receiving lineitem identifier.
|
void |
setReceivingLineItemNoteId(Integer receivingLineItemNoteId)
Sets receiving lineitem noteId.
|
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, setVersionNumber
public OleLineItemReceivingReceiptNotes()
public OleLineItemReceivingReceiptNotes(OleNotes olePoNotes)
olePoNotes
- public Integer getReceivingLineItemNoteId()
public void setReceivingLineItemNoteId(Integer receivingLineItemNoteId)
receivingLineItemNoteId
- to set.public Integer getReceivingLineItemIdentifier()
public void setReceivingLineItemIdentifier(Integer receivingLineItemIdentifier)
receivingLineItemIdentifier
- 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 OleLineItemReceivingItem getReceivingLineItem()
public void setReceivingLineItem(OleLineItemReceivingItem receivingLineItem)
receivingLineItem.
- 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.