public interface ServiceDefinitionModel
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() |
String getName()
String getKey()
String getDescription()
String getType()
String getReferenceKey()
String getLookupId()
String getLookupType()
String getLookupIdPrefix()
String getTableName()
List<ColumnMapping> getColumnMappings()
List<ServiceOperation> getOperations()
com.fasterxml.jackson.databind.JsonNode getConfig()