Class GetFromDocumentQuery
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.xds.core.requests.query.Query
-
- org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
-
- org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetFromDocumentQuery
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GetByIdAndCodesQuery
,GetFoldersForDocumentQuery
,GetRelatedDocumentsQuery
public abstract class GetFromDocumentQuery extends StoredQuery
Base class for queries that retrieve results via a document entry.- Author:
- Jens Riemschneider
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.Query
Query.Visitor
-
-
Constructor Summary
Constructors Modifier Constructor Description GetFromDocumentQuery()
For JAXB serialization only.protected
GetFromDocumentQuery(QueryType type)
Constructs the query.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getUniqueId()
String
getUuid()
int
hashCode()
void
setUniqueId(String uniqueId)
void
setUuid(String uuid)
String
toString()
-
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
getExtraParameters, getHomeCommunityId, setHomeCommunityId
-
-
-
-
Constructor Detail
-
GetFromDocumentQuery
public GetFromDocumentQuery()
For JAXB serialization only.
-
GetFromDocumentQuery
protected GetFromDocumentQuery(QueryType type)
Constructs the query.- Parameters:
type
- the type of the query.
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classStoredQuery
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classStoredQuery
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classStoredQuery
-
toString
public String toString()
- Overrides:
toString
in classStoredQuery
-
getUuid
public String getUuid()
-
setUuid
public void setUuid(String uuid)
-
getUniqueId
public String getUniqueId()
-
setUniqueId
public void setUniqueId(String uniqueId)
-
-