Package org.icatproject
Class DatasetTechnique
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.DatasetTechnique
-
public class DatasetTechnique extends EntityBaseBean
Java class for datasetTechnique complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="datasetTechnique"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="dataset" type="{http://icatproject.org}dataset" minOccurs="0"/> <element name="technique" type="{http://icatproject.org}technique" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Datasetdatasetprotected Techniquetechnique-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description DatasetTechnique()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatasetgetDataset()Gets the value of the dataset property.TechniquegetTechnique()Gets the value of the technique property.voidsetDataset(Dataset value)Sets the value of the dataset property.voidsetTechnique(Technique value)Sets the value of the technique property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Method Detail
-
getDataset
public Dataset getDataset()
Gets the value of the dataset property.- Returns:
- possible object is
Dataset
-
setDataset
public void setDataset(Dataset value)
Sets the value of the dataset property.- Parameters:
value- allowed object isDataset
-
getTechnique
public Technique getTechnique()
Gets the value of the technique property.- Returns:
- possible object is
Technique
-
-