Package org.icatproject
Class InvestigationUser
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.InvestigationUser
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Investigationinvestigationprotected Stringroleprotected Useruser-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description InvestigationUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvestigationgetInvestigation()Gets the value of the investigation property.StringgetRole()Gets the value of the role property.UsergetUser()Gets the value of the user property.voidsetInvestigation(Investigation value)Sets the value of the investigation property.voidsetRole(String value)Sets the value of the role 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
-
investigation
protected Investigation investigation
-
role
protected String role
-
user
protected User user
-
-
Method Detail
-
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
-
getRole
public String getRole()
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
public void setRole(String value)
Sets the value of the role property.- Parameters:
value- allowed object isString
-
-