Package com.openkm.sdk4j.bean
Class TemplateParams
java.lang.Object
com.openkm.sdk4j.bean.TemplateParams
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanisNotes()booleanbooleanvoidsetCategories(boolean categories) voidsetDstPath(String dstPath) voidsetKeywords(boolean keywords) voidsetNotes(boolean notes) voidsetProperties(List<GroupProperty> properties) voidsetPropertyGroups(boolean propertyGroups) voidsetSecurity(boolean security) toString()
-
Constructor Details
-
TemplateParams
public TemplateParams()
-
-
Method Details
-
getDstPath
-
setDstPath
-
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
-
setProperties
-
toString
-