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 GUIEmailAccountgetEmailAccount()intgetMaxAttachments()longgetMaxAttachmentSize()static longgetSerialversionuid()booleanisEnabled()voidsetEmailAccount(GUIEmailAccount emailAccount)voidsetEnabled(boolean enabled)voidsetMaxAttachments(int maxAttachments)voidsetMaxAttachmentSize(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()
-
-