@Entity public class EConfigValue extends Object implements IVersionized<Long>
| Constructor and Description |
|---|
EConfigValue() |
| Modifier and Type | Method and Description |
|---|---|
de.taimos.dao.IEntity<Long> |
cloneNew() |
String |
getConfigkey() |
Long |
getId() |
Long |
getOrigId() |
String |
getService() |
String |
getTemplate() |
String |
getValue() |
Long |
getVersion() |
boolean |
isDeleted() |
void |
setConfigkey(String configkey) |
void |
setDeleted(boolean deleted) |
void |
setId(Long id) |
void |
setOrigId(Long id) |
void |
setService(String service) |
void |
setTemplate(String template) |
void |
setValue(String value) |
void |
setVersion(Long version) |
public void setId(Long id)
setId in interface IVersionized<Long>id - the id to setpublic Long getVersion()
getVersion in interface IVersionized<Long>public void setVersion(Long version)
setVersion in interface IVersionized<Long>version - the version to setpublic String getTemplate()
public void setTemplate(String template)
template - the template to setpublic String getService()
public void setService(String service)
service - the service to setpublic String getConfigkey()
public void setConfigkey(String configkey)
configkey - the configkey to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic boolean isDeleted()
isDeleted in interface IVersionized<Long>public void setDeleted(boolean deleted)
setDeleted in interface IVersionized<Long>deleted - the deleted to setpublic void setOrigId(Long id)
setOrigId in interface IVersionized<Long>id - the original idpublic Long getOrigId()
getOrigId in interface IVersionized<Long>public de.taimos.dao.IEntity<Long> cloneNew()
cloneNew in interface IVersionized<Long>Copyright © 2014 Cinovo AG. All Rights Reserved.