java.lang.Object
com.genologics.ri.process.ClarityProcess
- All Implemented Interfaces:
LimsEntity<ClarityProcess>
,LimsEntityLinkable<ClarityProcess>
,Linkable<ClarityProcess>
,Locatable
,UDFHolder
,Serializable
public class ClarityProcess
extends Object
implements LimsEntity<ClarityProcess>, UDFHolder, Serializable
The detailed representation of a process.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Date
protected List<ClarityFile>
protected List<InputOutputMap>
protected InstrumentLink
protected String
protected Parameter
protected ProcessTypeLink
protected String
protected Technician
protected UDT
protected URI
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddInputOutputMap
(InputOutputMap ioMap) addUserDefinedField
(UDF udf) Deprecated.addUserDefinedField
(String name, FieldType type, String value) Deprecated.getFiles()
Get the LIMS id for this object.getUri()
Get the URI of this object.getUserDefinedField
(String name) Deprecated.Get a list of user defined fields held by the entity.void
setDateRun
(Date dateRun) void
setInstrument
(Linkable<Instrument> link) void
Set the LIMS id for this object.void
setParameter
(Parameter parameter) void
setProcessType
(Linkable<ProcessType> link) void
setProcessType
(ProcessType processType) void
setProtocolName
(String protocolName) void
setTechnician
(Linkable<Researcher> link) void
Set the URI of this object.setUserDefinedType
(UDT type) setUserDefinedType
(String type) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
Methods inherited from interface com.genologics.ri.userdefined.UDFHolder
getUDF, getUDF, getUDF, getUdfs, getUDFs, getUDFValue, getUDFValue, getUDFValue, getUDFValue, setUDF
-
Field Details
-
processType
-
dateRun
-
technician
-
inputOutputMaps
-
type
-
fields
-
files
-
protocolName
-
instrument
-
parameter
-
limsid
-
uri
-
-
Constructor Details
-
ClarityProcess
public ClarityProcess() -
ClarityProcess
-
ClarityProcess
-
-
Method Details
-
getLimsid
Description copied from interface:LimsEntityLinkable
Get the LIMS id for this object.- Specified by:
getLimsid
in interfaceLimsEntityLinkable<ClarityProcess>
- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkable
Set the LIMS id for this object.- Specified by:
setLimsid
in interfaceLimsEntityLinkable<ClarityProcess>
- Parameters:
value
- The new LIMS id.
-
getUri
Description copied from interface:Locatable
Get the URI of this object. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
getProcessType
-
setProcessType
-
setProcessType
-
getDateRun
-
setDateRun
-
getTechnician
-
setTechnician
-
getInputOutputMaps
-
addInputOutputMap
-
getUserDefinedType
-
setUserDefinedType
-
setUserDefinedType
-
getUserDefinedFields
Description copied from interface:UDFHolder
Get a list of user defined fields held by the entity.- Specified by:
getUserDefinedFields
in interfaceUDFHolder
- Returns:
- A list of UDF objects. This should never return null.
-
getUserDefinedField
Deprecated. -
addUserDefinedField
Deprecated. -
addUserDefinedField
Deprecated. -
getFiles
-
addFile
-
getProtocolName
-
setProtocolName
-
getInstrument
-
setInstrument
-
getParameter
-
setParameter
-
toString
-