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="{client.icat3.uk}entityBaseBean">
       <sequence>
         <element name="investigation" type="{client.icat3.uk}investigation" minOccurs="0"/>
         <element name="study" type="{client.icat3.uk}study" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected Investigation | investigation | 
| protected Study | study | 
createId, createTime, id, modId, modTime| Constructor and Description | 
|---|
| StudyInvestigation() | 
| Modifier and Type | Method and Description | 
|---|---|
| Investigation | getInvestigation()Gets the value of the investigation property. | 
| Study | getStudy()Gets the value of the study property. | 
| void | setInvestigation(Investigation value)Sets the value of the investigation property. | 
| void | setStudy(Study value)Sets the value of the study property. | 
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected Investigation investigation
protected Study study
public Investigation getInvestigation()
Investigationpublic void setInvestigation(Investigation value)
value - allowed object is
     Investigationpublic Study getStudy()
StudyCopyright © 2013 The ICAT Collaboration. All Rights Reserved.