public class OleRequisitionNotes extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements OleNotes
Constructor and Description |
---|
OleRequisitionNotes()
Constructs a OleRequisitionNotesBase.java.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getItemIdentifier()
get Item Identifier
|
Integer |
getItemNoteId()
get the RequisitionItem Note Id
|
String |
getNote()
get Requisition Note
|
OleNoteType |
getNoteType()
get NoteType Bussiness Object
|
Integer |
getNoteTypeId()
get Requisition NoteType Id
|
PurApItem |
getPurapItem()
get the OleRequistionItem
|
void |
setItemIdentifier(Integer itemIdentifier)
set Item Identifier
|
void |
setItemNoteId(Integer itemNoteId)
set the Requisition Item Note Id
|
void |
setNote(String note)
set Requisition Note
|
void |
setNoteType(OleNoteType noteType)
set NoteType Bussiness Object
|
void |
setNoteTypeId(Integer noteTypeId)
set Requisition NoteTypeId
|
void |
setPurapItem(PurApItem purapItem)
set the OleRequistionItem
|
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
public OleRequisitionNotes()
public Integer getItemNoteId()
getItemNoteId
in interface OleNotes
OleNotes.getItemNoteId()
public void setItemNoteId(Integer itemNoteId)
setItemNoteId
in interface OleNotes
itemNoteId
- org.kuali.ole.select.businessobject.OleNotes#setItemNoteId(java.math.BigDecimal)
public Integer getItemIdentifier()
getItemIdentifier
in interface OleNotes
OleNotes.getItemIdentifier()
public void setItemIdentifier(Integer itemIdentifier)
setItemIdentifier
in interface OleNotes
itemIdentifier
- OleNotes.setItemIdentifier(java.lang.Integer)
public OleNoteType getNoteType()
getNoteType
in interface OleNotes
OleNotes.getNoteType()
public void setNoteType(OleNoteType noteType)
setNoteType
in interface OleNotes
noteType
- OleNotes.setNoteType(org.kuali.ole.select.businessobject.OleNoteType)
public Integer getNoteTypeId()
getNoteTypeId
in interface OleNotes
OleNotes.getNoteTypeId()
public void setNoteTypeId(Integer noteTypeId)
setNoteTypeId
in interface OleNotes
NoteTypeId
- org.kuali.ole.select.businessobject.OleNotes#setNoteTypeId(java.math.BigDecimal)
public String getNote()
getNote
in interface OleNotes
OleNotes.getNote()
public void setNote(String note)
setNote
in interface OleNotes
Note
- OleNotes.setNote(java.lang.String)
public PurApItem getPurapItem()
getPurapItem
in interface OleNotes
OleNotes.getPurapItem()
public void setPurapItem(PurApItem purapItem)
setPurapItem
in interface OleNotes
purapItem
- org.kuali.ole.select.businessobject.OleNotes#setReqItem(org.kuali.ole.module.purap.businessobject.PurApItem)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.