public class BaseServiceDefinitionModel extends Object implements ServiceDefinitionModel
Modifier and Type | Field and Description |
---|---|
protected List<ColumnMapping> |
columnMappings |
protected com.fasterxml.jackson.databind.JsonNode |
config |
protected String |
description |
protected String |
key |
protected String |
lookupId |
protected String |
lookupIdPrefix |
protected String |
lookupType |
protected String |
name |
protected List<ServiceOperation> |
operations |
protected String |
referenceKey |
protected String |
tableName |
protected String |
type |
Constructor and Description |
---|
BaseServiceDefinitionModel() |
Modifier and Type | Method and Description |
---|---|
List<ColumnMapping> |
getColumnMappings() |
com.fasterxml.jackson.databind.JsonNode |
getConfig() |
String |
getDescription() |
String |
getKey() |
String |
getLookupId() |
String |
getLookupIdPrefix() |
String |
getLookupType() |
String |
getName() |
List<ServiceOperation> |
getOperations() |
String |
getReferenceKey() |
String |
getTableName() |
String |
getType() |
void |
setColumnMappings(List<ColumnMapping> columnMappings) |
void |
setConfig(com.fasterxml.jackson.databind.JsonNode config) |
void |
setDescription(String description) |
void |
setKey(String key) |
void |
setLookupId(String lookupId) |
void |
setLookupIdPrefix(String lookupIdPrefix) |
void |
setLookupType(String lookupType) |
void |
setName(String name) |
void |
setOperations(List<ServiceOperation> operations) |
void |
setReferenceKey(String referenceKey) |
void |
setTableName(String tableName) |
void |
setType(String type) |
protected String key
protected String name
protected String description
protected String type
protected String referenceKey
protected String lookupId
protected String lookupType
protected String lookupIdPrefix
protected String tableName
protected com.fasterxml.jackson.databind.JsonNode config
protected List<ColumnMapping> columnMappings
protected List<ServiceOperation> operations
public String getKey()
getKey
in interface ServiceDefinitionModel
public void setKey(String key)
public String getName()
getName
in interface ServiceDefinitionModel
public void setName(String name)
public String getDescription()
getDescription
in interface ServiceDefinitionModel
public void setDescription(String description)
public String getType()
getType
in interface ServiceDefinitionModel
public void setType(String type)
public String getReferenceKey()
getReferenceKey
in interface ServiceDefinitionModel
public void setReferenceKey(String referenceKey)
public String getLookupId()
getLookupId
in interface ServiceDefinitionModel
public void setLookupId(String lookupId)
public String getLookupType()
getLookupType
in interface ServiceDefinitionModel
public void setLookupType(String lookupType)
public String getLookupIdPrefix()
getLookupIdPrefix
in interface ServiceDefinitionModel
public void setLookupIdPrefix(String lookupIdPrefix)
public String getTableName()
getTableName
in interface ServiceDefinitionModel
public void setTableName(String tableName)
public com.fasterxml.jackson.databind.JsonNode getConfig()
getConfig
in interface ServiceDefinitionModel
public void setConfig(com.fasterxml.jackson.databind.JsonNode config)
public List<ColumnMapping> getColumnMappings()
getColumnMappings
in interface ServiceDefinitionModel
public void setColumnMappings(List<ColumnMapping> columnMappings)
public List<ServiceOperation> getOperations()
getOperations
in interface ServiceDefinitionModel
public void setOperations(List<ServiceOperation> operations)