Package org.icatproject
Class InstrumentScientist
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.InstrumentScientist
-
public class InstrumentScientist extends EntityBaseBean
Java class for instrumentScientist complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="instrumentScientist"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="instrument" type="{http://icatproject.org}instrument" minOccurs="0"/> <element name="user" type="{http://icatproject.org}user" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Instrumentinstrumentprotected Useruser-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description InstrumentScientist()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstrumentgetInstrument()Gets the value of the instrument property.UsergetUser()Gets the value of the user property.voidsetInstrument(Instrument value)Sets the value of the instrument property.voidsetUser(User value)Sets the value of the user property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
instrument
protected Instrument instrument
-
user
protected User user
-
-
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
-
-