public class EntityNameQueryResults extends AbstractDataTransferObject implements QueryResults<EntityName>
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityNameQueryResults.Builder |
static class |
EntityNameQueryResults.Constants
Defines some internal constants used on this class.
|
static class |
EntityNameQueryResults.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<EntityName> |
getResults() |
Integer |
getTotalRowCount() |
boolean |
isMoreResultsAvailable() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic List<EntityName> getResults()
getResults in interface QueryResults<EntityName>public Integer getTotalRowCount()
getTotalRowCount in interface QueryResults<EntityName>public boolean isMoreResultsAvailable()
isMoreResultsAvailable in interface QueryResults<EntityName>Copyright © 2005–2016 The Kuali Foundation. All rights reserved.