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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintlongstatic longbooleanvoidsetEmailAccount(GUIEmailAccount emailAccount) voidsetEnabled(boolean enabled) voidsetMaxAttachments(int maxAttachments) voidsetMaxAttachmentSize(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() 
 -