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

com.eurodyn.qlack2.webdesktop.impl.model.QApplication Maven / Gradle / Ivy

There is a newer version: 2.3.18
Show newest version
package com.eurodyn.qlack2.webdesktop.impl.model;

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;


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

    private static final long serialVersionUID = 179459592L;

    public static final QApplication application = new QApplication("application");

    public final BooleanPath active = createBoolean("active");

    public final DateTimePath addedOn = createDateTime("addedOn", java.util.Date.class);

    public final StringPath appUuid = createString("appUuid");

    public final StringPath bgColor = createString("bgColor");

    public final StringPath bundleSymbolicName = createString("bundleSymbolicName");

    public final BooleanPath closable = createBoolean("closable");

    public final StringPath descriptionKey = createString("descriptionKey");

    public final BooleanPath draggable = createBoolean("draggable");

    public final NumberPath height = createNumber("height", Integer.class);

    public final StringPath icon = createString("icon");

    public final StringPath iconSmall = createString("iconSmall");

    public final StringPath index = createString("index");

    public final DateTimePath lastDeployedOn = createDateTime("lastDeployedOn", java.util.Date.class);

    public final BooleanPath maximizable = createBoolean("maximizable");

    public final NumberPath minHeight = createNumber("minHeight", Integer.class);

    public final BooleanPath minimizable = createBoolean("minimizable");

    public final NumberPath minWidth = createNumber("minWidth", Integer.class);

    public final BooleanPath multipleInstances = createBoolean("multipleInstances");

    public final StringPath path = createString("path");

    public final BooleanPath resizable = createBoolean("resizable");

    public final BooleanPath restrictAccess = createBoolean("restrictAccess");

    public final BooleanPath showTitle = createBoolean("showTitle");

    public final BooleanPath system = createBoolean("system");

    public final StringPath titleKey = createString("titleKey");

    public final StringPath translationsGroup = createString("translationsGroup");

    public final StringPath version = createString("version");

    public final NumberPath width = createNumber("width", Integer.class);

    public QApplication(String variable) {
        super(Application.class, forVariable(variable));
    }

    public QApplication(Path path) {
        super(path.getType(), path.getMetadata());
    }

    public QApplication(PathMetadata metadata) {
        super(Application.class, metadata);
    }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy