-
- All Implemented Interfaces:
public final class RuleConstraint extends DataConstraint
-
-
Constructor Summary
Constructors Constructor Description RuleConstraint(String ruleCode)
-
Method Summary
Modifier and Type Method Description final String
getRuleCode()
final Integer
getPriority()
final Unit
setPriority(Integer priority)
final String
getErrorCode()
final Unit
setErrorCode(String errorCode)
-
-
Constructor Detail
-
RuleConstraint
RuleConstraint(String ruleCode)
-
-
Method Detail
-
getRuleCode
final String getRuleCode()
-
getPriority
final Integer getPriority()
-
setPriority
final Unit setPriority(Integer priority)
-
getErrorCode
final String getErrorCode()
-
setErrorCode
final Unit setErrorCode(String errorCode)
-
-
-
-