com.konakartadmin.app
Class AdminKkMsg

java.lang.Object
  extended by com.konakartadmin.app.AdminKkMsg

public class AdminKkMsg
extends java.lang.Object

AdminKkMsg class


Field Summary
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 Summary
AdminKkMsg()
          Constructor
AdminKkMsg(com.workingdogs.village.Record vr, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the AdminKkMsg object from a Record object
 
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)
           
 java.lang.String toString()
           
 java.lang.String toStringBrief()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

msgKey

private java.lang.String msgKey
The value for the msgKey field


msgLocale

private java.lang.String msgLocale
The value for the msgLocale field


msgType

private int msgType
The value for the msgType field


msgValue

private java.lang.String msgValue
The value for the msgValue field

Constructor Detail

AdminKkMsg

public AdminKkMsg()
Constructor


AdminKkMsg

public AdminKkMsg(com.workingdogs.village.Record vr,
                  org.apache.torque.util.Criteria c)
           throws com.workingdogs.village.DataSetException
Instantiates the attributes of the AdminKkMsg object from a Record object

Parameters:
vr - Record containing data
c - Criteria containing column names
Throws:
com.workingdogs.village.DataSetException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
Returns a string containing the attributes of the Language object.

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a string containing the attributes of the Language object.

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.