public class InvestigationUser extends EntityBaseBean
Java class for investigationUser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="investigationUser">
<complexContent>
<extension base="{http://icatproject.org}entityBaseBean">
<sequence>
<element name="investigation" type="{http://icatproject.org}investigation" minOccurs="0"/>
<element name="role" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="user" type="{http://icatproject.org}user" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Investigation |
investigation |
protected String |
role |
protected User |
user |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
InvestigationUser() |
| Modifier and Type | Method and Description |
|---|---|
Investigation |
getInvestigation()
Gets the value of the investigation property.
|
String |
getRole()
Gets the value of the role property.
|
User |
getUser()
Gets the value of the user property.
|
void |
setInvestigation(Investigation value)
Sets the value of the investigation property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setUser(User value)
Sets the value of the user property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected Investigation investigation
protected String role
protected User user
public Investigation getInvestigation()
Investigationpublic void setInvestigation(Investigation value)
value - allowed object is
Investigationpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
StringCopyright © 2012 The ICAT Collaboration. All Rights Reserved.