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:
  • 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

      public GUIEmailAccount getEmailAccount()
    • setEmailAccount

      public void setEmailAccount(GUIEmailAccount emailAccount)
    • getSerialversionuid

      public static long getSerialversionuid()