java.lang.Object
com.genologics.ri.savedquery.SavedQuery
- All Implemented Interfaces:
Linkable<SavedQuery>,Locatable,Serializable
Represents a saved query in the Clarity LIMS system.
- Since:
- 2.34
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the unique identifier of the saved query.getLink()Gets a link to this 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 the string representation of the saved query.
-
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
-
SavedQuery
public SavedQuery()Default constructor. -
SavedQuery
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. -
setUri
Sets the URI of the saved query. -
getLink
Gets a link to this saved query.- Specified by:
getLinkin interfaceLinkable<SavedQuery>- Returns:
- A link to this saved query.
-
toString
Returns the string representation of the saved query.
-