Package org.marketcetera.util.log
Class I18NBoundMessage0P
- java.lang.Object
-
- org.marketcetera.util.log.I18NBoundMessageBase<I18NMessage0P>
-
- org.marketcetera.util.log.I18NBoundMessage0P
-
- All Implemented Interfaces:
Serializable,I18NBoundMessage
public class I18NBoundMessage0P extends I18NBoundMessageBase<I18NMessage0P>
A bound message, representing aI18NMessage0P.- Since:
- 0.5.0
- Version:
- $Id: I18NBoundMessage0P.java 17760 2018-11-14 14:54:11Z colin $
- Author:
- tlerios@marketcetera.com
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID-
Fields inherited from interface org.marketcetera.util.log.I18NBoundMessage
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description I18NBoundMessage0P(I18NMessage0P message)Create a new I18NBoundMessage0P instance.
-
Method Summary
-
Methods inherited from class org.marketcetera.util.log.I18NBoundMessageBase
debug, debug, equals, error, error, getLoggerProxy, getMessage, getMessageProvider, getParams, getParamsAsObjects, getText, getText, hashCode, info, info, toString, trace, trace, warn, warn
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
I18NBoundMessage0P
public I18NBoundMessage0P(I18NMessage0P message)
Create a new I18NBoundMessage0P instance.- Parameters:
message- anI18NMessage0Pvalue- See Also:
I18NBoundMessageBase(I18NMessage,Serializable...)
-
-