- All Implemented Interfaces:
LimsLink<SavedQuery>,Linkable<SavedQuery>,Locatable,Serializable
Link to a saved query entity.
- Since:
- 2.34
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the entity class for this link.getId()Gets the unique identifier of the saved query.getName()Gets the name of the saved query.getUri()Gets the URI of the saved query.voidSets the unique identifier of the saved query.voidSets the name of the saved query.voidSets the URI of the saved query.toString()Returns a string representation of this saved query link.Methods inherited from class com.genologics.ri.LimsLinkBase
equals, hashCode
-
Field Details
-
name
The name of the saved query. -
id
The unique identifier of the saved query. -
uri
The URI of the saved query.
-
-
Constructor Details
-
SavedQueryLink
public SavedQueryLink()Default constructor. -
SavedQueryLink
Constructor with URI.- Parameters:
uri- The URI of the saved query.
-
-
Method Details
-
getName
Gets the name of the saved query.- Returns:
- The name of the saved query.
-
setName
Sets the name of the saved query.- Parameters:
name- The name of the saved query.
-
getId
Gets the unique identifier of the saved query.- Returns:
- The identifier of the saved query.
-
setId
Sets the unique identifier of the saved query.- Parameters:
id- The identifier of the saved query.
-
getUri
Gets the URI of the saved query.- Returns:
- The URI of the saved query.
-
setUri
Sets the URI of the saved query.- Parameters:
uri- The URI of the saved query.
-
getEntityClass
Gets the entity class for this link.- Returns:
- The SavedQuery class.
-
toString
Returns a string representation of this saved query link.- Overrides:
toStringin classLimsLinkBase<SavedQuery>- Returns:
- The saved query URI and name.
- See Also:
-