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
FieldsModifier and TypeFieldDescriptionprotected Dateprotected List<ClarityFile>protected List<InputOutputMap>protected InstrumentLinkprotected Stringprotected Parameterprotected ProcessTypeLinkprotected Stringprotected Technicianprotected UDTprotected URI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddInputOutputMap(InputOutputMap ioMap) getFiles()Get the LIMS id for this object.getLink()Get a concrete link object to thisLimsEntityLinkableentity.getUri()Get the URI of this object.Get a list of user defined fields held by the entity.voidsetDateRun(Date dateRun) voidsetInstrument(Linkable<Instrument> link) voidSet the LIMS id for this object.voidsetParameter(Parameter parameter) voidsetProcessType(Linkable<ProcessType> link) voidsetProcessType(ProcessType processType) voidsetProtocolName(String protocolName) voidsetTechnician(Linkable<Researcher> link) voidSet 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, waitMethods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsIdMethods 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:LimsEntityLinkableGet the LIMS id for this object.- Specified by:
getLimsidin interfaceLimsEntityLinkable<ClarityProcess>- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkableSet the LIMS id for this object.- Specified by:
setLimsidin interfaceLimsEntityLinkable<ClarityProcess>- Parameters:
value- The new LIMS id.
-
getUri
Description copied from interface:LocatableGet the URI of this object. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
getProcessType
-
setProcessType
-
setProcessType
-
getDateRun
-
setDateRun
-
getTechnician
-
setTechnician
-
getInputOutputMaps
-
addInputOutputMap
-
getUserDefinedType
-
setUserDefinedType
-
setUserDefinedType
-
getUserDefinedFields
Description copied from interface:UDFHolderGet a list of user defined fields held by the entity.- Specified by:
getUserDefinedFieldsin interfaceUDFHolder- Returns:
- A list of UDF objects. This should never return null.
-
getFiles
-
addFile
-
getProtocolName
-
setProtocolName
-
getInstrument
-
setInstrument
-
getParameter
-
setParameter
-
toString
-
getLink
Get a concrete link object to thisLimsEntityLinkableentity. This definition simply narrows the type of links returned by classes that implement this interface, as they should all have correspondingLimsEntityLinklink classes available.- Specified by:
getLinkin interfaceLimsEntityLinkable<ClarityProcess>- Specified by:
getLinkin interfaceLinkable<ClarityProcess>- Returns:
- A
LimsEntityLinkto this object.
-