Interface IAttachmentTemplate

All Superinterfaces:
IElement, Serializable

public interface IAttachmentTemplate extends IElement
The IAttachmentTemplate interface represents the template. A IVersion object can be created either from a IResourceDefinition object or a
invalid reference
IAttachementTemplate
object.
Since:
1.0
Version:
1.0, 10/06/2010
Author:
vlygeros
See Also:
  • Method Details

    • setName

      void setName(String name)
      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

      void setLabel(String name)
      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

      String getLabel(String language)
      Gets the label of the attachment template.
      Returns:
      a String object.
    • getDefinition

      IResourceDefinition getDefinition()
      Gets the associated resource definition.
      Returns:
      A IResourceDefinition object.
    • getDefaultFolder

      IFolder getDefaultFolder()
      Gets the default folder.
      Returns:
      A IFolder object.