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

be.personify.iam.model.vault.QEntitlement Maven / Gradle / Ivy

There is a newer version: 1.5.2.RELEASE
Show newest version
package be.personify.iam.model.vault;

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

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

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


/**
 * QEntitlement is a Querydsl query type for Entitlement
 */
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QEntitlement extends EntityPathBase {

    private static final long serialVersionUID = -1130818591L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QEntitlement entitlement = new QEntitlement("entitlement");

    public final be.personify.iam.model.util.QConcept _super;

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

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

    //inherited
    public final EnumPath conceptState;

    //inherited
    public final StringPath conceptStateDetails;

    //inherited
    public final EnumPath conceptType;

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

    public final MapPath configuration = this.createMap("configuration", String.class, String.class, StringPath.class);

    //inherited
    public final StringPath createdBy;

    //inherited
    public final DateTimePath creationDate;

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

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

    public final ListPath entitlementAssignments = this.createList("entitlementAssignments", EntitlementAssignment.class, QEntitlementAssignment.class, PathInits.DIRECT2);

    public final ListPath entitlementProperties = this.createList("entitlementProperties", EntitlementProperty.class, QEntitlementProperty.class, PathInits.DIRECT2);

    //inherited
    public final NumberPath id;

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

    //inherited
    public final DateTimePath lastCertificationDate;

    // inherited
    public final QIdentity lastCertifier;

    //inherited
    public final DateTimePath modificationDate;

    //inherited
    public final StringPath modifiedBy;

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

    public final ListPath organisationPrerequisites = this.createList("organisationPrerequisites", be.personify.iam.model.vault.prerequisites.OrganisationPrerequisite.class, be.personify.iam.model.vault.prerequisites.QOrganisationPrerequisite.class, PathInits.DIRECT2);

    public final ListPath provisioningUnits = this.createList("provisioningUnits", ProvisioningUnit.class, QProvisioningUnit.class, PathInits.DIRECT2);

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

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

    public QEntitlement(String variable) {
        this(Entitlement.class, forVariable(variable), INITS);
    }

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

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

    public QEntitlement(PathMetadata metadata, PathInits inits) {
        this(Entitlement.class, metadata, inits);
    }

    public QEntitlement(Class type, PathMetadata metadata, PathInits inits) {
        super(type, metadata, inits);
        this._super = new be.personify.iam.model.util.QConcept(type, metadata, inits);
        this.conceptState = _super.conceptState;
        this.conceptStateDetails = _super.conceptStateDetails;
        this.conceptType = _super.conceptType;
        this.createdBy = _super.createdBy;
        this.creationDate = _super.creationDate;
        this.id = _super.id;
        this.lastCertificationDate = _super.lastCertificationDate;
        this.lastCertifier = _super.lastCertifier;
        this.modificationDate = _super.modificationDate;
        this.modifiedBy = _super.modifiedBy;
    }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy