java.lang.Object
com.genologics.ri.instrumenttype.InstrumentTypeProcessType
- All Implemented Interfaces:
LimsLink<ProcessType>,Linkable<ProcessType>,Locatable,Serializable
public class InstrumentTypeProcessType
extends Object
implements LimsLink<ProcessType>, Serializable
Process type link for instrument types.
- Since:
- 2.24
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructor from a linkable process type.InstrumentTypeProcessType(ProcessType processType) Constructor from a process type.Constructor with URI.InstrumentTypeProcessType(URI uri, String name) Constructor with URI and name. -
Method Summary
-
Field Details
-
name
The process type name. -
uri
The process type URI.
-
-
Constructor Details
-
InstrumentTypeProcessType
public InstrumentTypeProcessType()Default constructor. -
InstrumentTypeProcessType
Constructor with URI.- Parameters:
uri- The process type URI.
-
InstrumentTypeProcessType
Constructor with URI and name.- Parameters:
uri- The process type URI.name- The process type name.
-
InstrumentTypeProcessType
Constructor from a linkable process type.- Parameters:
link- The linkable process type.
-
InstrumentTypeProcessType
Constructor from a process type.- Parameters:
processType- The process type.
-
-
Method Details
-
getName
Get the process type name.- Returns:
- The process type name.
-
setName
Set the process type name.- Parameters:
value- The process type name.
-
getUri
Get the URI of the object we are linking to.- Specified by:
getUriin interfaceLimsLink<ProcessType>- Specified by:
getUriin interfaceLocatable- Returns:
- The URI.
-
setUri
Set the URI of this object. -
getEntityClass
Get the class of the true, full LIMS entity this object links to.- Specified by:
getEntityClassin interfaceLimsLink<ProcessType>- Returns:
- The real object class.
-
hashCode
public int hashCode() -
equals
-
toString
-