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 ServiceDefinitionModelpublic void setKey(String key)
public String getName()
getName in interface ServiceDefinitionModelpublic void setName(String name)
public String getDescription()
getDescription in interface ServiceDefinitionModelpublic void setDescription(String description)
public String getType()
getType in interface ServiceDefinitionModelpublic void setType(String type)
public String getReferenceKey()
getReferenceKey in interface ServiceDefinitionModelpublic void setReferenceKey(String referenceKey)
public String getLookupId()
getLookupId in interface ServiceDefinitionModelpublic void setLookupId(String lookupId)
public String getLookupType()
getLookupType in interface ServiceDefinitionModelpublic void setLookupType(String lookupType)
public String getLookupIdPrefix()
getLookupIdPrefix in interface ServiceDefinitionModelpublic void setLookupIdPrefix(String lookupIdPrefix)
public String getTableName()
getTableName in interface ServiceDefinitionModelpublic void setTableName(String tableName)
public com.fasterxml.jackson.databind.JsonNode getConfig()
getConfig in interface ServiceDefinitionModelpublic void setConfig(com.fasterxml.jackson.databind.JsonNode config)
public List<ColumnMapping> getColumnMappings()
getColumnMappings in interface ServiceDefinitionModelpublic void setColumnMappings(List<ColumnMapping> columnMappings)
public List<ServiceOperation> getOperations()
getOperations in interface ServiceDefinitionModelpublic void setOperations(List<ServiceOperation> operations)
Copyright © 2019. All rights reserved.