Package org.icatproject
Class StudyInvestigation
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.StudyInvestigation
-
public class StudyInvestigation extends EntityBaseBean
Java class for studyInvestigation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="studyInvestigation"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="investigation" type="{http://icatproject.org}investigation" minOccurs="0"/> <element name="study" type="{http://icatproject.org}study" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Investigationinvestigationprotected Studystudy-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description StudyInvestigation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvestigationgetInvestigation()Gets the value of the investigation property.StudygetStudy()Gets the value of the study property.voidsetInvestigation(Investigation value)Sets the value of the investigation property.voidsetStudy(Study value)Sets the value of the study property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
investigation
protected Investigation investigation
-
study
protected Study study
-
-
Method Detail
-
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
-
getStudy
public Study getStudy()
Gets the value of the study property.- Returns:
- possible object is
Study
-
-