Package org.ehrbase.aql.dto.select
Class SelectDto
- java.lang.Object
-
- org.ehrbase.aql.dto.select.SelectDto
-
public class SelectDto extends Object
-
-
Constructor Summary
Constructors Constructor Description SelectDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<SelectStatementDto>getStatement()IntegergetTopCount()DirectiongetTopDirection()inthashCode()booleanisDistinct()voidsetDistinct(boolean distinct)voidsetStatement(List<SelectStatementDto> statement)voidsetTopCount(Integer topCount)voidsetTopDirection(Direction topDirection)StringtoString()
-
-
-
Method Detail
-
getTopCount
public Integer getTopCount()
-
getTopDirection
public Direction getTopDirection()
-
getStatement
public List<SelectStatementDto> getStatement()
-
setTopCount
public void setTopCount(Integer topCount)
-
setTopDirection
public void setTopDirection(Direction topDirection)
-
setStatement
public void setStatement(List<SelectStatementDto> statement)
-
isDistinct
public boolean isDistinct()
-
setDistinct
public void setDistinct(boolean distinct)
-
canEqual
protected boolean canEqual(Object other)
-
-