Class ProfileBean
- java.lang.Object
-
- com.javahollic.jira.emh.api.export.beans.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 Summary
Constructors Constructor Description ProfileBean()
-
Method Summary
-
-
-
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)
-
getConfiguration
public ConfigurationBean getConfiguration()
-
setSystemInfo
public void setSystemInfo(SystemInfoBean sib)
-
getSystemInfo
public SystemInfoBean getSystemInfo()
-
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()
-
getID
@Deprecated public int getID()
Deprecated.
-
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)
-
getAdvisories
public AdvisoriesBean getAdvisories()
-
setAdvisories
public void setAdvisories(AdvisoriesBean advisories)
-
getCreatedBy
public String getCreatedBy()
- Specified by:
getCreatedBy
in interfacecom.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
-
setCreatedBy
public void setCreatedBy(String userKey)
- Specified by:
setCreatedBy
in interfacecom.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
-
getUpdatedBy
public String getUpdatedBy()
- Specified by:
getUpdatedBy
in interfacecom.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
-
setUpdatedBy
public void setUpdatedBy(String userId)
- Specified by:
setUpdatedBy
in interfacecom.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
-
getCreated
public Timestamp getCreated()
- Specified by:
getCreated
in interfacecom.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
-
setCreated
public void setCreated(Timestamp created)
- Specified by:
setCreated
in interfacecom.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
-
getUpdated
public Timestamp getUpdated()
- Specified by:
getUpdated
in interfacecom.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
-
setUpdated
public void setUpdated(Timestamp updated)
- Specified by:
setUpdated
in interfacecom.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
-
-