@Entity @CompositeUnique(fields={"keyName","module"}, enableDfltMsg=true) public class AppConfig extends AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
FETCH_WITH_VALUES |
static String |
SEQ_APPCONFIG |
| Constructor and Description |
|---|
AppConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<AppConfigValues> |
getConfValues() |
String |
getDescription() |
Long |
getId() |
String |
getKeyName() |
Module |
getModule() |
int |
hashCode() |
void |
setConfValues(List<AppConfigValues> confValues) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setKeyName(String keyName) |
void |
setModule(Module module) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDategetVersion, isNew, notEquals, toStringpublic static final String SEQ_APPCONFIG
public static final String FETCH_WITH_VALUES
public Long getId()
getId in class AbstractPersistable<Long>public void setId(Long id)
setId in class AbstractPersistable<Long>public String getKeyName()
public void setKeyName(String keyName)
public Module getModule()
public void setModule(Module module)
public String getDescription()
public void setDescription(String description)
public List<AppConfigValues> getConfValues()
public void setConfValues(List<AppConfigValues> confValues)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.