Class GUIVIASettings
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIVIASettings
- All Implemented Interfaces:
Serializable
Settings of the VIA engine
- Since:
- 7.8
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
long
static long
boolean
void
setEmailAccount
(GUIEmailAccount emailAccount) void
setEnabled
(boolean enabled) void
setMaxAttachments
(int maxAttachments) void
setMaxAttachmentSize
(long maxAttachmentSize)
-
Constructor Details
-
GUIVIASettings
public GUIVIASettings()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getMaxAttachments
public int getMaxAttachments() -
setMaxAttachments
public void setMaxAttachments(int maxAttachments) -
getMaxAttachmentSize
public long getMaxAttachmentSize() -
setMaxAttachmentSize
public void setMaxAttachmentSize(long maxAttachmentSize) -
getEmailAccount
-
setEmailAccount
-
getSerialversionuid
public static long getSerialversionuid()
-