Class ApogeeCriterion
- java.lang.Object
-
- org.ametys.plugins.odfsync.apogee.scc.ApogeeCriterion
-
public class ApogeeCriterion extends Object
Criterion for Apogee.
-
-
Constructor Summary
Constructors Constructor Description ApogeeCriterion(String id, I18nizableText label, String type)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Get the id.I18nizableTextgetLabel()Get the label.StringgetType()Get the type.
-
-
-
Constructor Detail
-
ApogeeCriterion
public ApogeeCriterion(String id, I18nizableText label, String type)
Constructor.- Parameters:
id- the idlabel- the labeltype- the type
-
-