Package org.ehrbase.aql.dto.containment
Class ContainmentDto
- java.lang.Object
-
- org.ehrbase.aql.dto.containment.ContainmentDto
-
- All Implemented Interfaces:
ContainmentExpresionDto
public class ContainmentDto extends Object implements ContainmentExpresionDto
-
-
Constructor Summary
Constructors Constructor Description ContainmentDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetArchetypeId()ContainmentExpresionDtogetContains()intgetId()StringgetIdentifier()inthashCode()voidsetArchetypeId(String archetypeId)voidsetContains(ContainmentExpresionDto contains)voidsetId(int id)voidsetIdentifier(String identifier)StringtoString()
-
-
-
Method Detail
-
getId
public int getId()
-
getArchetypeId
public String getArchetypeId()
-
getContains
public ContainmentExpresionDto getContains()
-
setId
public void setId(int id)
-
setArchetypeId
public void setArchetypeId(String archetypeId)
-
setContains
public void setContains(ContainmentExpresionDto contains)
-
getIdentifier
public String getIdentifier()
-
setIdentifier
public void setIdentifier(String identifier)
-
canEqual
protected boolean canEqual(Object other)
-
-