@Generated(value="com.atlassian.jira.tool.querydsl.CodeGenerator") public class CustomFieldValueDTO extends Object implements DTO
Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/
QCustomFieldValue
Modifier and Type | Class and Description |
---|---|
static class |
CustomFieldValueDTO.Builder |
Constructor and Description |
---|
CustomFieldValueDTO(Long id,
Long issue,
Long customfield,
Long updated,
String parentkey,
String stringvalue,
Double numbervalue,
String textvalue,
Timestamp datevalue,
String valuetype) |
Modifier and Type | Method and Description |
---|---|
static CustomFieldValueDTO.Builder |
builder() |
static CustomFieldValueDTO.Builder |
builder(CustomFieldValueDTO customFieldValueDTO) |
static CustomFieldValueDTO |
fromGenericValue(org.ofbiz.core.entity.GenericValue gv)
Constructs a new instance of this Data Transfer object from the values in the given GenericValue.
|
Long |
getCustomfield() |
Timestamp |
getDatevalue() |
Long |
getId() |
Long |
getIssue() |
Double |
getNumbervalue() |
String |
getParentkey() |
String |
getStringvalue() |
String |
getTextvalue() |
Long |
getUpdated() |
String |
getValuetype() |
org.ofbiz.core.entity.GenericValue |
toGenericValue(OfBizDelegator ofBizDelegator)
Creates a GenericValue object from the values in this Data Transfer Object.
|
String |
toString() |
public Long getId()
public Long getIssue()
public Long getCustomfield()
public Long getUpdated()
public String getParentkey()
public String getStringvalue()
public Double getNumbervalue()
public String getTextvalue()
public Timestamp getDatevalue()
public String getValuetype()
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 CustomFieldValueDTO 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 CustomFieldValueDTO.Builder builder()
public static CustomFieldValueDTO.Builder builder(CustomFieldValueDTO customFieldValueDTO)
Copyright © 2002-2022 Atlassian. All Rights Reserved.