com.konakart.wsapp
Class KkMsg
java.lang.Object
com.konakart.wsapp.KkMsg
public class KkMsg
- extends java.lang.Object
Describes a KkMsg for use within KonaKart.
|
Constructor Summary |
KkMsg()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KkMsg
public KkMsg()
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.