public class PostalCodeQueryResults extends AbstractDataTransferObject implements QueryResults<PostalCode>
| Modifier and Type | Class and Description |
|---|---|
static class |
PostalCodeQueryResults.Builder |
static class |
PostalCodeQueryResults.Constants
Defines some internal constants used on this class.
|
static class |
PostalCodeQueryResults.Elements
A private class which exposes constants which define the XML element
names to use when this object is marshaled to XML.
|
| Modifier and Type | Method and Description |
|---|---|
List<PostalCode> |
getResults() |
Integer |
getTotalRowCount() |
boolean |
isMoreResultsAvailable() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic List<PostalCode> getResults()
getResults in interface QueryResults<PostalCode>public Integer getTotalRowCount()
getTotalRowCount in interface QueryResults<PostalCode>public boolean isMoreResultsAvailable()
isMoreResultsAvailable in interface QueryResults<PostalCode>Copyright © 2005–2016 The Kuali Foundation. All rights reserved.