@Generated(value="com.atlassian.jira.tool.querydsl.CodeGenerator") public class PortalPageDTO extends Object implements DTO
Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/
QPortalPage
Modifier and Type | Class and Description |
---|---|
static class |
PortalPageDTO.Builder |
Constructor and Description |
---|
PortalPageDTO(Long id,
String username,
String pagename,
String description,
Long sequence,
Long favCount,
String layout,
Long version) |
Modifier and Type | Method and Description |
---|---|
static PortalPageDTO.Builder |
builder() |
static PortalPageDTO.Builder |
builder(PortalPageDTO portalPageDTO) |
static PortalPageDTO |
fromGenericValue(org.ofbiz.core.entity.GenericValue gv)
Constructs a new instance of this Data Transfer object from the values in the given GenericValue.
|
String |
getDescription() |
Long |
getFavCount() |
Long |
getId() |
String |
getLayout() |
String |
getPagename() |
Long |
getSequence() |
String |
getUsername() |
Long |
getVersion() |
org.ofbiz.core.entity.GenericValue |
toGenericValue(OfBizDelegator ofBizDelegator)
Creates a GenericValue object from the values in this Data Transfer Object.
|
public Long getId()
public String getUsername()
public String getPagename()
public String getDescription()
public Long getSequence()
public Long getFavCount()
public String getLayout()
public Long getVersion()
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 PortalPageDTO 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 PortalPageDTO.Builder builder()
public static PortalPageDTO.Builder builder(PortalPageDTO portalPageDTO)
Copyright © 2002-2021 Atlassian. All Rights Reserved.