Class GUIVIASettings
- java.lang.Object
-
- com.logicaldoc.gui.common.client.beans.GUIVIASettings
-
- All Implemented Interfaces:
Serializable
public class GUIVIASettings extends Object implements Serializable
Settings of the VIA engine- Since:
- 7.8
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GUIVIASettings()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GUIEmailAccount
getEmailAccount()
int
getMaxAttachments()
long
getMaxAttachmentSize()
static long
getSerialversionuid()
boolean
isEnabled()
void
setEmailAccount(GUIEmailAccount emailAccount)
void
setEnabled(boolean enabled)
void
setMaxAttachments(int maxAttachments)
void
setMaxAttachmentSize(long maxAttachmentSize)
-
-
-
Method Detail
-
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
public GUIEmailAccount getEmailAccount()
-
setEmailAccount
public void setEmailAccount(GUIEmailAccount emailAccount)
-
getSerialversionuid
public static long getSerialversionuid()
-
-