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 ContractsAndGrantsAwardAccount
public String getErrorMessage()
getErrorMessage
in interface ContractsAndGrantsAwardAccount
public boolean getFederalSponsor()
getFederalSponsor
in interface ContractsAndGrantsAwardAccount
public String getGrantNumber()
getGrantNumber
in interface ContractsAndGrantsAwardAccount
public long getInstitutionalproposalId()
getInstitutionalproposalId
in interface ContractsAndGrantsAwardAccount
public String getProjectDirector()
getProjectDirector
in interface ContractsAndGrantsAwardAccount
public String getProposalFederalPassThroughAgencyNumber()
getProposalFederalPassThroughAgencyNumber
in interface ContractsAndGrantsAwardAccount
public String getProposalNumber()
getProposalNumber
in interface ContractsAndGrantsAwardAccount
public String getSponsorCode()
getSponsorCode
in interface ContractsAndGrantsAwardAccount
public String getSponsorName()
getSponsorName
in interface ContractsAndGrantsAwardAccount
public void refresh()
refresh
in interface org.kuali.rice.krad.bo.BusinessObject
public void prepareForWorkflow()
public String getAwardTitle()
getAwardTitle
in interface ContractsAndGrantsAwardAccount
public void setAwardTitle(String awardTitle)
public String getPrimeSponsorCode()
getPrimeSponsorCode
in interface ContractsAndGrantsAwardAccount
public void setPrimeSponsorCode(String primeSponsorCode)
public String getPrimeSponsorName()
getPrimeSponsorName
in interface ContractsAndGrantsAwardAccount
public void setPrimeSponsorName(String primeSponsorName)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.