|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.student.r1.common.dictionary.old.dto.ConstraintDescriptor
@Deprecated public class ConstraintDescriptor
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 |
---|
protected String key
protected String id
protected List<ConstraintSelector> constraint
Constructor Detail |
---|
public ConstraintDescriptor()
Method Detail |
---|
public String getKey()
public void setKey(String key)
key
- the key to setpublic String getId()
public void setId(String id)
id
- the id to setpublic List<ConstraintSelector> getConstraint()
public void setConstraint(List<ConstraintSelector> constraint)
constraint
- the constraint to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |