com.konakart.app
Class KkMsg

java.lang.Object
  extended by com.konakart.app.KkMsg
All Implemented Interfaces:
KkMsgIf

public class KkMsg
extends java.lang.Object
implements KkMsgIf

KkMsg class


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()
Specified by:
getMsgKey in interface KkMsgIf
Returns:
the msgKey

setMsgKey

public void setMsgKey(java.lang.String msgKey)
Specified by:
setMsgKey in interface KkMsgIf
Parameters:
msgKey - the msgKey to set

getMsgLocale

public java.lang.String getMsgLocale()
Specified by:
getMsgLocale in interface KkMsgIf
Returns:
the msgLocale

setMsgLocale

public void setMsgLocale(java.lang.String msgLocale)
Specified by:
setMsgLocale in interface KkMsgIf
Parameters:
msgLocale - the msgLocale to set

getMsgType

public int getMsgType()
Specified by:
getMsgType in interface KkMsgIf
Returns:
the msgType

setMsgType

public void setMsgType(int msgType)
Specified by:
setMsgType in interface KkMsgIf
Parameters:
msgType - the msgType to set

getMsgValue

public java.lang.String getMsgValue()
Specified by:
getMsgValue in interface KkMsgIf
Returns:
the msgValue

setMsgValue

public void setMsgValue(java.lang.String msgValue)
Specified by:
setMsgValue in interface KkMsgIf
Parameters:
msgValue - the msgValue to set


Copyright © 2011 DS Data Systems UK Ltd.