Class GUIImportFolder

java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIImportFolder
All Implemented Interfaces:
Serializable

public class GUIImportFolder extends Object implements Serializable
An Import Folder representation
Since:
6.0
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Field Details

  • Constructor Details

    • GUIImportFolder

      public GUIImportFolder()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getProvider

      public String getProvider()
    • setProvider

      public void setProvider(String provider)
    • getEnabled

      public int getEnabled()
    • setEnabled

      public void setEnabled(int enabled)
    • getMaxSize

      public Integer getMaxSize()
    • setMaxSize

      public void setMaxSize(Integer maxSize)
    • getExtractTags

      public int getExtractTags()
    • setExtractTags

      public void setExtractTags(int extractTags)
    • getIncludes

      public String getIncludes()
    • setIncludes

      public void setIncludes(String includes)
    • getExcludes

      public String getExcludes()
    • setExcludes

      public void setExcludes(String excludes)
    • getTags

      public String getTags()
    • setTags

      public void setTags(String tags)
    • getLanguage

      public String getLanguage()
    • setLanguage

      public void setLanguage(String language)
    • getTemplateId

      public Long getTemplateId()
    • setTemplateId

      public void setTemplateId(Long templateId)
    • getDepth

      public int getDepth()
    • setDepth

      public void setDepth(int depth)
    • isDelImport

      public boolean isDelImport()
    • setDelImport

      public void setDelImport(boolean delImport)
    • getTarget

      public GUIFolder getTarget()
    • setTarget

      public void setTarget(GUIFolder target)
    • getDomain

      public String getDomain()
    • setDomain

      public void setDomain(String domain)
    • getStartDate

      public Date getStartDate()
    • setStartDate

      public void setStartDate(Date startDate)
    • getUpdatePolicy

      public int getUpdatePolicy()
    • setUpdatePolicy

      public void setUpdatePolicy(int updatePolicy)
    • isImportEmpty

      public boolean isImportEmpty()
    • setImportEmpty

      public void setImportEmpty(boolean importEmpty)
    • isInheritRights

      public boolean isInheritRights()
    • setInheritRights

      public void setInheritRights(boolean inheritRights)
    • getPort

      public Integer getPort()
    • setPort

      public void setPort(Integer port)
    • getHost

      public String getHost()
    • setHost

      public void setHost(String host)
    • getBatch

      public Long getBatch()
    • setBatch

      public void setBatch(Long batch)
    • getDisplayUrl

      public String getDisplayUrl()
      Composes the displayable importFolder's url.
      Returns:
      the URL to display
    • getOcrTemplateId

      public Long getOcrTemplateId()
    • setOcrTemplateId

      public void setOcrTemplateId(Long ocrTemplateId)
    • getBarcodeTemplateId

      public Long getBarcodeTemplateId()
    • setBarcodeTemplateId

      public void setBarcodeTemplateId(Long barcodeTemplateId)
    • isPreventDuplications

      public boolean isPreventDuplications()
    • setPreventDuplications

      public void setPreventDuplications(boolean preventDuplications)
    • isRecordHistory

      public boolean isRecordHistory()
    • setRecordHistory

      public void setRecordHistory(boolean recordHistory)
    • getAutomation

      public String getAutomation()
    • setAutomation

      public void setAutomation(String automation)
    • getAutomationAfter

      public String getAutomationAfter()
    • setAutomationAfter

      public void setAutomationAfter(String automationAfter)