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

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

Deprecated.

@Deprecated
public class LookupKeyConstraint
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String field
          Deprecated.  
protected  String mapsTo
          Deprecated.  
 
Constructor Summary
LookupKeyConstraint()
          Deprecated.  
 
Method Summary
 String getField()
          Deprecated.  
 String getMapsTo()
          Deprecated.  
 void setField(String field)
          Deprecated.  
 void setMapsTo(String mapsTo)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

protected String field
Deprecated. 

mapsTo

protected String mapsTo
Deprecated. 
Constructor Detail

LookupKeyConstraint

public LookupKeyConstraint()
Deprecated. 
Method Detail

getField

public String getField()
Deprecated. 
Returns:
the field

setField

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

getMapsTo

public String getMapsTo()
Deprecated. 
Returns:
the mapsTo

setMapsTo

public void setMapsTo(String mapsTo)
Deprecated. 
Parameters:
mapsTo - the mapsTo to set


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