public class AdminKkMsg
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
msgKey
The value for the msgKey field
|
private java.lang.String |
msgLocale
The value for the msgLocale field
|
private int |
msgType
The value for the msgType field
|
private java.lang.String |
msgValue
The value for the msgValue field
|
Constructor and Description |
---|
AdminKkMsg()
Constructor
|
AdminKkMsg(com.workingdogs.village.Record vr,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminKkMsg object from a Record object
|
Modifier and Type | Method and Description |
---|---|
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) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private java.lang.String msgKey
private java.lang.String msgLocale
private int msgType
private java.lang.String msgValue
public AdminKkMsg()
public AdminKkMsg(com.workingdogs.village.Record vr, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public java.lang.String getMsgKey()
public void setMsgKey(java.lang.String msgKey)
msgKey
- the msgKey to setpublic java.lang.String getMsgLocale()
public void setMsgLocale(java.lang.String msgLocale)
msgLocale
- the msgLocale to setpublic int getMsgType()
public void setMsgType(int msgType)
msgType
- the msgType to setpublic java.lang.String getMsgValue()
public void setMsgValue(java.lang.String msgValue)
msgValue
- the msgValue to setCopyright © 2018 DS Data Systems UK Ltd.