com.nhncorp.neptune.client.shell
Class ReturnMsg

java.lang.Object
  extended by com.nhncorp.neptune.client.shell.ReturnMsg

public class ReturnMsg
extends java.lang.Object


Field Summary
static int MSG_TYPE_ERROR
           
static int MSG_TYPE_SUCCESS_NO_TIME
           
static int MSG_TYPE_SUCCESS_TIME
           
 
Constructor Summary
ReturnMsg(int i)
           
ReturnMsg(int i, java.lang.String string)
           
 
Method Summary
 java.lang.String getMsg()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSG_TYPE_SUCCESS_TIME

public static final int MSG_TYPE_SUCCESS_TIME
See Also:
Constant Field Values

MSG_TYPE_SUCCESS_NO_TIME

public static final int MSG_TYPE_SUCCESS_NO_TIME
See Also:
Constant Field Values

MSG_TYPE_ERROR

public static final int MSG_TYPE_ERROR
See Also:
Constant Field Values
Constructor Detail

ReturnMsg

public ReturnMsg(int i,
                 java.lang.String string)

ReturnMsg

public ReturnMsg(int i)
Method Detail

getMsg

public java.lang.String getMsg()

getType

public int getType()