public class InvestigationFunding extends EntityBaseBean
Java class for investigationFunding complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="investigationFunding"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="funding" type="{http://icatproject.org}fundingReference" minOccurs="0"/> <element name="investigation" type="{http://icatproject.org}investigation" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected FundingReference |
funding |
protected Investigation |
investigation |
createId, createTime, id, modId, modTime
Constructor and Description |
---|
InvestigationFunding() |
Modifier and Type | Method and Description |
---|---|
FundingReference |
getFunding()
Gets the value of the funding property.
|
Investigation |
getInvestigation()
Gets the value of the investigation property.
|
void |
setFunding(FundingReference value)
Sets the value of the funding property.
|
void |
setInvestigation(Investigation value)
Sets the value of the investigation property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
protected FundingReference funding
protected Investigation investigation
public FundingReference getFunding()
FundingReference
public void setFunding(FundingReference value)
value
- allowed object is
FundingReference
public Investigation getInvestigation()
Investigation
public void setInvestigation(Investigation value)
value
- allowed object is
Investigation
Copyright © 2022 The ICAT Collaboration. All rights reserved.