All Downloads are FREE. Search and download functionalities are using the official Maven repository.

klass.model.meta.domain.dto.ExpressionValueDTO Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package klass.model.meta.domain.dto;

import java.time.*;
import java.util.*;


/**
 * Auto-generated by {@link cool.klass.generator.dto.DataTransferObjectsGenerator}
 */
public abstract class ExpressionValueDTO
{
    private Long id;

    private OperatorCriteriaDTO operatorCriteriaSourceOf;
    private OperatorCriteriaDTO operatorCriteriaTargetOf;

    public Long getId()
    {
        return this.id;
    }

    public void setId(Long id)
    {
        this.id = id;
    }

    public OperatorCriteriaDTO getOperatorCriteriaSourceOf()
    {
        return this.operatorCriteriaSourceOf;
    }

    public void setOperatorCriteriaSourceOf(OperatorCriteriaDTO operatorCriteriaSourceOf)
    {
        this.operatorCriteriaSourceOf = operatorCriteriaSourceOf;
    }

    public OperatorCriteriaDTO getOperatorCriteriaTargetOf()
    {
        return this.operatorCriteriaTargetOf;
    }

    public void setOperatorCriteriaTargetOf(OperatorCriteriaDTO operatorCriteriaTargetOf)
    {
        this.operatorCriteriaTargetOf = operatorCriteriaTargetOf;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy