org.marketcetera.util.log
Class I18NBoundMessage6P

java.lang.Object
  extended by org.marketcetera.util.log.I18NBoundMessageBase<I18NMessage6P>
      extended by org.marketcetera.util.log.I18NBoundMessage6P
All Implemented Interfaces:
Serializable, I18NBoundMessage

public class I18NBoundMessage6P
extends I18NBoundMessageBase<I18NMessage6P>

A bound message, representing the combination of an I18NMessage6P and its six parameters.

Since:
0.5.0
Version:
$Id: I18NBoundMessage6P.java 16154 2012-07-14 16:34:05Z colin $
Author:
tlerios@marketcetera.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.marketcetera.util.log.I18NBoundMessage
EMPTY_PARAMS
 
Constructor Summary
I18NBoundMessage6P(I18NMessage6P message, Serializable p1, Serializable p2, Serializable p3, Serializable p4, Serializable p5, Serializable p6)
          Constructor mirroring superclass constructor.
 
Method Summary
 Serializable getParam1()
          Returns the receiver's first parameter.
 Serializable getParam2()
          Returns the receiver's second parameter.
 Serializable getParam3()
          Returns the receiver's third parameter.
 Serializable getParam4()
          Returns the receiver's fourth parameter.
 Serializable getParam5()
          Returns the receiver's fifth parameter.
 Serializable getParam6()
          Returns the receiver's sixth 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

I18NBoundMessage6P

public I18NBoundMessage6P(I18NMessage6P message,
                          Serializable p1,
                          Serializable p2,
                          Serializable p3,
                          Serializable p4,
                          Serializable p5,
                          Serializable p6)
Constructor mirroring superclass constructor.

See Also:
I18NBoundMessageBase.I18NBoundMessageBase(I18NMessage,Serializable...)
Method Detail

getParam1

public Serializable getParam1()
Returns the receiver's first parameter.

Returns:
The parameter.

getParam2

public Serializable getParam2()
Returns the receiver's second parameter.

Returns:
The parameter.

getParam3

public Serializable getParam3()
Returns the receiver's third parameter.

Returns:
The parameter.

getParam4

public Serializable getParam4()
Returns the receiver's fourth parameter.

Returns:
The parameter.

getParam5

public Serializable getParam5()
Returns the receiver's fifth parameter.

Returns:
The parameter.

getParam6

public Serializable getParam6()
Returns the receiver's sixth parameter.

Returns:
The parameter.


Copyright © 2012. All Rights Reserved.