Class ReportCondition
java.lang.Object
net.datenwerke.rs.condition.service.condition.entity.ReportCondition
- All Implemented Interfaces:
Serializable,Condition
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@GenerateDto(dtoPackage="net.datenwerke.rs.condition.client.condition.dto",
dtoImplementInterfaces=Condition.class,
createDecorator=true)
public class ReportCondition
extends Object
implements Serializable, Condition
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getKey()getName()booleanvoidsetDescription(String description) voidvoidvoidvoidsetReport(TableReport report) voidsetVersion(Long version)
-
Constructor Details
-
ReportCondition
public ReportCondition()
-
-
Method Details
-
getId
-
setId
-
getVersion
-
setVersion
-
getName
-
setName
-
getDescription
- Specified by:
getDescriptionin interfaceCondition
-
setDescription
-
setKey
-
getKey
-
setReport
-
getReport
-
hasExpression
public boolean hasExpression()- Specified by:
hasExpressionin interfaceCondition
-