Package com.uc4.api.servicefulfillment
Class ViolationReason
- java.lang.Object
-
- com.uc4.api.servicefulfillment.ViolationReason
-
public class ViolationReason extends java.lang.Object
This class contains information about the reason of the violation.
-
-
Constructor Summary
Constructors Constructor Description ViolationReason(int nr, java.lang.String insert, com.uc4.translate.Message translator)
Constructs aViolationReason
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getInsert()
Returns the insert of this message.int
getNumber()
Returns the number of this message.java.lang.String
getText()
Returns the translated message text.java.lang.String
toString()
-
-
-
Method Detail
-
getInsert
public java.lang.String getInsert()
Returns the insert of this message.- Returns:
- insert
-
getNumber
public int getNumber()
Returns the number of this message.- Returns:
- number
-
getText
public java.lang.String getText()
Returns the translated message text. The message is translated using the logon language.- Returns:
- text
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-