org.kuali.student.r1.common.dictionary.old.dto
Class LookupKeyConstraint
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
field
protected String field
- Deprecated.
mapsTo
protected String mapsTo
- Deprecated.
LookupKeyConstraint
public LookupKeyConstraint()
- Deprecated.
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.