com.konakart.wsapp
Class KkMsg

java.lang.Object
  extended by com.konakart.wsapp.KkMsg

public class KkMsg
extends java.lang.Object

Describes a KkMsg for use within KonaKart.


Constructor Summary
KkMsg()
           
 
Method Summary
 java.lang.String getMsgKey()
           
 java.lang.String getMsgLocale()
           
 int getMsgType()
           
 java.lang.String getMsgValue()
           
 void setMsgKey(java.lang.String _msgKey)
           
 void setMsgLocale(java.lang.String _msgLocale)
           
 void setMsgType(int _msgType)
           
 void setMsgValue(java.lang.String _msgValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KkMsg

public KkMsg()
Method Detail

getMsgKey

public java.lang.String getMsgKey()
Returns:
the msgKey

setMsgKey

public void setMsgKey(java.lang.String _msgKey)
Parameters:
_msgKey - the msgKey to set

getMsgLocale

public java.lang.String getMsgLocale()
Returns:
the msgLocale

setMsgLocale

public void setMsgLocale(java.lang.String _msgLocale)
Parameters:
_msgLocale - the msgLocale to set

getMsgType

public int getMsgType()
Returns:
the msgType

setMsgType

public void setMsgType(int _msgType)
Parameters:
_msgType - the msgType to set

getMsgValue

public java.lang.String getMsgValue()
Returns:
the msgValue

setMsgValue

public void setMsgValue(java.lang.String _msgValue)
Parameters:
_msgValue - the msgValue to set


Copyright © 2011 DS Data Systems UK Ltd.