com.konakart.json.app
Class J_KkMsg
java.lang.Object
com.konakart.json.app.J_KkMsg
- All Implemented Interfaces:
- java.io.Serializable
public class J_KkMsg
- extends java.lang.Object
- implements java.io.Serializable
Describes a KkMsg for use within KonaKart.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
J_KkMsg
public J_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.