Class Numeration

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

@Entity
public class Numeration
extends AbstractEntity
implements TemporalEntity
  • Field Details

    • value

      @NotNull protected @NotNull Integer value
    • idEntity

      protected Long idEntity
      Owning entity id. May be null if this numeration is 'general' (depending on the context).
    • minValue

      @NotNull protected @NotNull Integer minValue
    • maxValue

      protected Integer maxValue
    • code

      @NotNull protected @NotNull String code
    • pattern

      @NotNull protected @NotNull String pattern
  • Constructor Details

    • Numeration

      public Numeration()