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

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

Deprecated.

@Deprecated
public class ConstraintDescriptor
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  List<ConstraintSelector> constraint
          Deprecated.  
protected  String id
          Deprecated.  
protected  String key
          Deprecated.  
 
Constructor Summary
ConstraintDescriptor()
          Deprecated.  
 
Method Summary
 List<ConstraintSelector> getConstraint()
          Deprecated.  
 String getId()
          Deprecated.  
 String getKey()
          Deprecated.  
 void setConstraint(List<ConstraintSelector> constraint)
          Deprecated.  
 void setId(String id)
          Deprecated.  
 void setKey(String key)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected String key
Deprecated. 

id

protected String id
Deprecated. 

constraint

protected List<ConstraintSelector> constraint
Deprecated. 
Constructor Detail

ConstraintDescriptor

public ConstraintDescriptor()
Deprecated. 
Method Detail

getKey

public String getKey()
Deprecated. 
Returns:
the key

setKey

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

getId

public String getId()
Deprecated. 
Returns:
the id

setId

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

getConstraint

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

setConstraint

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


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