Package org.ehrbase.aql.containment
Class TemplateIdQueryTuple
- java.lang.Object
-
- org.ehrbase.aql.containment.TemplateIdQueryTuple
-
- All Implemented Interfaces:
Serializable
public class TemplateIdQueryTuple extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateIdQueryTuple(String templateId, Collection<org.ehrbase.webtemplate.parser.NodeId> jsonQueryExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<org.ehrbase.webtemplate.parser.NodeId>getJsonQueryExpression()StringgetTemplateId()inthashCode()
-
-
-
Constructor Detail
-
TemplateIdQueryTuple
public TemplateIdQueryTuple(String templateId, Collection<org.ehrbase.webtemplate.parser.NodeId> jsonQueryExpression)
-
-
Method Detail
-
getTemplateId
public String getTemplateId()
-
getJsonQueryExpression
public Collection<org.ehrbase.webtemplate.parser.NodeId> getJsonQueryExpression()
-
-