public class ThemeBean extends Object implements Serializable, com.javahollic.jira.emh.api.ao.IJEMHEntityLifecycle
| Constructor and Description |
|---|
ThemeBean() |
| Modifier and Type | Method and 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) |
public void setCss(String themeCss)
public String getCss()
public void setName(String themeName)
public String getName()
public void setId(int id)
public int getId()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean getEnabled()
public void setUsedByTemplates(int usedByTemplates)
public int getUsedByTemplates()
public String getCreatedBy()
getCreatedBy in interface com.javahollic.jira.emh.api.ao.IJEMHEntityLifecyclepublic void setCreatedBy(String userKey)
setCreatedBy in interface com.javahollic.jira.emh.api.ao.IJEMHEntityLifecyclepublic String getUpdatedBy()
getUpdatedBy in interface com.javahollic.jira.emh.api.ao.IJEMHEntityLifecyclepublic void setUpdatedBy(String userKey)
setUpdatedBy in interface com.javahollic.jira.emh.api.ao.IJEMHEntityLifecyclepublic Timestamp getCreated()
getCreated in interface com.javahollic.jira.emh.api.ao.IJEMHEntityLifecyclepublic void setCreated(Timestamp created)
setCreated in interface com.javahollic.jira.emh.api.ao.IJEMHEntityLifecyclepublic Timestamp getUpdated()
getUpdated in interface com.javahollic.jira.emh.api.ao.IJEMHEntityLifecyclepublic void setUpdated(Timestamp updated)
setUpdated in interface com.javahollic.jira.emh.api.ao.IJEMHEntityLifecycleCopyright © 2008–2022 The Plugin People. All rights reserved.