Class ExportQuota


  • public class ExportQuota
    extends ExportTag
    A class representing quota information for a study element
    Author:
    Jarkko Leponiemi
    • Constructor Detail

      • ExportQuota

        public ExportQuota​(String type,
                           String code,
                           com.eduix.esp.common.core.domain.LocalizedString name,
                           Integer min,
                           Integer max)
      • ExportQuota

        public ExportQuota​(String code,
                           com.eduix.esp.common.core.domain.LocalizedString name,
                           Integer min,
                           Integer max)
    • Method Detail

      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • setMin

        public void setMin​(Integer min)
      • setMax

        public void setMax​(Integer max)