Class Overview
Data Transfer Object for the MailServer entity.
Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/
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)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
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.
Returns
- a new instance of this Data Transfer object with the values in the given GenericValue.
public
String
getDescription
()
public
String
getIstlsrequired
()
public
String
getJndilocation
()
public
String
getServername
()
public
Long
getTimeout
()
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.