@Generated(value="com.atlassian.jira.tool.querydsl.CodeGenerator") public class MailServerDTO extends Object implements DTO
Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/
QMailServer
Modifier and Type | Class and Description |
---|---|
static class |
MailServerDTO.Builder |
Constructor and Description |
---|
MailServerDTO(Long id,
String name,
String description,
String from,
String prefix,
String smtpPort,
String protocol,
String type,
String servername,
String jndilocation,
String username,
String password,
String istlsrequired,
Long timeout,
String socksPort,
String socksHost,
String authconfig,
String cipherType) |
Modifier and Type | Method and Description |
---|---|
static MailServerDTO.Builder |
builder() |
static MailServerDTO.Builder |
builder(MailServerDTO mailServerDTO) |
static MailServerDTO |
fromGenericValue(org.ofbiz.core.entity.GenericValue gv)
Constructs a new instance of this Data Transfer object from the values in the given GenericValue.
|
String |
getAuthconfig() |
String |
getCipherType() |
String |
getDescription() |
String |
getFrom() |
Long |
getId() |
String |
getIstlsrequired() |
String |
getJndilocation() |
String |
getName() |
String |
getPassword() |
String |
getPrefix() |
String |
getProtocol() |
String |
getServername() |
String |
getSmtpPort() |
String |
getSocksHost() |
String |
getSocksPort() |
Long |
getTimeout() |
String |
getType() |
String |
getUsername() |
org.ofbiz.core.entity.GenericValue |
toGenericValue(OfBizDelegator ofBizDelegator)
Creates a GenericValue object from the values in this Data Transfer Object.
|
String |
toString() |
public MailServerDTO(Long id, String name, String description, String from, String prefix, String smtpPort, String protocol, String type, String servername, String jndilocation, String username, String password, String istlsrequired, Long timeout, String socksPort, String socksHost, String authconfig, String cipherType)
public Long getId()
public String getName()
public String getDescription()
public String getFrom()
public String getPrefix()
public String getSmtpPort()
public String getProtocol()
public String getType()
public String getServername()
public String getJndilocation()
public String getUsername()
public String getPassword()
public String getIstlsrequired()
public Long getTimeout()
public String getSocksPort()
public String getSocksHost()
public String getAuthconfig()
public String getCipherType()
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 MailServerDTO 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 MailServerDTO.Builder builder()
public static MailServerDTO.Builder builder(MailServerDTO mailServerDTO)
Copyright © 2002-2023 Atlassian. All Rights Reserved.