- All Implemented Interfaces:
LimsLink<GlobalToken>,Linkable<GlobalToken>,Locatable,Serializable
global-token-link is a child element type of global tokens and provides a URI linking to the detailed representation of a global token.
- Since:
- 2.34
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.GlobalTokenLink(URI uri) Constructor with URI.GlobalTokenLink(URI uri, String name) Constructor with URI and name. -
Method Summary
Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode, toString
-
Field Details
-
uri
The URI of the global token. -
name
The token name.
-
-
Constructor Details
-
GlobalTokenLink
public GlobalTokenLink()Default constructor. -
GlobalTokenLink
Constructor with URI.- Parameters:
uri- The URI of the global token.
-
GlobalTokenLink
Constructor with URI and name.- Parameters:
uri- The URI of the global token.name- The token name.
-
-
Method Details
-
getName
Get the token name.- Returns:
- The token name.
-
setName
Set the token name.- Parameters:
name- The token name.
-
getUri
Get the URI of this global token.- Returns:
- The URI.
-
setUri
Set the URI of this global token.- Parameters:
uri- The URI.
-
getEntityClass
Get the class of the true, full LIMS entity this object links to.- Returns:
- The real object class.
-