Package org.icatproject
Class InvestigationFacilityCycle
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.InvestigationFacilityCycle
-
public class InvestigationFacilityCycle extends EntityBaseBean
Java class for investigationFacilityCycle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="investigationFacilityCycle"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="facilityCycle" type="{http://icatproject.org}facilityCycle" minOccurs="0"/> <element name="investigation" type="{http://icatproject.org}investigation" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected FacilityCyclefacilityCycleprotected Investigationinvestigation-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description InvestigationFacilityCycle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FacilityCyclegetFacilityCycle()Gets the value of the facilityCycle property.InvestigationgetInvestigation()Gets the value of the investigation property.voidsetFacilityCycle(FacilityCycle value)Sets the value of the facilityCycle property.voidsetInvestigation(Investigation value)Sets the value of the investigation property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
facilityCycle
protected FacilityCycle facilityCycle
-
investigation
protected Investigation investigation
-
-
Method Detail
-
getFacilityCycle
public FacilityCycle getFacilityCycle()
Gets the value of the facilityCycle property.- Returns:
- possible object is
FacilityCycle
-
setFacilityCycle
public void setFacilityCycle(FacilityCycle value)
Sets the value of the facilityCycle property.- Parameters:
value- allowed object isFacilityCycle
-
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
-
-