Package com.axemble.vdoc.sdk.interfaces
Interface IAttachmentTemplate
- All Superinterfaces:
IElement,Serializable
The IAttachmentTemplate interface represents the template.
A
object.
IVersion object can be created either from a IResourceDefinition object or a
invalid reference
IAttachementTemplate
- Since:
- 1.0
- Version:
- 1.0, 10/06/2010
- Author:
- vlygeros
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the default folder.Gets the associated resource definition.getLabel()Gets the label of the attachment template.Gets the label of the attachment template.getName()Gets the name of the attachment template.voidSets the label of the attachment template.voidSets the name of the attachment template.
-
Method Details
-
setName
Sets the name of the attachment template.- Parameters:
name- the new name to set.
-
getName
String getName()Gets the name of the attachment template.- Returns:
- a String object.
-
setLabel
Sets the label of the attachment template.- Parameters:
name- the new label to set.
-
getLabel
String getLabel()Gets the label of the attachment template.- Returns:
- a String object.
-
getLabel
Gets the label of the attachment template.- Returns:
- a String object.
-
getDefinition
IResourceDefinition getDefinition()Gets the associated resource definition.- Returns:
- A
IResourceDefinitionobject.
-
getDefaultFolder
IFolder getDefaultFolder()Gets the default folder.- Returns:
- A
IFolderobject.
-