Class ThemeBean
- java.lang.Object
-
- com.javahollic.jira.emh.api.export.beans.ThemeBean
-
- All Implemented Interfaces:
com.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
,Serializable
public class ThemeBean extends Object implements Serializable, com.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThemeBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Timestamp
getCreated()
String
getCreatedBy()
String
getCss()
boolean
getEnabled()
int
getId()
String
getName()
Timestamp
getUpdated()
String
getUpdatedBy()
int
getUsedByTemplates()
boolean
isEnabled()
void
setCreated(Timestamp created)
void
setCreatedBy(String userKey)
void
setCss(String themeCss)
void
setEnabled(boolean enabled)
void
setId(int id)
void
setName(String themeName)
void
setUpdated(Timestamp updated)
void
setUpdatedBy(String userKey)
void
setUsedByTemplates(int usedByTemplates)
-
-
-
Method Detail
-
setCss
public void setCss(String themeCss)
-
getCss
public String getCss()
-
setName
public void setName(String themeName)
-
getName
public String getName()
-
setId
public void setId(int id)
-
getId
public int getId()
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getEnabled
public boolean getEnabled()
-
setUsedByTemplates
public void setUsedByTemplates(int usedByTemplates)
-
getUsedByTemplates
public int getUsedByTemplates()
-
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 userKey)
- 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
-
-