Package com.openkm.sdk4j.bean
Class TemplateParams
- java.lang.Object
-
- com.openkm.sdk4j.bean.TemplateParams
-
- All Implemented Interfaces:
Serializable
public class TemplateParams extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDstPath()List<GroupProperty>getProperties()booleanisCategories()booleanisKeywords()booleanisNotes()voidsetCategories(boolean categories)voidsetDstPath(String dstPath)voidsetKeywords(boolean keywords)voidsetNotes(boolean notes)voidsetProperties(List<GroupProperty> properties)StringtoString()
-
-
-
Method Detail
-
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)
-
getProperties
public List<GroupProperty> getProperties()
-
setProperties
public void setProperties(List<GroupProperty> properties)
-
-