Class NumerationSchema

java.lang.Object
pl.matsuo.core.model.AbstractEntity
pl.matsuo.core.model.numeration.NumerationSchema
All Implemented Interfaces:
Comparable<AbstractEntity>, HasId

@Entity
public class NumerationSchema
extends AbstractEntity
  • Field Details

    • value

      protected Integer value
    • minValue

      @NotNull protected @NotNull Integer minValue
    • maxValue

      protected Integer maxValue
    • code

      protected String code
    • pattern

      protected String pattern
    • creationStrategy

      protected String creationStrategy
      How not numeration instances should be created basing on data contained in this schema.
  • Constructor Details

    • NumerationSchema

      public NumerationSchema()