public class ProposalAwardCloseDocument extends FinancialSystemTransactionalDocumentBase
Modifier and Type | Field and Description |
---|---|
protected Long |
awardClosedCount |
protected Date |
closeOnOrBeforeDate |
protected org.kuali.rice.kim.api.identity.Person |
personUser |
protected String |
principalName |
protected Long |
proposalClosedCount |
protected Date |
userInitiatedCloseDate |
UPDATE_TOTAL_AMOUNT_IN_POST_PROCESSING_PARAMETER_NAME
Constructor and Description |
---|
ProposalAwardCloseDocument()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAwardClosedCount()
Gets the awardClosedCount attribute.
|
Date |
getCloseOnOrBeforeDate()
Gets the closeOnOrBeforeDate attribute.
|
org.kuali.rice.kim.api.identity.Person |
getPersonUser() |
String |
getPrincipalName()
Gets the principalName attribute.
|
Long |
getProposalClosedCount()
Gets the proposalClosedCount attribute.
|
Date |
getUserInitiatedCloseDate()
Gets the userInitiatedCloseDate attribute.
|
boolean |
isApproved() |
void |
setAwardClosedCount(Long awardClosedCount)
Sets the awardClosedCount attribute.
|
void |
setCloseOnOrBeforeDate(Date closeOnOrBeforeDate)
Sets the closeOnOrBeforeDate attribute.
|
void |
setPersonUser(org.kuali.rice.kim.api.identity.Person personUser)
Deprecated.
|
void |
setPrincipalName(String principalName)
Sets the principalName attribute.
|
void |
setProposalClosedCount(Long proposalClosedCount)
Sets the proposalClosedCount attribute.
|
void |
setUserInitiatedCloseDate(Date userInitiatedCloseDate)
Sets the userInitiatedCloseDate attribute.
|
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
answerSplitNodeQuestion, doRouteLevelChange, doRouteStatusChange, getApplicationDocumentStatus, getBusinessObjectService, getFinancialSystemDocumentHeader, getFinancialSystemDocumentService, getParameterService, prepareForSave, processAfterRetrieve, setApplicationDocumentStatus, setDocumentHeader, toCopy, toErrorCorrection, updateAndSaveAppDocStatus
getAllowsCopy, isSessionDocument
addCopyErrorDocumentNote, addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, createPropertySerializabilityEvaluator, doActionTaken, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAttachmentService, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNonLockingActionTakenCodes, getNote, getNotes, getNoteService, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, logErrors, populateDocumentForRouting, postLoad, postProcessSave, prepareForSave, refresh, refreshIfEmpty, refreshPessimisticLocks, refreshReferenceObject, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentNumber, setNewDocumentHeader, setNotes, setPessimisticLocks, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refreshNonUpdateableReferences, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAllowsCopy, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNote, getNotes, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, refreshPessimisticLocks, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentNumber, setNotes, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization
protected Date closeOnOrBeforeDate
protected Date userInitiatedCloseDate
protected Long awardClosedCount
protected Long proposalClosedCount
protected String principalName
protected org.kuali.rice.kim.api.identity.Person personUser
public ProposalAwardCloseDocument()
public boolean isApproved()
public Date getCloseOnOrBeforeDate()
public void setCloseOnOrBeforeDate(Date closeOnOrBeforeDate)
closeOnOrBeforeDate
- The closeOnOrBeforeDate to set.public Long getAwardClosedCount()
public void setAwardClosedCount(Long awardClosedCount)
awardClosedCount
- The awardClosedCount to set.public Long getProposalClosedCount()
public void setProposalClosedCount(Long proposalClosedCount)
proposalClosedCount
- The proposalClosedCount to set.public String getPrincipalName()
public void setPrincipalName(String principalName)
principalName
- The principalName to set.public Date getUserInitiatedCloseDate()
public void setUserInitiatedCloseDate(Date userInitiatedCloseDate)
userInitiatedCloseDate
- The userInitiatedCloseDate to set.public org.kuali.rice.kim.api.identity.Person getPersonUser()
Person
for the personUserpublic void setPersonUser(org.kuali.rice.kim.api.identity.Person personUser)
personUser
- The personUser to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.