Class ViolationReason

java.lang.Object
com.uc4.api.servicefulfillment.ViolationReason

public class ViolationReason extends Object
This class contains information about the reason of the violation.
  • Constructor Details

    • ViolationReason

      public ViolationReason(int nr, String insert, com.uc4.translate.Message translator)
      Constructs a ViolationReason.
      Parameters:
      nr - Message number
      insert - Message insert
      translator - translator
  • Method Details

    • getInsert

      public String getInsert()
      Returns the insert of this message.
      Returns:
      insert
    • getNumber

      public int getNumber()
      Returns the number of this message.
      Returns:
      number
    • getText

      public String getText()
      Returns the translated message text. The message is translated using the logon language.
      Returns:
      text
    • toString

      public String toString()
      Overrides:
      toString in class Object