com.konakart.appif
Interface KkMsgIf
- All Known Implementing Classes:
- KkMsg
public interface KkMsgIf
Describes a KkMsg for use within KonaKart.
getMsgKey
java.lang.String getMsgKey()
- Returns:
- the msgKey
setMsgKey
void setMsgKey(java.lang.String msgKey)
- Parameters:
msgKey - the msgKey to set
getMsgLocale
java.lang.String getMsgLocale()
- Returns:
- the msgLocale
setMsgLocale
void setMsgLocale(java.lang.String msgLocale)
- Parameters:
msgLocale - the msgLocale to set
getMsgType
int getMsgType()
- Returns:
- the msgType
setMsgType
void setMsgType(int msgType)
- Parameters:
msgType - the msgType to set
getMsgValue
java.lang.String getMsgValue()
- Returns:
- the msgValue
setMsgValue
void setMsgValue(java.lang.String msgValue)
- Parameters:
msgValue - the msgValue to set
Copyright © 2011 DS Data Systems UK Ltd.