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 Link icon

    • GUIVIASettings Link icon

      public GUIVIASettings()
  • Method Details Link icon

    • isEnabled Link icon

      public boolean isEnabled()
    • setEnabled Link icon

      public void setEnabled(boolean enabled)
    • getMaxAttachments Link icon

      public int getMaxAttachments()
    • setMaxAttachments Link icon

      public void setMaxAttachments(int maxAttachments)
    • getMaxAttachmentSize Link icon

      public long getMaxAttachmentSize()
    • setMaxAttachmentSize Link icon

      public void setMaxAttachmentSize(long maxAttachmentSize)
    • getEmailAccount Link icon

      public GUIEmailAccount getEmailAccount()
    • setEmailAccount Link icon

      public void setEmailAccount(GUIEmailAccount emailAccount)
    • getSerialversionuid Link icon

      public static long getSerialversionuid()