Package com.uc4.api.servicefulfillment
Class ViolationReason
java.lang.Object
com.uc4.api.servicefulfillment.ViolationReason
This class contains information about the reason of the violation.
-
Constructor Summary
ConstructorsConstructorDescriptionViolationReason
(int nr, String insert, com.uc4.translate.Message translator) Constructs aViolationReason
. -
Method Summary
-
Constructor Details
-
ViolationReason
Constructs aViolationReason
.- Parameters:
nr
- Message numberinsert
- Message inserttranslator
- translator
-
-
Method Details
-
getInsert
Returns the insert of this message.- Returns:
- insert
-
getNumber
public int getNumber()Returns the number of this message.- Returns:
- number
-
getText
Returns the translated message text. The message is translated using the logon language.- Returns:
- text
-
toString
-