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

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

public class ConstraintDescriptor
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  List<ConstraintSelector> constraint
           
protected  String id
           
protected  String key
           
private static long serialVersionUID
           
 
Constructor Summary
ConstraintDescriptor()
           
 
Method Summary
 List<ConstraintSelector> getConstraint()
           
 String getId()
           
 String getKey()
           
 void setConstraint(List<ConstraintSelector> constraint)
           
 void setId(String id)
           
 void setKey(String key)
           
 
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

key

protected String key

id

protected String id

constraint

protected List<ConstraintSelector> constraint
Constructor Detail

ConstraintDescriptor

public ConstraintDescriptor()
Method Detail

getKey

public String getKey()
Returns:
the key

setKey

public void setKey(String key)
Parameters:
key - the key to set

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set

getConstraint

public List<ConstraintSelector> getConstraint()
Returns:
the constraint

setConstraint

public void setConstraint(List<ConstraintSelector> constraint)
Parameters:
constraint - the constraint to set


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