java.lang.Object
com.genologics.ri.processtemplate.ProcessTemplate
- All Implemented Interfaces:
Linkable<ProcessTemplate>,Locatable,UDFHolder,Serializable
public class ProcessTemplate
extends Object
implements Linkable<ProcessTemplate>, UDFHolder, Serializable
The detailed representation of a Process Template.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected InstrumentLinkprotected Stringprotected Parameterprotected ProcessTypeLinkprotected Technicianprotected UDTprotected URI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddUserDefinedField(UDF udf) Deprecated.addUserDefinedField(String name, FieldType type, String value) Deprecated.getName()getUri()Get the URI of this object.Get a list of user defined fields held by the entity.voidsetDefault(Boolean defaultTemplate) voidsetInstrument(Instrument instrument) voidsetInstrument(InstrumentLink instrument) voidvoidsetParameter(Parameter parameter) voidsetProcessType(ProcessTypeLink processType) voidsetProcessType(ProcessType processType) voidsetTechnician(Technician technician) voidsetTechnician(Researcher researcher) voidSet the URI of this object.setUserDefinedType(UDT value) setUserDefinedType(String type) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.genologics.ri.userdefined.UDFHolder
getUDF, getUDF, getUDF, getUdfs, getUDFs, getUDFValue, getUDFValue, getUDFValue, getUDFValue, setUDF
-
Field Details
-
name
-
processType
-
technician
-
instrument
-
parameter
-
type
-
fields
-
defaultTemplate
-
uri
-
-
Constructor Details
-
ProcessTemplate
public ProcessTemplate() -
ProcessTemplate
-
ProcessTemplate
-
-
Method Details
-
getUri
Description copied from interface:LocatableGet the URI of this object. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
getName
-
setName
-
getProcessType
-
setProcessType
-
setProcessType
-
getTechnician
-
setTechnician
-
setTechnician
-
getInstrument
-
setInstrument
-
setInstrument
-
getParameter
-
setParameter
-
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.
-
addUserDefinedField
Deprecated. -
addUserDefinedField
Deprecated. -
isDefault
-
setDefault
-