@Generated public class

MailServerDTO

extends Object
java.lang.Object
   ↳ com.atlassian.jira.model.querydsl.MailServerDTO

Class Overview

Data Transfer Object for the MailServer entity.

Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/

See Also

Summary

Public Constructors
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)
Public Methods
static MailServerDTO fromGenericValue(GenericValue gv)
Constructs a new instance of this Data Transfer object from the values in the given GenericValue.
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()
GenericValue toGenericValue(OfBizDelegator ofBizDelegator)
Creates a GenericValue object from the values in this Data Transfer Object.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

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)

Public Methods

public static MailServerDTO fromGenericValue (GenericValue gv)

Constructs a new instance of this Data Transfer object from the values in the given GenericValue.

This can be useful when QueryDsl code needs to interact with legacy OfBiz code.

Parameters
gv the GenericValue
Returns
  • a new instance of this Data Transfer object with the values in the given GenericValue.

public String getDescription ()

public String getFrom ()

public Long getId ()

public String getIstlsrequired ()

public String getJndilocation ()

public String getName ()

public String getPassword ()

public String getPrefix ()

public String getProtocol ()

public String getServername ()

public String getSmtpPort ()

public String getSocksHost ()

public String getSocksPort ()

public Long getTimeout ()

public String getType ()

public String getUsername ()

public GenericValue toGenericValue (OfBizDelegator ofBizDelegator)

Creates a GenericValue object from the values in this Data Transfer Object.

This can be useful when QueryDsl code needs to interact with legacy OfBiz code.

Parameters
ofBizDelegator OfBizDelegator will have makeValue() called on it.
Returns
  • a GenericValue object constructed from the values in this Data Transfer Object.