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.JsonNode
getConfig()
java.lang.String
getDescription()
java.lang.String
getKey()
java.lang.String
getLookupId()
java.lang.String
getLookupIdPrefix()
java.lang.String
getLookupType()
java.lang.String
getName()
java.util.List<ServiceOperation>
getOperations()
java.lang.String
getReferenceKey()
java.lang.String
getTableName()
java.lang.String
getType()
-
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()
-