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="{client.icat3.uk}entityBaseBean">
<sequence>
<element name="instrument" type="{client.icat3.uk}instrument" minOccurs="0"/>
<element name="user" type="{client.icat3.uk}user" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Instrument |
instrument |
protected User |
user |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
InstrumentScientist() |
| Modifier and Type | Method and Description |
|---|---|
Instrument |
getInstrument()
Gets the value of the instrument property.
|
User |
getUser()
Gets the value of the user property.
|
void |
setInstrument(Instrument value)
Sets the value of the instrument property.
|
void |
setUser(User value)
Sets the value of the user property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected Instrument instrument
protected User user
public Instrument getInstrument()
Instrumentpublic void setInstrument(Instrument value)
value - allowed object is
InstrumentCopyright © 2012 The ICAT Collaboration. All Rights Reserved.