@Generated(value="com.atlassian.jira.tool.querydsl.CodeGenerator") public class FileAttachmentDTO extends Object implements DTO
Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/
QFileAttachment
Modifier and Type | Class and Description |
---|---|
static class |
FileAttachmentDTO.Builder |
Constructor and Description |
---|
FileAttachmentDTO(Long id,
Long issue,
String mimetype,
String filename,
Timestamp created,
Long filesize,
String author,
Integer zip,
Integer thumbnailable) |
Modifier and Type | Method and Description |
---|---|
static FileAttachmentDTO.Builder |
builder() |
static FileAttachmentDTO.Builder |
builder(FileAttachmentDTO fileAttachmentDTO) |
static FileAttachmentDTO |
fromGenericValue(org.ofbiz.core.entity.GenericValue gv)
Constructs a new instance of this Data Transfer object from the values in the given GenericValue.
|
String |
getAuthor() |
Timestamp |
getCreated() |
String |
getFilename() |
Long |
getFilesize() |
Long |
getId() |
Long |
getIssue() |
String |
getMimetype() |
Integer |
getThumbnailable() |
Integer |
getZip() |
org.ofbiz.core.entity.GenericValue |
toGenericValue(OfBizDelegator ofBizDelegator)
Creates a GenericValue object from the values in this Data Transfer Object.
|
public Long getId()
public Long getIssue()
public String getMimetype()
public String getFilename()
public Timestamp getCreated()
public Long getFilesize()
public String getAuthor()
public Integer getZip()
public Integer getThumbnailable()
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 FileAttachmentDTO 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 FileAttachmentDTO.Builder builder()
public static FileAttachmentDTO.Builder builder(FileAttachmentDTO fileAttachmentDTO)
Copyright © 2002-2021 Atlassian. All Rights Reserved.