Package org.icatproject
Class InvestigationGroup
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.InvestigationGroup
-
public class InvestigationGroup extends EntityBaseBean
Java class for investigationGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="investigationGroup"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="grouping" type="{http://icatproject.org}grouping" minOccurs="0"/> <element name="investigation" type="{http://icatproject.org}investigation" minOccurs="0"/> <element name="role" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Groupinggroupingprotected Investigationinvestigationprotected Stringrole-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description InvestigationGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupinggetGrouping()Gets the value of the grouping property.InvestigationgetInvestigation()Gets the value of the investigation property.StringgetRole()Gets the value of the role property.voidsetGrouping(Grouping value)Sets the value of the grouping property.voidsetInvestigation(Investigation value)Sets the value of the investigation property.voidsetRole(String value)Sets the value of the role property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
grouping
protected Grouping grouping
-
investigation
protected Investigation investigation
-
role
protected String role
-
-
Method Detail
-
getGrouping
public Grouping getGrouping()
Gets the value of the grouping property.- Returns:
- possible object is
Grouping
-
setGrouping
public void setGrouping(Grouping value)
Sets the value of the grouping property.- Parameters:
value- allowed object isGrouping
-
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
-
-