Interface ServiceDefinitionModel
- All Known Implementing Classes:
BaseServiceDefinitionModel
public interface ServiceDefinitionModel
-
Method Summary
Modifier and Type Method Description java.util.List<ColumnMapping>getColumnMappings()com.fasterxml.jackson.databind.JsonNodegetConfig()java.lang.StringgetDescription()java.lang.StringgetKey()java.lang.StringgetLookupId()java.lang.StringgetLookupIdPrefix()java.lang.StringgetLookupType()java.lang.StringgetName()java.util.List<ServiceOperation>getOperations()java.lang.StringgetReferenceKey()java.lang.StringgetTableName()java.lang.StringgetType()
-
Method Details
-
getName
java.lang.String getName() -
getKey
java.lang.String getKey() -
getDescription
java.lang.String getDescription() -
getType
java.lang.String getType() -
getReferenceKey
java.lang.String getReferenceKey() -
getLookupId
java.lang.String getLookupId() -
getLookupType
java.lang.String getLookupType() -
getLookupIdPrefix
java.lang.String getLookupIdPrefix() -
getTableName
java.lang.String getTableName() -
getColumnMappings
java.util.List<ColumnMapping> getColumnMappings() -
getOperations
java.util.List<ServiceOperation> getOperations() -
getConfig
com.fasterxml.jackson.databind.JsonNode getConfig()
-