Class FolderPropertiesEntity

java.lang.Object
sk.iway.iwcm.system.elfinder.FolderPropertiesEntity

@Entity public class FolderPropertiesEntity extends Object
  • Constructor Details

    • FolderPropertiesEntity

      public FolderPropertiesEntity()
  • Method Details

    • getId

      public Long getId()
    • getDirUrl

      public String getDirUrl()
    • isIndexFullText

      public boolean isIndexFullText()
    • getPasswordProtected

      public String getPasswordProtected()
    • getLogonDocId

      public Integer getLogonDocId()
    • getEditorFields

      public FolderPropertiesEditorFields getEditorFields()
    • setId

      public void setId(Long id)
    • setDirUrl

      public void setDirUrl(String dirUrl)
    • setIndexFullText

      public void setIndexFullText(boolean indexFullText)
    • setPasswordProtected

      public void setPasswordProtected(String passwordProtected)
    • setLogonDocId

      public void setLogonDocId(Integer logonDocId)
    • setEditorFields

      public void setEditorFields(FolderPropertiesEditorFields editorFields)