public class

Template

extends Object
java.lang.Object
   ↳ com.atlassian.jira.template.Template

Summary

Constants
String TEMPLATE
String TEMPLATE_TYPE_FILTERSUB
String TEMPLATE_TYPE_ISSUEEVENT
Public Constructors
Template(GenericValue templateGV)
Create a template object from a generic value representing a template.
Template(Long id, String name, String headers, String html, String text, String type)
Create a template object.
Public Methods
String getHeaders()
String getHtml()
Long getId()
String getName()
String getText()
String getType()
void setHeaders(String headers)
void setHtml(String html)
void setId(Long id)
void setName(String name)
void setText(String text)
void setType(String type)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String TEMPLATE

Constant Value: "Template"

public static final String TEMPLATE_TYPE_FILTERSUB

Constant Value: "filtersubscription"

public static final String TEMPLATE_TYPE_ISSUEEVENT

Constant Value: "issueevent"

Public Constructors

public Template (GenericValue templateGV)

Create a template object from a generic value representing a template.

Parameters
templateGV the generic value representing a template

public Template (Long id, String name, String headers, String html, String text, String type)

Create a template object.

Public Methods

public String getHeaders ()

public String getHtml ()

public Long getId ()

public String getName ()

public String getText ()

public String getType ()

public void setHeaders (String headers)

public void setHtml (String html)

public void setId (Long id)

public void setName (String name)

public void setText (String text)

public void setType (String type)