@MappedSuperclass public abstract class AbstractConfiguration extends Object implements IConfiguration<String,String>, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
AbstractConfiguration.ConfigurationKey |
Modifier and Type | Field and Description |
---|---|
static Integer |
ACTIVE |
static Integer |
INACTIVE |
Constructor and Description |
---|
AbstractConfiguration() |
AbstractConfiguration(String namespace,
String name,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getBitmask() |
String |
getName() |
String |
getNamespace()
Typically a
ConfigurationSource.NAMESPACE_DELIM separated concatination of names. |
Integer |
getStatus() |
String |
getValue() |
int |
hashCode() |
void |
setBitmask(Integer bitmask) |
void |
setName(String name) |
void |
setNamespace(String namespace)
Typically a
ConfigurationSource.NAMESPACE_DELIM separated concatination of names. |
void |
setStatus(Integer status) |
void |
setValue(String value) |
String |
toString() |
public static final Integer ACTIVE
public static final Integer INACTIVE
public String getName()
getName
in interface AbstractAttribute<String,String>
public void setName(String name)
setName
in interface AbstractAttribute<String,String>
public String getNamespace()
ConfigurationSource.NAMESPACE_DELIM
separated concatination of names. Where the first delimited string represents the TOP most namespace.getNamespace
in interface NamespaceEntity
public void setNamespace(String namespace)
ConfigurationSource.NAMESPACE_DELIM
separated concatination of names. Where the first delimited string represents the TOP most namespace.setNamespace
in interface NamespaceEntity
public String getValue()
getValue
in interface AbstractAttribute<String,String>
public void setValue(String value)
setValue
in interface AbstractAttribute<String,String>
public Integer getBitmask()
public void setBitmask(Integer bitmask)
public Integer getStatus()
public void setStatus(Integer status)
Copyright © 2018. All rights reserved.