@Entity public class AppConfigValues extends AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_APPCONFIG_VALUE |
| Constructor and Description |
|---|
AppConfigValues() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AppConfig |
getConfig() |
Date |
getEffectiveFrom() |
Long |
getId() |
String |
getValue() |
int |
hashCode() |
boolean |
isMarkedForRemoval() |
void |
setConfig(AppConfig config) |
void |
setEffectiveFrom(Date effectiveFrom) |
void |
setId(Long id) |
void |
setMarkedForRemoval(boolean markedForRemoval) |
void |
setValue(String value) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDategetIndexId, getVersion, isNew, toStringpublic static final String SEQ_APPCONFIG_VALUE
public Long getId()
getId in class AbstractPersistable<Long>public void setId(Long id)
setId in class AbstractPersistable<Long>public Date getEffectiveFrom()
public void setEffectiveFrom(Date effectiveFrom)
public String getValue()
public void setValue(String value)
public AppConfig getConfig()
public void setConfig(AppConfig config)
public boolean isMarkedForRemoval()
public void setMarkedForRemoval(boolean markedForRemoval)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.