Package org.icatproject
Class InvestigationFunding
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.InvestigationFunding
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected FundingReferencefundingprotected Investigationinvestigation-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description InvestigationFunding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FundingReferencegetFunding()Gets the value of the funding property.InvestigationgetInvestigation()Gets the value of the investigation property.voidsetFunding(FundingReference value)Sets the value of the funding property.voidsetInvestigation(Investigation value)Sets the value of the investigation property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
funding
protected FundingReference funding
-
investigation
protected Investigation investigation
-
-
Method Detail
-
getFunding
public FundingReference getFunding()
Gets the value of the funding property.- Returns:
- possible object is
FundingReference
-
setFunding
public void setFunding(FundingReference value)
Sets the value of the funding property.- Parameters:
value- allowed object isFundingReference
-
getInvestigation
public Investigation getInvestigation()
Gets the value of the investigation property.- Returns:
- possible object is
Investigation
-
setInvestigation
public void setInvestigation(Investigation value)
Sets the value of the investigation property.- Parameters:
value- allowed object isInvestigation
-
-