com.silverpeas.form.record
Class Repeatable

java.lang.Object
  extended by com.silverpeas.form.record.Repeatable

public class Repeatable
extends Object


Constructor Summary
Repeatable()
           
Repeatable(int max, int mandatory)
           
 
Method Summary
 int getMandatory()
           
 int getMax()
           
 boolean isRepeatable()
           
 void setMandatory(int mandatory)
           
 void setMax(int max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Repeatable

public Repeatable()

Repeatable

public Repeatable(int max,
                  int mandatory)
Method Detail

setMax

public void setMax(int max)

getMax

public int getMax()

setMandatory

public void setMandatory(int mandatory)

getMandatory

public int getMandatory()

isRepeatable

public boolean isRepeatable()


Copyright © 2016 Silverpeas. All Rights Reserved.