Package com.eduix.genexp.studyelement
Class ExportQuota
- java.lang.Object
-
- com.eduix.genexp.studyelement.ExportTag
-
- com.eduix.genexp.studyelement.ExportQuota
-
public class ExportQuota extends ExportTag
A class representing quota information for a study element- Author:
- Jarkko Leponiemi
-
-
Constructor Summary
Constructors Constructor Description ExportQuota(String code, com.eduix.esp.common.core.domain.LocalizedString name, Integer min, Integer max)ExportQuota(String type, String code, com.eduix.esp.common.core.domain.LocalizedString name, Integer min, Integer max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetMax()IntegergetMin()StringgetType()voidsetMax(Integer max)voidsetMin(Integer min)voidsetType(String type)
-