Class TemplateSetBean

  • All Implemented Interfaces:
    com.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle

    public class TemplateSetBean
    extends Object
    implements com.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
    • Constructor Detail

      • TemplateSetBean

        public TemplateSetBean()
    • Method Detail

      • getText

        public String getText()
      • setText

        public void setText​(String template)
      • getHtml

        public String getHtml()
      • setHtml

        public void setHtml​(String template)
      • getSubject

        public String getSubject()
      • setSubject

        public void setSubject​(String template)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • setType

        public void setType​(String type)
      • getType

        public String getType()
      • setCreatedByJiraVersion

        public void setCreatedByJiraVersion​(String version)
      • getCreatedByJiraVersion

        public String getCreatedByJiraVersion()
      • setIssueEvent

        public void setIssueEvent​(int eventId)
      • getIssueEvent

        public int getIssueEvent()
      • setCommentHeader

        public void setCommentHeader​(int intValue)
      • getCommentHeader

        public int getCommentHeader()
      • setTransportKey

        public void setTransportKey​(String transportKey)
      • getTransportKey

        public String getTransportKey()
      • setDescription

        public void setDescription​(String desc)
      • getDescription

        public String getDescription()
      • getProject

        public String getProject()
      • setProject

        public void setProject​(String project)
      • setId

        public void setId​(int id)
      • getId

        public int getId()
      • getCssStyleSource

        public int getCssStyleSource()
      • setCssStyleSource

        public void setCssStyleSource​(int cssStyleSource)
      • getTypeId

        public int getTypeId()
      • setTypeId

        public void setTypeId​(int typeId)
      • getTheme

        public int getTheme()
      • setTheme

        public void setTheme​(int theme)
      • getCreatedBy

        public String getCreatedBy()
        Specified by:
        getCreatedBy in interface com.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
      • setCreatedBy

        public void setCreatedBy​(String userKey)
        Specified by:
        setCreatedBy in interface com.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
      • getUpdatedBy

        public String getUpdatedBy()
        Specified by:
        getUpdatedBy in interface com.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
      • setUpdatedBy

        public void setUpdatedBy​(String userId)
        Specified by:
        setUpdatedBy in interface com.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
      • getCreated

        public Timestamp getCreated()
        Specified by:
        getCreated in interface com.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
      • setCreated

        public void setCreated​(Timestamp created)
        Specified by:
        setCreated in interface com.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
      • getUpdated

        public Timestamp getUpdated()
        Specified by:
        getUpdated in interface com.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
      • setUpdated

        public void setUpdated​(Timestamp updated)
        Specified by:
        setUpdated in interface com.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
      • getLastUsed

        public Timestamp getLastUsed()
      • setLastUsed

        public void setLastUsed​(Timestamp lastUsed)