org.kuali.student.common.dictionary.old.dto
Class ConstraintDescriptor
java.lang.Object
org.kuali.student.common.dictionary.old.dto.ConstraintDescriptor
- All Implemented Interfaces:
- Serializable
public class ConstraintDescriptor
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
key
protected String key
id
protected String id
constraint
protected List<ConstraintSelector> constraint
ConstraintDescriptor
public ConstraintDescriptor()
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.