| Package | Description |
|---|---|
| org.kuali.rice.location.api.state |
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 State.Builder |
State.Builder.create(StateContract contract)
creates a Parameter from an existing
StateContract. |
static State.Builder |
State.Builder.create(String code,
String name,
String countryCode)
creates a State with the required fields.
|
| Modifier and Type | Method and Description |
|---|---|
List<State.Builder> |
StateQueryResults.Builder.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
StateQueryResults.Builder.setResults(List<State.Builder> results) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.