Class ProfileBean

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

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

      • ProfileBean

        public ProfileBean()
    • Method Detail

      • getVersion

        public int getVersion()
      • setVersion

        public void setVersion​(int profVersion)
      • getJemhVersion

        public String getJemhVersion()
      • setJemhVersion

        public void setJemhVersion​(String jemhVersion)
      • getJiraVersion

        public String getJiraVersion()
      • setJiraVersion

        public void setJiraVersion​(String jiraVersion)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getReadiness

        public int getReadiness()
      • setReadiness

        public void setReadiness​(int readiness)
      • getRevision

        public Integer getRevision()
      • setRevision

        public void setRevision​(Integer revision)
      • setConfiguration

        public void setConfiguration​(ConfigurationBean configuration)
      • isApiEnabled

        public boolean isApiEnabled()
      • setApiEnabled

        public void setApiEnabled​(boolean val)
      • setGroupKey

        public void setGroupKey​(String groupKey)
      • getGroupKey

        public String getGroupKey()
      • setGroupOrder

        public void setGroupOrder​(int groupOrder)
      • getGroupOrder

        public int getGroupOrder()
      • setGroupDefault

        public void setGroupDefault​(boolean groupDefault)
      • isGroupDefault

        public boolean isGroupDefault()
      • getProfileId

        public int getProfileId()
      • setProfileId

        public void setProfileId​(int id)
      • isGroupOutcomeControlEnabled

        public boolean isGroupOutcomeControlEnabled()
      • setGroupOutcomeControlEnabled

        public void setGroupOutcomeControlEnabled​(boolean groupOutcomeControlEnabled)
      • getProcessOutcomesToIgnore

        public String getProcessOutcomesToIgnore()
      • setProcessOutcomesToIgnore

        public void setProcessOutcomesToIgnore​(String processOutcomesToIgnore)
      • setAdvisories

        public void setAdvisories​(AdvisoriesBean advisories)
      • 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