Class FindFoldersQuery
- 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.FindFoldersQuery
-
- All Implemented Interfaces:
Serializable
,PatientIdBasedStoredQuery
public class FindFoldersQuery extends StoredQuery implements PatientIdBasedStoredQuery
Represents a stored query for FindFolders.- 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 FindFoldersQuery()
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)
QueryList<Code>
getCodes()
TimeRange
getLastUpdateTime()
Integer
getMetadataLevel()
Identifiable
getPatientId()
List<AvailabilityStatus>
getStatus()
int
hashCode()
void
setCodes(QueryList<Code> codes)
void
setMetadataLevel(Integer metadataLevel)
void
setPatientId(Identifiable patientId)
void
setStatus(List<AvailabilityStatus> status)
String
toString()
-
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 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
-
getStatus
public List<AvailabilityStatus> getStatus()
-
setStatus
public void setStatus(List<AvailabilityStatus> status)
-
getPatientId
public Identifiable getPatientId()
- Specified by:
getPatientId
in interfacePatientIdBasedStoredQuery
-
setPatientId
public void setPatientId(Identifiable patientId)
- Specified by:
setPatientId
in interfacePatientIdBasedStoredQuery
-
getLastUpdateTime
public TimeRange getLastUpdateTime()
-
getMetadataLevel
public Integer getMetadataLevel()
-
setMetadataLevel
public void setMetadataLevel(Integer metadataLevel)
-
-