Class UpvRecord

java.lang.Object
cz.drg.pregrouper.inMemory.UpvRecord

public class UpvRecord extends Object
  • Constructor Details

    • UpvRecord

      public UpvRecord(String code, int min, int max, int defaultVal)
  • Method Details

    • getCode

      public String getCode()
    • getMin

      public int getMin()
    • getMax

      public int getMax()
    • getDefaultVal

      public int getDefaultVal()