Interface IdGeneration

All Superinterfaces:
Serializable
All Known Implementing Classes:
IdGenerationImpl

public interface IdGeneration extends Serializable
  • Method Details

    • getType

      String getType()
    • setType

      void setType(String type)
    • getBegin

      Long getBegin()
    • setBegin

      void setBegin(Long begin)
    • getEnd

      Long getEnd()
    • setEnd

      void setEnd(Long end)
    • getBatchStart

      Long getBatchStart()
    • setBatchStart

      void setBatchStart(Long batchStart)
    • getBatchSize

      Long getBatchSize()
    • setBatchSize

      void setBatchSize(Long batchSize)
    • getVersion

      Integer getVersion()