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

be.personify.iam.model.vault.QOrganisation 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;


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

    private static final long serialVersionUID = 1987457190L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QOrganisation organisation = new QOrganisation("organisation");

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

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

    //inherited
    public final EnumPath conceptState;

    //inherited
    public final StringPath conceptStateDetails;

    //inherited
    public final EnumPath conceptType;

    //inherited
    public final StringPath createdBy;

    //inherited
    public final DateTimePath creationDate;

    //inherited
    public final NumberPath id;

    //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 organisationAssignments = this.createList("organisationAssignments", OrganisationAssignment.class, QOrganisationAssignment.class, PathInits.DIRECT2);

    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 organisationTypeAssignments = this.createList("organisationTypeAssignments", OrganisationTypeAssignment.class, QOrganisationTypeAssignment.class, PathInits.DIRECT2);

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

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

    public QOrganisation(String variable) {
        this(Organisation.class, forVariable(variable), INITS);
    }

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

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

    public QOrganisation(PathMetadata metadata, PathInits inits) {
        this(Organisation.class, metadata, inits);
    }

    public QOrganisation(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