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

com.capitalone.dashboard.model.QOwner Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package com.capitalone.dashboard.model;

import static com.mysema.query.types.PathMetadataFactory.*;

import com.mysema.query.types.path.*;

import com.mysema.query.types.PathMetadata;
import javax.annotation.Generated;
import com.mysema.query.types.Path;


/**
 * QOwner is a Querydsl query type for Owner
 */
@Generated("com.mysema.query.codegen.EmbeddableSerializer")
public class QOwner extends BeanPath {

    private static final long serialVersionUID = 1432006673L;

    public static final QOwner owner = new QOwner("owner");

    public final EnumPath authType = createEnum("authType", AuthType.class);

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

    public QOwner(String variable) {
        super(Owner.class, forVariable(variable));
    }

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

    public QOwner(PathMetadata metadata) {
        super(Owner.class, metadata);
    }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy