public class ProposalLog extends KraPersistableBusinessObjectBase implements Negotiable
UPDATE_USER_LENGTHextension, versionNumberEMPTY_STRING| Constructor and Description |
|---|
ProposalLog()
Constructs a ProposalLog.java.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAdminPersonName()
This method returns the admin person's name, if it exists, otherwise returns an empty string.
|
String |
getAssociatedDocumentId()
Returns the negotiable's document id.
|
String |
getComments() |
Timestamp |
getCreateTimestamp() |
String |
getCreateUser() |
Date |
getDeadlineDate() |
String |
getDeadlineTime() |
Integer |
getFiscalMonth() |
String |
getFiscalMonthYear() |
Integer |
getFiscalYear() |
String |
getInstProposalNumber() |
protected KcPersonService |
getKcPersonService()
Gets the KC Person Service.
|
String |
getLeadUnit() |
String |
getLeadUnitName()
This method returns the lead unit's name, if it exists, otherwise returns an empty string.
|
String |
getLeadUnitNumber()
This method returns the lead unit's number, if it exists, otherwise returns an empty string.
|
String |
getLogStatus() |
String |
getMergedWith() |
ProposalLog |
getMergedWithProposal() |
ProposalType |
getNegotiableProposalType()
This method a proposal type if it is an institutional proposal or a proposal log.
|
String |
getNegotiableProposalTypeCode()
Get the proposal type code from this negotiable.
|
KcPerson |
getPerson() |
String |
getPiEmployeeName()
This method returns the employee principle investigator's name, if it exists, otherwise returns an empty string.
|
String |
getPiId() |
String |
getPiName()
Returns the PI's name whether employee or non-employee.
|
String |
getPiNonEmployeeName()
This method returns the the non-employee (Rolodex) Principle Ivestigator's name, if it exists, otherwise returns an empty string.
|
String |
getPrimeSponsorCode()
This method returns the prime sponsor's code, if it exists, otherwise returns an empty string.
|
String |
getPrimeSponsorName()
This method returns the prime sponsor's name, if it exists, otherwise returns an empty string.
|
List<NegotiationPersonDTO> |
getProjectPeople()
This method returns a list of KcPersons that include the PI, COI, and Key Personnel.
|
ProposalLogStatus |
getProposalLogStatus() |
ProposalLogType |
getProposalLogType() |
String |
getProposalLogTypeCode() |
String |
getProposalNumber() |
ProposalType |
getProposalType() |
String |
getProposalTypeCode() |
NonOrganizationalRolodex |
getRolodex() |
Integer |
getRolodexId() |
Sponsor |
getSponsor() |
String |
getSponsorAwardNumber()
This method returns the sponsor award number, if it exists, otherwise returns an empty string.
|
String |
getSponsorCode()
This method returns the sponsor's code, if it exists, otherwise returns an empty string.
|
String |
getSponsorName()
This method returns the sponsor's name, if it exists, otherwise returns an empty string.
|
String |
getSubAwardOrganizationName()
This method returns the sub award organization name, if it exists, otherwise returns an empty string.
|
String |
getSubAwardRequisitionerId()
This method returns the Requisitioner's ID if it is a subaward, otherwise returns an empty string.
|
String |
getSubAwardRequisitionerName()
This method returns the Requisitioner's Name if it is a subaward, otherwise returns an empty string.
|
String |
getSubAwardRequisitionerUnitName()
This method returns the Requisitioner's Unit Name if it is a subaward, otherwise returns an empty string.
|
String |
getSubAwardRequisitionerUnitNumber()
This method returns the Requisitioner's Unit Number if it is a subaward, otherwise returns an empty string.
|
String |
getTitle()
This method returns the BO's title, if it exists, otherwise returns an empty string.
|
Unit |
getUnit() |
boolean |
isLogTypeTemporary()
Determine whether this Proposal Log has a proposal log type of Temporary.
|
boolean |
isMergeCandidate()
Determine whether this Proposal Log is a candidate to be merged with another Proposal Log.
|
boolean |
isPersisted()
Determine whether this Proposal Log has been persisted.
|
boolean |
isSubmitted()
Determine whether this Proposal Log has been promoted to an Institutional Proposal.
|
protected void |
prePersist() |
protected void |
preUpdate() |
void |
setComments(String comments) |
void |
setCreateTimestamp(Timestamp createTimestamp) |
void |
setCreateUser(String createUser) |
void |
setDeadlineDate(Date deadlineDate) |
void |
setDeadlineTime(String deadlineTime) |
void |
setFiscalMonth(Integer fiscalMonth) |
void |
setFiscalYear(Integer fiscalYear) |
void |
setInstProposalNumber(String instProposalNumber) |
void |
setLeadUnit(String leadUnit) |
void |
setLogStatus(String logStatus) |
void |
setMergedWith(String mergedWith) |
void |
setMergedWithProposal(ProposalLog mergedWithProposal) |
void |
setPiId(String piId) |
void |
setPiName(String piName) |
void |
setProposalLogStatus(ProposalLogStatus proposalLogStatus) |
void |
setProposalLogType(ProposalLogType proposalLogType) |
void |
setProposalLogTypeCode(String proposalLogTypeCode) |
void |
setProposalNumber(String proposalNumber) |
void |
setProposalType(ProposalType proposalType) |
void |
setProposalTypeCode(String proposalTypeCode) |
void |
setRolodex(NonOrganizationalRolodex rolodex) |
void |
setRolodexId(Integer rolodexId) |
void |
setSponsor(Sponsor sponsor) |
void |
setSponsorCode(String sponsorCode) |
void |
setSponsorName(String sponsorName) |
void |
setTitle(String title) |
void |
setUnit(Unit unit) |
getAuthorPersonName, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic boolean isPersisted()
public boolean isSubmitted()
public boolean isLogTypeTemporary()
public boolean isMergeCandidate()
public String getProposalNumber()
public void setProposalNumber(String proposalNumber)
public String getProposalTypeCode()
public void setProposalTypeCode(String proposalTypeCode)
public String getTitle()
NegotiablegetTitle in interface Negotiablepublic void setTitle(String title)
public String getPiId()
public void setPiId(String piId)
public Integer getRolodexId()
public void setRolodexId(Integer rolodexId)
public String getPiName()
NegotiablegetPiName in interface Negotiablepublic void setPiName(String piName)
public String getLeadUnit()
public void setLeadUnit(String leadUnit)
public String getSponsorCode()
NegotiablegetSponsorCode in interface Negotiablepublic void setSponsorCode(String sponsorCode)
public String getSponsorName()
NegotiablegetSponsorName in interface Negotiablepublic void setSponsorName(String sponsorName)
public String getLogStatus()
public void setLogStatus(String logStatus)
public String getComments()
public void setComments(String comments)
public Date getDeadlineDate()
public void setDeadlineDate(Date deadlineDate)
public String getDeadlineTime()
public void setDeadlineTime(String deadlineTime)
public String getProposalLogTypeCode()
public void setProposalLogTypeCode(String proposalLogTypeCode)
public ProposalType getProposalType()
public void setProposalType(ProposalType proposalType)
public KcPerson getPerson()
public NonOrganizationalRolodex getRolodex()
public void setRolodex(NonOrganizationalRolodex rolodex)
public Sponsor getSponsor()
public void setSponsor(Sponsor sponsor)
public ProposalLogStatus getProposalLogStatus()
public void setProposalLogStatus(ProposalLogStatus proposalLogStatus)
public Unit getUnit()
public void setUnit(Unit unit)
public ProposalLogType getProposalLogType()
public void setProposalLogType(ProposalLogType proposalLogType)
public Integer getFiscalMonth()
public void setFiscalMonth(Integer fiscalMonth)
public Integer getFiscalYear()
public void setFiscalYear(Integer fiscalYear)
public String getFiscalMonthYear()
public String getCreateUser()
public void setCreateUser(String createUser)
public Timestamp getCreateTimestamp()
public void setCreateTimestamp(Timestamp createTimestamp)
public String getMergedWith()
public void setMergedWith(String mergedWith)
public String getInstProposalNumber()
public void setInstProposalNumber(String instProposalNumber)
protected void prePersist()
KraPersistableBusinessObjectBaseprePersist in class KraPersistableBusinessObjectBaseorg.kuali.core.bo.PersistableBusinessObjectBase#beforeInsert()protected void preUpdate()
preUpdate in class KraPersistableBusinessObjectBaseorg.kuali.core.bo.PersistableBusinessObjectBase#beforeInsert()protected KcPersonService getKcPersonService()
getKcPersonService in class KraPersistableBusinessObjectBasepublic String getLeadUnitNumber()
NegotiablegetLeadUnitNumber in interface Negotiablepublic String getLeadUnitName()
NegotiablegetLeadUnitName in interface Negotiablepublic String getPiEmployeeName()
NegotiablegetPiEmployeeName in interface Negotiablepublic String getPiNonEmployeeName()
NegotiablegetPiNonEmployeeName in interface Negotiablepublic String getAdminPersonName()
NegotiablegetAdminPersonName in interface Negotiablepublic String getPrimeSponsorCode()
NegotiablegetPrimeSponsorCode in interface Negotiablepublic String getPrimeSponsorName()
NegotiablegetPrimeSponsorName in interface Negotiablepublic String getSponsorAwardNumber()
NegotiablegetSponsorAwardNumber in interface Negotiablepublic String getSubAwardOrganizationName()
NegotiablegetSubAwardOrganizationName in interface Negotiablepublic List<NegotiationPersonDTO> getProjectPeople()
NegotiablegetProjectPeople in interface Negotiablepublic String getAssociatedDocumentId()
NegotiablegetAssociatedDocumentId in interface Negotiablepublic String getNegotiableProposalTypeCode()
NegotiablegetNegotiableProposalTypeCode in interface Negotiablepublic ProposalType getNegotiableProposalType()
NegotiablegetNegotiableProposalType in interface Negotiablepublic String getSubAwardRequisitionerName()
NegotiablegetSubAwardRequisitionerName in interface Negotiablepublic String getSubAwardRequisitionerUnitNumber()
NegotiablegetSubAwardRequisitionerUnitNumber in interface Negotiablepublic String getSubAwardRequisitionerUnitName()
NegotiablegetSubAwardRequisitionerUnitName in interface Negotiablepublic String getSubAwardRequisitionerId()
NegotiablegetSubAwardRequisitionerId in interface Negotiablepublic ProposalLog getMergedWithProposal()
public void setMergedWithProposal(ProposalLog mergedWithProposal)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.