public interface Negotiable
| Modifier and Type | Field and Description |
|---|---|
static String |
EMPTY_STRING |
| 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 |
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.
|
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.
|
String |
getPiEmployeeName()
This method returns the employee principle investigator's name, if it exists, otherwise returns an empty string.
|
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.
|
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.
|
static final String EMPTY_STRING
String getAssociatedDocumentId()
String getLeadUnitNumber()
String getLeadUnitName()
String getTitle()
String getPiName()
String getPiEmployeeName()
String getPiNonEmployeeName()
String getAdminPersonName()
String getSponsorCode()
String getSponsorName()
String getPrimeSponsorCode()
String getPrimeSponsorName()
String getSponsorAwardNumber()
String getSubAwardOrganizationName()
List<NegotiationPersonDTO> getProjectPeople()
String getNegotiableProposalTypeCode()
ProposalType getNegotiableProposalType()
String getSubAwardRequisitionerName()
String getSubAwardRequisitionerId()
String getSubAwardRequisitionerUnitNumber()
String getSubAwardRequisitionerUnitName()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.