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

com.premiumminds.billy.portugal.persistence.entities.jpa.QJPAPTTaxEntity Maven / Gradle / Ivy

package com.premiumminds.billy.portugal.persistence.entities.jpa;

import static com.querydsl.core.types.PathMetadataFactory.*;

import com.querydsl.core.types.dsl.*;

import com.querydsl.core.types.PathMetadata;
import javax.annotation.Generated;
import com.querydsl.core.types.Path;


/**
 * QJPAPTTaxEntity is a Querydsl query type for JPAPTTaxEntity
 */
@Generated("com.querydsl.codegen.EntitySerializer")
public class QJPAPTTaxEntity extends EntityPathBase {

    private static final long serialVersionUID = -688989789L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QJPAPTTaxEntity jPAPTTaxEntity = new QJPAPTTaxEntity("jPAPTTaxEntity");

    public final com.premiumminds.billy.core.persistence.entities.jpa.QJPATaxEntity _super;

    //inherited
    public final BooleanPath active;

    //inherited
    public final StringPath code;

    public final SimplePath context = createSimple("context", com.premiumminds.billy.core.services.entities.Context.class);

    //inherited
    public final DateTimePath createTimestamp;

    //inherited
    public final SimplePath currency;

    //inherited
    public final StringPath description;

    //inherited
    public final StringPath designation;

    //inherited
    public final NumberPath entityVersion;

    //inherited
    public final NumberPath flatRateAmount;

    //inherited
    public final NumberPath id;

    //inherited
    public final NumberPath percentageRateValue;

    //inherited
    public final EnumPath taxRateType;

    //inherited
    public final StringPath uid;

    //inherited
    public final StringPath uidRow;

    //inherited
    public final DateTimePath updateTimestamp;

    //inherited
    public final DateTimePath validFrom;

    //inherited
    public final DateTimePath validTo;

    //inherited
    public final NumberPath value;

    public QJPAPTTaxEntity(String variable) {
        this(JPAPTTaxEntity.class, forVariable(variable), INITS);
    }

    public QJPAPTTaxEntity(Path path) {
        this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
    }

    public QJPAPTTaxEntity(PathMetadata metadata) {
        this(metadata, PathInits.getFor(metadata, INITS));
    }

    public QJPAPTTaxEntity(PathMetadata metadata, PathInits inits) {
        this(JPAPTTaxEntity.class, metadata, inits);
    }

    public QJPAPTTaxEntity(Class type, PathMetadata metadata, PathInits inits) {
        super(type, metadata, inits);
        this._super = new com.premiumminds.billy.core.persistence.entities.jpa.QJPATaxEntity(type, metadata, inits);
        this.active = _super.active;
        this.code = _super.code;
        this.createTimestamp = _super.createTimestamp;
        this.currency = _super.currency;
        this.description = _super.description;
        this.designation = _super.designation;
        this.entityVersion = _super.entityVersion;
        this.flatRateAmount = _super.flatRateAmount;
        this.id = _super.id;
        this.percentageRateValue = _super.percentageRateValue;
        this.taxRateType = _super.taxRateType;
        this.uid = _super.uid;
        this.uidRow = _super.uidRow;
        this.updateTimestamp = _super.updateTimestamp;
        this.validFrom = _super.validFrom;
        this.validTo = _super.validTo;
        this.value = _super.value;
    }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy