Interface SequenceDefinition
-
- All Known Subinterfaces:
SequenceDefinitionEntity
- All Known Implementing Classes:
SequenceDefinitionEntityImpl
public interface SequenceDefinition
- Author:
- Filip Hrisafov
-
-
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()
int
getVersion()
-