Package org.icatproject
Class InvestigationInstrument
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.InvestigationInstrument
-
public class InvestigationInstrument extends EntityBaseBean
Java class for investigationInstrument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="investigationInstrument"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="instrument" type="{http://icatproject.org}instrument" 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 Instrumentinstrumentprotected Investigationinvestigation-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description InvestigationInstrument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstrumentgetInstrument()Gets the value of the instrument property.InvestigationgetInvestigation()Gets the value of the investigation property.voidsetInstrument(Instrument value)Sets the value of the instrument 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
-
instrument
protected Instrument instrument
-
investigation
protected Investigation investigation
-
-
Method Detail
-
getInstrument
public Instrument getInstrument()
Gets the value of the instrument property.- Returns:
- possible object is
Instrument
-
setInstrument
public void setInstrument(Instrument value)
Sets the value of the instrument property.- Parameters:
value- allowed object isInstrument
-
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
-
-