Class LoginI18n.ErrorMessage

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    LoginI18n

    public static class LoginI18n.ErrorMessage
    extends java.lang.Object
    implements java.io.Serializable
    I18n properties for the error message.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorMessage()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      java.lang.String getTitle()  
      void setMessage​(java.lang.String message)  
      void setTitle​(java.lang.String title)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorMessage

        public ErrorMessage()
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
        Returns:
        current value for the title property
      • setTitle

        public void setTitle​(java.lang.String title)
        Parameters:
        title - new value for the title property.
      • getMessage

        public java.lang.String getMessage()
        Returns:
        current value for the message property
      • setMessage

        public void setMessage​(java.lang.String message)
        Parameters:
        message - new value for the message property.