Package org.ehrbase.aql.dto.containment
Class Containment
- java.lang.Object
-
- org.ehrbase.aql.dto.containment.Containment
-
- All Implemented Interfaces:
Serializable
public class Containment extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Containment()Containment(String type, String archetypeId, PredicateDto otherPredicates)Containment(Containment other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetArchetypeId()PredicateDtogetOtherPredicates()StringgetType()inthashCode()voidsetArchetypeId(String archetypeId)voidsetOtherPredicates(PredicateDto otherPredicates)voidsetType(String type)StringtoString()
-
-
-
Constructor Detail
-
Containment
public Containment()
-
Containment
public Containment(Containment other)
-
Containment
public Containment(String type, String archetypeId, PredicateDto otherPredicates)
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getArchetypeId
public String getArchetypeId()
-
setArchetypeId
public void setArchetypeId(String archetypeId)
-
getOtherPredicates
public PredicateDto getOtherPredicates()
-
setOtherPredicates
public void setOtherPredicates(PredicateDto otherPredicates)
-
-