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

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


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

    private static final long serialVersionUID = 1415987793L;

    public static final QNotificationTemplate notificationTemplate = new QNotificationTemplate("notificationTemplate");

    public final be.personify.iam.model.util.QPersisted _super = new be.personify.iam.model.util.QPersisted(this);

    public final EnumPath contentType = createEnum("contentType", ContentType.class);

    //inherited
    public final StringPath createdBy = _super.createdBy;

    //inherited
    public final DateTimePath creationDate = _super.creationDate;

    public final NumberPath id = createNumber("id", Long.class);

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

    //inherited
    public final DateTimePath modificationDate = _super.modificationDate;

    //inherited
    public final StringPath modifiedBy = _super.modifiedBy;

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

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

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

    public QNotificationTemplate(String variable) {
        super(NotificationTemplate.class, forVariable(variable));
    }

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

    public QNotificationTemplate(PathMetadata metadata) {
        super(NotificationTemplate.class, metadata);
    }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy