com.konakart.appif
Interface KkMsgIf

All Known Implementing Classes:
KkMsg

public interface KkMsgIf

Describes a KkMsg for use within KonaKart.


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)
           
 

Method Detail

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.