public class AdminKkMsgSearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
AdminKkMsgSearch()
Instantiates an AdminKkMsgSearch object - a requirement for a bean class
|
AdminKkMsgSearch(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminKkMsgSearch object from a Record object
|
Modifier and Type | Method and Description |
---|---|
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() |
private java.lang.String msgKey
private int msgKeyRule
private java.lang.String msgLocale
private int msgLocaleRule
private int msgType
private java.lang.String msgValue
private int msgValueRule
private java.lang.String orderBy1
private java.lang.String orderBy2
public AdminKkMsgSearch()
public AdminKkMsgSearch(com.workingdogs.village.Record r, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
r
- 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 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)public java.lang.String getMsgValue()
public void setMsgValue(java.lang.String msgValue)
msgValue
- the msgValue to setpublic int getMsgKeyRule()
public void setMsgKeyRule(int msgKeyRule)
msgKeyRule
- the msgKeyRule to setpublic int getMsgLocaleRule()
public void setMsgLocaleRule(int msgLocaleRule)
msgLocaleRule
- the msgLocaleRule to setpublic int getMsgValueRule()
public void setMsgValueRule(int msgValueRule)
msgValueRule
- the msgValueRule to setpublic java.lang.String getOrderBy1()
public void setOrderBy1(java.lang.String orderBy1)
orderBy1
- the orderBy1 to setpublic java.lang.String getOrderBy2()
public void setOrderBy2(java.lang.String orderBy2)
orderBy2
- the orderBy2 to setCopyright © 2018 DS Data Systems UK Ltd.