Class Repeatable
- java.lang.Object
-
- org.silverpeas.core.contribution.content.form.record.Repeatable
-
public class Repeatable extends Object
-
-
Constructor Summary
Constructors Constructor Description Repeatable()
Repeatable(int max, int mandatory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMandatory()
int
getMax()
boolean
isRepeatable()
void
setMandatory(int mandatory)
void
setMax(int max)
-