com.konakartadmin.app
Class AdminKkMsgSearch

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

public class AdminKkMsgSearch
extends java.lang.Object

AdminKkMsgSearch object


Field Summary
private  java.lang.String msgKey
          The value for the msgKey field
private  int msgKeyRule
          Key Rule
private  java.lang.String msgLocale
          The value for the msgLocale field
private  int msgLocaleRule
          Locale Rule
private  int msgType
          The value for the msgType field
private  java.lang.String msgValue
          The value for the msgValue field
private  int msgValueRule
          Value Rule
private  java.lang.String orderBy1
          First Order By
private  java.lang.String orderBy2
          Second Order By
 
Constructor Summary
AdminKkMsgSearch()
          Instantiates an AdminKkMsgSearch object - a requirement for a bean class
AdminKkMsgSearch(com.workingdogs.village.Record r, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the AdminKkMsgSearch object from a Record object
 
Method Summary
 java.lang.String getMsgKey()
           
 int getMsgKeyRule()
           
 java.lang.String getMsgLocale()
           
 int getMsgLocaleRule()
           
 int getMsgType()
           
 java.lang.String getMsgValue()
           
 int getMsgValueRule()
           
 java.lang.String getOrderBy1()
           
 java.lang.String getOrderBy2()
          Valid values are: AdminDataDescriptor.ORDER_BY_KEY_ASCENDING AdminDataDescriptor.ORDER_BY_KEY_DESCENDING AdminDataDescriptor.ORDER_BY_TYPE_ASCENDING AdminDataDescriptor.ORDER_BY_TYPE_DESCENDING AdminDataDescriptor.ORDER_BY_LOCALE_ASCENDING AdminDataDescriptor.ORDER_BY_LOCALE_DESCENDING AdminDataDescriptor.ORDER_BY_VALUE_ASCENDING AdminDataDescriptor.ORDER_BY_VALUE_DESCENDING
 void setMsgKey(java.lang.String msgKey)
           
 void setMsgKeyRule(int msgKeyRule)
          The rule for the search.
 void setMsgLocale(java.lang.String msgLocale)
           
 void setMsgLocaleRule(int msgLocaleRule)
          The rule for the search.
 void setMsgType(int msgType)
           
 void setMsgValue(java.lang.String msgValue)
           
 void setMsgValueRule(int msgValueRule)
          The rule for the search.
 void setOrderBy1(java.lang.String orderBy1)
          Valid values are: AdminDataDescriptor.ORDER_BY_KEY_ASCENDING AdminDataDescriptor.ORDER_BY_KEY_DESCENDING AdminDataDescriptor.ORDER_BY_TYPE_ASCENDING AdminDataDescriptor.ORDER_BY_TYPE_DESCENDING AdminDataDescriptor.ORDER_BY_LOCALE_ASCENDING AdminDataDescriptor.ORDER_BY_LOCALE_DESCENDING AdminDataDescriptor.ORDER_BY_VALUE_ASCENDING AdminDataDescriptor.ORDER_BY_VALUE_DESCENDING
 void setOrderBy2(java.lang.String orderBy2)
           
 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


msgKeyRule

private int msgKeyRule
Key Rule


msgLocale

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


msgLocaleRule

private int msgLocaleRule
Locale Rule


msgType

private int msgType
The value for the msgType field


msgValue

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


msgValueRule

private int msgValueRule
Value Rule


orderBy1

private java.lang.String orderBy1
First Order By


orderBy2

private java.lang.String orderBy2
Second Order By

Constructor Detail

AdminKkMsgSearch

public AdminKkMsgSearch()
Instantiates an AdminKkMsgSearch object - a requirement for a bean class


AdminKkMsgSearch

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

Parameters:
r - 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 AdminKkMsgSearch object.

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a string containing the attributes of the AdminKkMsgSearch 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 the message locale (eg. "en_GB")

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 the message type (Use KKConstants.MSG_TYP_APPLICATION for application messages, KKConstants.MSG_TYP_ADMIN_APP for Admin App messages, KKConstants.MSG_TYP_Admin_HELP for Admin App Help messages)

getMsgValue

public java.lang.String getMsgValue()
Returns:
the msgValue

setMsgValue

public void setMsgValue(java.lang.String msgValue)
Parameters:
msgValue - the msgValue to set

getMsgKeyRule

public int getMsgKeyRule()
Returns:
the msgKeyRule

setMsgKeyRule

public void setMsgKeyRule(int msgKeyRule)
The rule for the search. Valid values are:

Parameters:
msgKeyRule - the msgKeyRule to set

getMsgLocaleRule

public int getMsgLocaleRule()
Returns:
the msgLocaleRule

setMsgLocaleRule

public void setMsgLocaleRule(int msgLocaleRule)
The rule for the search. Valid values are:

Parameters:
msgLocaleRule - the msgLocaleRule to set

getMsgValueRule

public int getMsgValueRule()
Returns:
the msgValueRule

setMsgValueRule

public void setMsgValueRule(int msgValueRule)
The rule for the search. Valid values are:

Parameters:
msgValueRule - the msgValueRule to set

getOrderBy1

public java.lang.String getOrderBy1()
Returns:
the orderBy1

setOrderBy1

public void setOrderBy1(java.lang.String orderBy1)
Valid values are:

Parameters:
orderBy1 - the orderBy1 to set

getOrderBy2

public java.lang.String getOrderBy2()
Valid values are:

Returns:
the orderBy2

setOrderBy2

public void setOrderBy2(java.lang.String orderBy2)
Parameters:
orderBy2 - the orderBy2 to set


Copyright © 2011 DS Data Systems UK Ltd.