Class TemplateParams

java.lang.Object
com.openkm.sdk4j.bean.TemplateParams
All Implemented Interfaces:
Serializable

public class TemplateParams extends Object implements Serializable
See Also:
  • Constructor Details

    • TemplateParams

      public TemplateParams()
  • Method Details

    • getDstPath

      public String getDstPath()
    • setDstPath

      public void setDstPath(String dstPath)
    • isCategories

      public boolean isCategories()
    • setCategories

      public void setCategories(boolean categories)
    • isKeywords

      public boolean isKeywords()
    • setKeywords

      public void setKeywords(boolean keywords)
    • isNotes

      public boolean isNotes()
    • setNotes

      public void setNotes(boolean notes)
    • isPropertyGroups

      public boolean isPropertyGroups()
    • setPropertyGroups

      public void setPropertyGroups(boolean propertyGroups)
    • isSecurity

      public boolean isSecurity()
    • setSecurity

      public void setSecurity(boolean security)
    • getProperties

      public List<GroupProperty> getProperties()
    • setProperties

      public void setProperties(List<GroupProperty> properties)
    • toString

      public String toString()
      Overrides:
      toString in class Object