@Generated(value="com.atlassian.jira.tool.querydsl.CodeGenerator") public class IssueDTO extends Object implements DTO
Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/
QIssue
Modifier and Type | Class and Description |
---|---|
static class |
IssueDTO.Builder |
Constructor and Description |
---|
IssueDTO(Long id,
String key,
Long number,
Long project,
String reporter,
String assignee,
String creator,
String type,
String summary,
String description,
String environment,
String priority,
String resolution,
String status,
Timestamp created,
Timestamp updated,
Timestamp duedate,
Timestamp resolutiondate,
Long votes,
Long watches,
Long timeoriginalestimate,
Long timeestimate,
Long timespent,
Long workflowId,
Long security,
Long fixfor,
Long component) |
public IssueDTO(Long id, String key, Long number, Long project, String reporter, String assignee, String creator, String type, String summary, String description, String environment, String priority, String resolution, String status, Timestamp created, Timestamp updated, Timestamp duedate, Timestamp resolutiondate, Long votes, Long watches, Long timeoriginalestimate, Long timeestimate, Long timespent, Long workflowId, Long security, Long fixfor, Long component)
public Long getId()
public String getKey()
public Long getNumber()
public Long getProject()
public String getReporter()
public String getAssignee()
public String getCreator()
public String getType()
public String getSummary()
public String getDescription()
public String getEnvironment()
public String getPriority()
public String getResolution()
public String getStatus()
public Timestamp getCreated()
public Timestamp getUpdated()
public Timestamp getDuedate()
public Timestamp getResolutiondate()
public Long getVotes()
public Long getWatches()
public Long getTimeoriginalestimate()
public Long getTimeestimate()
public Long getTimespent()
public Long getWorkflowId()
public Long getSecurity()
public Long getFixfor()
public Long getComponent()
public org.ofbiz.core.entity.GenericValue toGenericValue(OfBizDelegator ofBizDelegator)
This can be useful when QueryDsl code needs to interact with legacy OfBiz code.
toGenericValue
in interface DTO
ofBizDelegator
- OfBizDelegator will have makeValue() called on it.public static IssueDTO fromGenericValue(org.ofbiz.core.entity.GenericValue gv)
This can be useful when QueryDsl code needs to interact with legacy OfBiz code.
gv
- the GenericValuepublic static IssueDTO.Builder builder()
public static IssueDTO.Builder builder(IssueDTO issueDTO)
Copyright © 2002-2019 Atlassian. All Rights Reserved.