- All Implemented Interfaces:
LimsLink<ProcessType>,Linkable<ProcessType>,Locatable,Serializable
Process-type-link is a child element type of process types and provides a URI
linking to the detailed representation of a process type.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new process type link.ProcessTypeLink(Linkable<ProcessType> link) Constructs a new process type link from a linkable object.ProcessTypeLink(ProcessType processType) Constructs a new process type link from a process type entity.ProcessTypeLink(URI uri) Constructs a new process type link with the specified URI.ProcessTypeLink(URI uri, String name) Constructs a new process type link with the specified URI and name. -
Method Summary
Modifier and TypeMethodDescriptionGets the entity class for this link.getName()Gets the name of the process type.getUri()Gets the URI of the process type.voidSets the name of the process type.voidSets the URI of the process type.toString()Returns a string representation of this process type link.Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode
-
Field Details
-
uri
The URI of the process type. -
name
The name of the process type.
-
-
Constructor Details
-
ProcessTypeLink
public ProcessTypeLink()Constructs a new process type link. -
ProcessTypeLink
Constructs a new process type link with the specified URI.- Parameters:
uri- the URI of the process type.
-
ProcessTypeLink
Constructs a new process type link with the specified URI and name.- Parameters:
uri- the URI of the process type.name- the name of the process type.
-
ProcessTypeLink
Constructs a new process type link from a linkable object.- Parameters:
link- the linkable object providing the URI.
-
ProcessTypeLink
Constructs a new process type link from a process type entity.- Parameters:
processType- the process type entity.
-
-
Method Details
-
getEntityClass
Gets the entity class for this link.- Returns:
- the ProcessType class.
-
getName
Gets the name of the process type.- Returns:
- the process type name.
-
setName
Sets the name of the process type.- Parameters:
name- the process type name.
-
getUri
Gets the URI of the process type.- Returns:
- the process type URI.
-
setUri
Sets the URI of the process type.- Parameters:
uri- the process type URI.
-
toString
Returns a string representation of this process type link.- Overrides:
toStringin classLimsLinkBase<ProcessType>- Returns:
- The process type URI and name.
- See Also:
-