Class DictionaryConstraint
-
- All Implemented Interfaces:
public final class DictionaryConstraint extends DataConstraint
-
-
Field Summary
Fields Modifier and Type Field Description private final String
dictionaryCode
private Integer
priority
private String
errorCode
private String
ifExpression
-
Constructor Summary
Constructors Constructor Description DictionaryConstraint(String dictionaryCode)
-
Method Summary
-
Methods inherited from class pl.metaprogramming.model.data.constraint.DataConstraint
getErrorCode, getIfExpression, getPriority, setErrorCode, setErrorCode, setIfExpression, setIfExpression, setPriority, setPriority, toMap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-