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

com.qwlabs.q.conditions.EQQCondition Maven / Gradle / Ivy

There is a newer version: 0.2.354
Show newest version
package com.qwlabs.q.conditions;

import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;

import java.math.BigDecimal;

@Getter
@Builder
@AllArgsConstructor
public class EQQCondition implements QCondition {
    private final String left;
    private final String stringRight;
    private final BigDecimal numberRight;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy