Package org.marketcetera.util.log
Class I18NBoundMessage1P
- java.lang.Object
-
- org.marketcetera.util.log.I18NBoundMessageBase<I18NMessage1P>
-
- org.marketcetera.util.log.I18NBoundMessage1P
-
- All Implemented Interfaces:
Serializable,I18NBoundMessage
public class I18NBoundMessage1P extends I18NBoundMessageBase<I18NMessage1P>
A bound message, representing the combination of anI18NMessage1Pand its one parameter.- Since:
- 0.5.0
- Version:
- $Id: I18NBoundMessage1P.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 I18NBoundMessage1P(I18NMessage1P message, Serializable p1)Create a new I18NBoundMessage1P instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SerializablegetParam1()Returns the receiver's first parameter.-
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
-
I18NBoundMessage1P
public I18NBoundMessage1P(I18NMessage1P message, Serializable p1)
Create a new I18NBoundMessage1P instance.- Parameters:
message- anI18NMessage1Pvaluep1- aSerializablevalue- See Also:
I18NBoundMessageBase(I18NMessage,Serializable...)
-
-
Method Detail
-
getParam1
public Serializable getParam1()
Returns the receiver's first parameter.- Returns:
- The parameter.
-
-