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

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

public class RequireConstraint
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String field
           
private static long serialVersionUID
           
 
Constructor Summary
RequireConstraint()
           
 
Method Summary
 String getField()
           
 void setField(String field)
           
 
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

field

protected String field
Constructor Detail

RequireConstraint

public RequireConstraint()
Method Detail

getField

public String getField()
Returns:
the field

setField

public void setField(String field)
Parameters:
field - the field to set


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