org.marketcetera.util.l10n
Class PropertyMessageInfo
java.lang.Object
org.marketcetera.util.l10n.MessageInfo
org.marketcetera.util.l10n.PropertyMessageInfo
public class PropertyMessageInfo
- extends MessageInfo
Holder of meta-information about a message stored in a properties
file.
- Since:
- 0.6.0
- Version:
- $Id: PropertyMessageInfo.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- tlerios@marketcetera.com
|
Constructor Summary |
PropertyMessageInfo(String key,
int paramCount,
String messageText)
Creates a new meta-information holder with the given message
key, parameter count, and message text. |
EMPTY_ARRAY
public static final PropertyMessageInfo[] EMPTY_ARRAY
- An empty array of class instances.
PropertyMessageInfo
public PropertyMessageInfo(String key,
int paramCount,
String messageText)
- Creates a new meta-information holder with the given message
key, parameter count, and message text.
- Parameters:
key - The key.paramCount - The parameter count.messageText - The text.
getMessageText
public String getMessageText()
- Returns the receiver's message text.
- Returns:
- The text.
hashCode
public int hashCode()
- Overrides:
hashCode in class MessageInfo
equals
public boolean equals(Object other)
- Overrides:
equals in class MessageInfo
Copyright © 2012. All Rights Reserved.