|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kns.document.DocumentBase
org.kuali.rice.kns.document.TransactionalDocumentBase
org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase
org.kuali.kfs.module.cg.document.ProposalAwardCloseDocument
public class ProposalAwardCloseDocument
Instances of this class are used to signal to the CloseBatchStep that a close should occur on a particular day.
| Field Summary | |
|---|---|
protected Long |
awardClosedCount
|
protected Date |
closeOnOrBeforeDate
|
protected org.kuali.rice.kim.bo.Person |
personUser
|
protected String |
principalName
|
protected Long |
proposalClosedCount
|
protected Date |
userInitiatedCloseDate
|
| Fields inherited from class org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase |
|---|
documentHeader, LOG |
| Fields inherited from class org.kuali.rice.kns.document.DocumentBase |
|---|
documentBusinessObject, documentNumber |
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
ProposalAwardCloseDocument()
Default constructor. |
|
| Method Summary | |
|---|---|
Long |
getAwardClosedCount()
Gets the awardClosedCount attribute. |
Date |
getCloseOnOrBeforeDate()
Gets the closeOnOrBeforeDate attribute. |
org.kuali.rice.kim.bo.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.bo.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()
|
| Methods inherited from class org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase |
|---|
answerSplitNodeQuestion, doRouteStatusChange, getDocumentHeader, prepareForSave, processAfterRetrieve, setDocumentHeader, toErrorCorrection |
| Methods inherited from class org.kuali.rice.kns.document.TransactionalDocumentBase |
|---|
getAllowsCopy, isSessionDocument |
| Methods inherited from class org.kuali.rice.kns.document.DocumentBase |
|---|
addCopyErrorDocumentNote, addPessimisticLock, afterLookup, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, createPropertySerializabilityEvaluator, doActionTaken, doRouteLevelChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentBusinessObject, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNonLockingActionTakenCodes, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, logErrors, populateDocumentForRouting, postProcessSave, prepareForSave, refresh, refreshIfEmpty, refreshPessimisticLocks, refreshReferenceObject, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentNumber, setNewDocumentHeader, setPessimisticLocks, toCopy, toString, toStringBuilder, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization |
| Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
addNote, afterDelete, afterInsert, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
| Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
|---|
prepareForWorkflow |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.kns.document.Document |
|---|
addPessimisticLock, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAllowsCopy, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentBusinessObject, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, refreshPessimisticLocks, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentNumber, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization |
| Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject |
|---|
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
| Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
|---|
prepareForWorkflow, refresh |
| Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware |
|---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate |
| Field Detail |
|---|
protected Date closeOnOrBeforeDate
protected Date userInitiatedCloseDate
protected Long awardClosedCount
protected Long proposalClosedCount
protected String principalName
protected org.kuali.rice.kim.bo.Person personUser
| Constructor Detail |
|---|
public ProposalAwardCloseDocument()
| Method Detail |
|---|
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.bo.Person getPersonUser()
Person for the personUserpublic void setPersonUser(org.kuali.rice.kim.bo.Person personUser)
personUser - The personUser to set.protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.document.DocumentBaseBusinessObjectBase.toStringMapper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||