org.kuali.student.common.dictionary.old.dto
Class OccursConstraint

java.lang.Object
  extended by org.kuali.student.common.dictionary.old.dto.OccursConstraint
All Implemented Interfaces:
Serializable

public class OccursConstraint
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  Integer max
           
private  Integer min
           
private  List<OccursConstraint> occurs
           
private  List<RequireConstraint> require
           
private static long serialVersionUID
           
 
Constructor Summary
OccursConstraint()
           
 
Method Summary
 Integer getMax()
           
 Integer getMin()
           
 List<OccursConstraint> getOccurs()
           
 List<RequireConstraint> getRequire()
           
 void setMax(Integer max)
           
 void setMin(Integer min)
           
 void setOccurs(List<OccursConstraint> occurs)
           
 void setRequire(List<RequireConstraint> require)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

require

private List<RequireConstraint> require

occurs

private List<OccursConstraint> occurs

min

private Integer min

max

private Integer max
Constructor Detail

OccursConstraint

public OccursConstraint()
Method Detail

getRequire

public List<RequireConstraint> getRequire()
Returns:
the require

setRequire

public void setRequire(List<RequireConstraint> require)
Parameters:
require - the require to set

getMin

public Integer getMin()
Returns:
the min

setMin

public void setMin(Integer min)
Parameters:
min - the min to set

getMax

public Integer getMax()
Returns:
the max

setMax

public void setMax(Integer max)
Parameters:
max - the max to set

getOccurs

public List<OccursConstraint> getOccurs()
Returns:
the occurs

setOccurs

public void setOccurs(List<OccursConstraint> occurs)
Parameters:
occurs - the occurs to set


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.