Package | Description |
---|---|
org.kuali.rice.location.api.county |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Method and Description |
---|---|
static County.Builder |
County.Builder.create(CountyContract contract)
creates a County Builder from an existing
CountyContract . |
static County.Builder |
County.Builder.create(String code,
String name,
String countryCode,
String stateCode)
creates a County Builder with the required fields.
|
Modifier and Type | Method and Description |
---|---|
List<County.Builder> |
CountyQueryResults.Builder.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
CountyQueryResults.Builder.setResults(List<County.Builder> results) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.