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 String
getId()
Get the id.I18nizableText
getLabel()
Get the label.String
getType()
Get the type.
-
-
-
Constructor Detail
-
ApogeeCriterion
public ApogeeCriterion(String id, I18nizableText label, String type)
Constructor.- Parameters:
id
- the idlabel
- the labeltype
- the type
-
-