@Generated public class

QIssue

extends JiraRelationalPathBase<T>
java.lang.Object
   ↳ com.mysema.query.types.expr.DslExpression<T>
     ↳ com.mysema.query.types.expr.SimpleExpression<T>
       ↳ com.mysema.query.types.path.BeanPath<T>
         ↳ com.mysema.query.sql.RelationalPathBase<T>
           ↳ com.atlassian.jira.model.querydsl.JiraRelationalPathBase<T>
             ↳ com.atlassian.jira.model.querydsl.QIssue

Class Overview

QIssue is a Querydsl query object.

Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/

Summary

Fields
public static final QIssue ISSUE
public final StringPath assignee
public final NumberPath<Long> component
public final DateTimePath<Timestamp> created
public final StringPath creator
public final StringPath description
public final DateTimePath<Timestamp> duedate
public final StringPath environment
public final NumberPath<Long> fixfor
public final NumberPath<Long> id
public final StringPath key
public final NumberPath<Long> number
public final StringPath priority
public final NumberPath<Long> project
public final StringPath reporter
public final StringPath resolution
public final DateTimePath<Timestamp> resolutiondate
public final NumberPath<Long> security
public final StringPath status
public final StringPath summary
public final NumberPath<Long> timeestimate
public final NumberPath<Long> timeoriginalestimate
public final NumberPath<Long> timespent
public final StringPath type
public final DateTimePath<Timestamp> updated
public final NumberPath<Long> votes
public final NumberPath<Long> watches
public final NumberPath<Long> workflowId
[Expand]
Inherited Fields
From class com.mysema.query.types.expr.DslExpression
Public Constructors
QIssue(String alias)
Public Methods
String getEntityName()
Returns the ofbiz model's entity name for this query object.
NumberPath<Long> getNumericIdPath()
[Expand]
Inherited Methods
From class com.atlassian.jira.model.querydsl.JiraRelationalPathBase
From class com.mysema.query.sql.RelationalPathBase
From class com.mysema.query.types.path.BeanPath
From class com.mysema.query.types.expr.SimpleExpression
From class com.mysema.query.types.expr.DslExpression
From class java.lang.Object
From interface com.mysema.query.sql.RelationalPath
From interface com.mysema.query.types.EntityPath
From interface com.mysema.query.types.Expression
From interface com.mysema.query.types.Path
From interface com.mysema.query.types.ProjectionRole

Fields

public static final QIssue ISSUE

public final StringPath assignee

public final NumberPath<Long> component

public final DateTimePath<Timestamp> created

public final StringPath creator

public final StringPath description

public final DateTimePath<Timestamp> duedate

public final StringPath environment

public final NumberPath<Long> fixfor

public final NumberPath<Long> id

public final StringPath key

public final NumberPath<Long> number

public final StringPath priority

public final NumberPath<Long> project

public final StringPath reporter

public final StringPath resolution

public final DateTimePath<Timestamp> resolutiondate

public final NumberPath<Long> security

public final StringPath status

public final StringPath summary

public final NumberPath<Long> timeestimate

public final NumberPath<Long> timeoriginalestimate

public final NumberPath<Long> timespent

public final StringPath type

public final DateTimePath<Timestamp> updated

public final NumberPath<Long> votes

public final NumberPath<Long> watches

public final NumberPath<Long> workflowId

Public Constructors

public QIssue (String alias)

Public Methods

public String getEntityName ()

Returns the ofbiz model's entity name for this query object.

Returns
  • the ofbiz model's entity name for this query object.

public NumberPath<Long> getNumericIdPath ()