java.lang.Object
com.genologics.ri.globaltoken.GlobalToken
- All Implemented Interfaces:
Linkable<GlobalToken>,Locatable,Serializable
Clarity global token. There is currently no end point in Clarity, hence there
is no
@XmlRootElement annotation here. It will need to be added if there is
an end point in a later release.- Since:
- 2.34
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
value
-
description
-
isCustom
-
uri
-
-
Constructor Details
-
GlobalToken
public GlobalToken() -
GlobalToken
-
GlobalToken
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-
getDescription
-
setDescription
-
isCustom
public boolean isCustom() -
setCustom
-
getUri
Description copied from interface:LocatableGet the URI of this object. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
toString
-
getLink
Description copied from interface:LinkableGet a concrete link object to thisLinkablething.- Specified by:
getLinkin interfaceLinkable<GlobalToken>- Returns:
- A
LimsLinkto this object.
-