org.kuali.kfs.module.external.kc.businessobject
Class AwardAccountDTO
java.lang.Object
org.kuali.kfs.module.external.kc.businessobject.AwardAccountDTO
- All Implemented Interfaces:
- Serializable, ContractsAndGrantsAwardAccount, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject
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>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AwardAccountDTO
public AwardAccountDTO()
getAwardId
public long getAwardId()
- Specified by:
getAwardId
in interface ContractsAndGrantsAwardAccount
getErrorMessage
public String getErrorMessage()
- Specified by:
getErrorMessage
in interface ContractsAndGrantsAwardAccount
getFederalSponsor
public boolean getFederalSponsor()
- Specified by:
getFederalSponsor
in interface ContractsAndGrantsAwardAccount
getGrantNumber
public String getGrantNumber()
- Specified by:
getGrantNumber
in interface ContractsAndGrantsAwardAccount
getInstitutionalproposalId
public long getInstitutionalproposalId()
- Specified by:
getInstitutionalproposalId
in interface ContractsAndGrantsAwardAccount
getProjectDirector
public String getProjectDirector()
- Specified by:
getProjectDirector
in interface ContractsAndGrantsAwardAccount
getProposalFederalPassThroughAgencyNumber
public String getProposalFederalPassThroughAgencyNumber()
- Specified by:
getProposalFederalPassThroughAgencyNumber
in interface ContractsAndGrantsAwardAccount
getProposalNumber
public String getProposalNumber()
- Specified by:
getProposalNumber
in interface ContractsAndGrantsAwardAccount
getSponsorCode
public String getSponsorCode()
- Specified by:
getSponsorCode
in interface ContractsAndGrantsAwardAccount
getSponsorName
public String getSponsorName()
- Specified by:
getSponsorName
in interface ContractsAndGrantsAwardAccount
refresh
public void refresh()
- Specified by:
refresh
in interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
public void prepareForWorkflow()
- Specified by:
prepareForWorkflow
in interface org.kuali.rice.kns.bo.BusinessObject
getAwardTitle
public String getAwardTitle()
- Specified by:
getAwardTitle
in interface ContractsAndGrantsAwardAccount
setAwardTitle
public void setAwardTitle(String awardTitle)
getPrimeSponsorCode
public String getPrimeSponsorCode()
- Specified by:
getPrimeSponsorCode
in interface ContractsAndGrantsAwardAccount
setPrimeSponsorCode
public void setPrimeSponsorCode(String primeSponsorCode)
getPrimeSponsorName
public String getPrimeSponsorName()
- Specified by:
getPrimeSponsorName
in interface ContractsAndGrantsAwardAccount
setPrimeSponsorName
public void setPrimeSponsorName(String primeSponsorName)
getPrimeSponsorTypeCode
public String getPrimeSponsorTypeCode()
setPrimeSponsorTypeCode
public void setPrimeSponsorTypeCode(String primeSponsorTypeCode)
getSponsorTypeCode
public String getSponsorTypeCode()
setSponsorTypeCode
public void setSponsorTypeCode(String sponsorTypeCode)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.