status
Class InfoStatus

java.lang.Object
  extended by extvisitor.AExtVisitorHost<java.lang.Class<? extends AStatus>,AStatus>
      extended by status.AStatus
          extended by status.InfoStatus
All Implemented Interfaces:
IExtVisitorHost<java.lang.Class<? extends AStatus>,AStatus>, java.io.Serializable

public class InfoStatus
extends AStatus

Concrete subclass that represents a informational status message.

Author:
Stephen Wong (c) 2010
See Also:
Serialized Form

Field Summary
private  java.lang.String msg
          The informational message
private static long serialVersionUID
           
 
Constructor Summary
InfoStatus(java.lang.String msg)
          Constructor for the class
 
Method Summary
 java.lang.String getMsg()
          Get the informational message.
 java.lang.String toString()
           
 
Methods inherited from class extvisitor.AExtVisitorHost
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

msg

private java.lang.String msg
The informational message

Constructor Detail

InfoStatus

public InfoStatus(java.lang.String msg)
Constructor for the class

Parameters:
msg - The informational message this represents.
Method Detail

getMsg

public java.lang.String getMsg()
Get the informational message.

Returns:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object