public class AwardAccountDTO extends Object implements ContractsAndGrantsAwardAccount, Serializable
Java class for awardAccountDTO complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="awardAccountDTO">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="awardId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="awardTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="federalSponsor" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="grantNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="institutionalproposalId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="primeSponsorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="primeSponsorName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="projectDirector" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="proposalFederalPassThroughAgencyNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="proposalNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sponsorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sponsorName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AwardAccountDTO() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAwardId() |
String |
getAwardTitle() |
String |
getErrorMessage() |
boolean |
getFederalSponsor() |
String |
getGrantNumber() |
long |
getInstitutionalproposalId() |
String |
getPrimeSponsorCode() |
String |
getPrimeSponsorName() |
String |
getProjectDirector() |
String |
getProposalFederalPassThroughAgencyNumber() |
String |
getProposalNumber() |
String |
getSponsorCode() |
String |
getSponsorName() |
void |
prepareForWorkflow() |
void |
refresh() |
void |
setAwardTitle(String awardTitle) |
void |
setPrimeSponsorCode(String primeSponsorCode) |
void |
setPrimeSponsorName(String primeSponsorName) |
public AwardAccountDTO()
public long getAwardId()
getAwardId in interface ContractsAndGrantsAwardAccountpublic String getErrorMessage()
getErrorMessage in interface ContractsAndGrantsAwardAccountpublic boolean getFederalSponsor()
getFederalSponsor in interface ContractsAndGrantsAwardAccountpublic String getGrantNumber()
getGrantNumber in interface ContractsAndGrantsAwardAccountpublic long getInstitutionalproposalId()
getInstitutionalproposalId in interface ContractsAndGrantsAwardAccountpublic String getProjectDirector()
getProjectDirector in interface ContractsAndGrantsAwardAccountpublic String getProposalFederalPassThroughAgencyNumber()
getProposalFederalPassThroughAgencyNumber in interface ContractsAndGrantsAwardAccountpublic String getProposalNumber()
getProposalNumber in interface ContractsAndGrantsAwardAccountpublic String getSponsorCode()
getSponsorCode in interface ContractsAndGrantsAwardAccountpublic String getSponsorName()
getSponsorName in interface ContractsAndGrantsAwardAccountpublic void refresh()
refresh in interface org.kuali.rice.krad.bo.BusinessObjectpublic void prepareForWorkflow()
public String getAwardTitle()
getAwardTitle in interface ContractsAndGrantsAwardAccountpublic void setAwardTitle(String awardTitle)
public String getPrimeSponsorCode()
getPrimeSponsorCode in interface ContractsAndGrantsAwardAccountpublic void setPrimeSponsorCode(String primeSponsorCode)
public String getPrimeSponsorName()
getPrimeSponsorName in interface ContractsAndGrantsAwardAccountpublic void setPrimeSponsorName(String primeSponsorName)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.