|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminAddressFormatSearchResult
public class AdminAddressFormatSearchResult
AddressFormat Search Results object for the Admin App
Field Summary | |
---|---|
private AdminAddressFormat[] |
addressFormats
the addressFormats retrieved |
private int |
maxGroupSize
maxGroupSize |
private int |
offset
offset |
private AdminAddressFormatSearch |
search
search - the search that was used to get the results |
private int |
totalSetSize
totalSetSize |
Constructor Summary | |
---|---|
AdminAddressFormatSearchResult()
Constructor |
|
AdminAddressFormatSearchResult(com.workingdogs.village.Record r,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the AddressFormat object from a Record object |
Method Summary | |
---|---|
AdminAddressFormat[] |
getAddressFormats()
|
int |
getMaxGroupSize()
|
int |
getOffset()
|
AdminAddressFormatSearch |
getSearch()
|
int |
getTotalSetSize()
|
void |
setAddressFormats(AdminAddressFormat[] addressFormats)
|
void |
setMaxGroupSize(int maxGroupSize)
|
void |
setOffset(int offset)
|
void |
setSearch(AdminAddressFormatSearch 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 |
---|
private AdminAddressFormatSearch search
private AdminAddressFormat[] addressFormats
private int offset
private int maxGroupSize
private int totalSetSize
Constructor Detail |
---|
public AdminAddressFormatSearchResult()
public AdminAddressFormatSearchResult(com.workingdogs.village.Record r, org.apache.torque.util.Criteria c) throws com.workingdogs.village.DataSetException
r
- Record containing datac
- Criteria containing column names
com.workingdogs.village.DataSetException
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public AdminAddressFormat[] getAddressFormats()
public void setAddressFormats(AdminAddressFormat[] addressFormats)
addressFormats
- the addressFormats to setpublic AdminAddressFormatSearch getSearch()
public void setSearch(AdminAddressFormatSearch search)
search
- the search to setpublic int getOffset()
public void setOffset(int offset)
offset
- the offset to setpublic int getMaxGroupSize()
public void setMaxGroupSize(int maxGroupSize)
maxGroupSize
- the maxGroupSize to setpublic int getTotalSetSize()
public void setTotalSetSize(int totalSetSize)
totalSetSize
- the totalSetSize to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |