com.konakartadmin.app
Class AdminKkMsgSearchResult

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

public class AdminKkMsgSearchResult
extends java.lang.Object

kkMsg Search Results object for the Admin App


Field Summary
private  int maxGroupSize
          maxGroupSize
private  AdminKkMsg[] messages
          the languages retrieved
private  int offset
          offset
private  AdminKkMsgSearch search
          The value for the msgKey field
private  int totalSetSize
          totalSetSize
 
Constructor Summary
AdminKkMsgSearchResult()
          Constructor
AdminKkMsgSearchResult(com.workingdogs.village.Record r, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the Language object from a Record object
 
Method Summary
 int getMaxGroupSize()
           
 AdminKkMsg[] getMessages()
           
 int getOffset()
           
 AdminKkMsgSearch getSearch()
           
 int getTotalSetSize()
           
 void setMaxGroupSize(int maxGroupSize)
           
 void setMessages(AdminKkMsg[] messages)
           
 void setOffset(int offset)
           
 void setSearch(AdminKkMsgSearch search)
           
 void setTotalSetSize(int totalSetSize)
           
 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

search

private AdminKkMsgSearch search
The value for the msgKey field


messages

private AdminKkMsg[] messages
the languages retrieved


offset

private int offset
offset


maxGroupSize

private int maxGroupSize
maxGroupSize


totalSetSize

private int totalSetSize
totalSetSize

Constructor Detail

AdminKkMsgSearchResult

public AdminKkMsgSearchResult()
Constructor


AdminKkMsgSearchResult

public AdminKkMsgSearchResult(com.workingdogs.village.Record r,
                              org.apache.torque.util.Criteria c)
                       throws com.workingdogs.village.DataSetException
Instantiates the attributes of the Language 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 Language object.

toStringBrief

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

getOffset

public int getOffset()
Returns:
the offset

setOffset

public void setOffset(int offset)
Parameters:
offset - the offset to set

getMaxGroupSize

public int getMaxGroupSize()
Returns:
the maxGroupSize

setMaxGroupSize

public void setMaxGroupSize(int maxGroupSize)
Parameters:
maxGroupSize - the maxGroupSize to set

getTotalSetSize

public int getTotalSetSize()
Returns:
the totalSetSize

setTotalSetSize

public void setTotalSetSize(int totalSetSize)
Parameters:
totalSetSize - the totalSetSize to set

getMessages

public AdminKkMsg[] getMessages()
Returns:
the messages

setMessages

public void setMessages(AdminKkMsg[] messages)
Parameters:
messages - the messages to set

getSearch

public AdminKkMsgSearch getSearch()
Returns:
the search

setSearch

public void setSearch(AdminKkMsgSearch search)
Parameters:
search - the search to set


Copyright © 2011 DS Data Systems UK Ltd.