public abstract class AbstractConfigProperties extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
enabled |
protected String |
name |
protected String |
namespace |
Constructor and Description |
---|
AbstractConfigProperties() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getConfigurationTarget() |
String |
getName() |
String |
getNamespace() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
protected boolean enabled
protected String name
protected String namespace
public abstract String getConfigurationTarget()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getName()
public void setName(String name)
public String getNamespace()
public void setNamespace(String namespace)
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.