Class GetSubmissionSetsQuery
- 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.GetByUuidQuery
-
- org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetSubmissionSetsQuery
-
- All Implemented Interfaces:
Serializable
public class GetSubmissionSetsQuery extends GetByUuidQuery
Represents a stored query for GetSubmissionSets.- 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 Constructor Description GetSubmissionSetsQuery()
Constructs the query.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Query.Visitor visitor)
Accept a visitor to process an instance of this class.protected boolean
canEqual(Object other)
boolean
equals(Object o)
Integer
getMetadataLevel()
int
hashCode()
void
setMetadataLevel(Integer metadataLevel)
String
toString()
-
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.GetByUuidQuery
getUuids, setUuids
-
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
getExtraParameters, getHomeCommunityId, setHomeCommunityId
-
-
-
-
Method Detail
-
accept
public void accept(Query.Visitor visitor)
Description copied from class:Query
Accept a visitor to process an instance of this class.
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classGetByUuidQuery
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classGetByUuidQuery
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classGetByUuidQuery
-
toString
public String toString()
- Overrides:
toString
in classGetByUuidQuery
-
getMetadataLevel
public Integer getMetadataLevel()
-
setMetadataLevel
public void setMetadataLevel(Integer metadataLevel)
-
-