Class InternationalizedMessage
java.lang.Object
com.broadleafcommerce.metadata.i18n.InternationalizedMessage
- All Implemented Interfaces:
Serializable
,Comparable<InternationalizedMessage>
public final class InternationalizedMessage
extends Object
implements Serializable, Comparable<InternationalizedMessage>
Reperesents a String designed to be serialized as I18n text and looked up via a message bundle
- Author:
- Phillip Verheyden (phillipuniverse)
- See Also:
-
Constructor Details
-
InternationalizedMessage
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<InternationalizedMessage>
-
getMessage
The key into a message bundle. If the message is not found, the serialized string is this key -
equals
-
hashCode
public int hashCode() -
toString
-