public class BaseServiceRegistryFieldMapping extends Object implements ServiceRegistryFieldMapping
Modifier and Type | Field and Description |
---|---|
protected Object |
defaultValue |
protected String |
description |
protected String |
label |
protected String |
name |
protected String |
type |
Constructor and Description |
---|
BaseServiceRegistryFieldMapping() |
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue() |
String |
getDescription() |
String |
getLabel() |
String |
getName() |
String |
getType() |
void |
setDefaultValue(Object defaultValue) |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setType(String type) |
protected String name
protected String label
protected String description
protected String type
protected Object defaultValue
public String getName()
getName
in interface ServiceRegistryFieldMapping
public void setName(String name)
public String getLabel()
getLabel
in interface ServiceRegistryFieldMapping
public void setLabel(String label)
public String getDescription()
getDescription
in interface ServiceRegistryFieldMapping
public void setDescription(String description)
public String getType()
getType
in interface ServiceRegistryFieldMapping
for the available types
public void setType(String type)
public Object getDefaultValue()
getDefaultValue
in interface ServiceRegistryFieldMapping
public void setDefaultValue(Object defaultValue)