Interface QueryDefinition
-
- All Known Subinterfaces:
QueryDefinitionEntity
- All Known Implementing Classes:
QueryDefinitionEntityImpl
public interface QueryDefinition
- Author:
- Yvo Swillens
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDeploymentId()
String
getId()
String
getKey()
String
getName()
String
getResourceName()
String
getTenantId()
String
getType()
int
getVersion()
-