Uses of Class
org.kuali.rice.location.api.postalcode.PostalCode.Builder

Packages that use PostalCode.Builder
org.kuali.rice.location.api.postalcode Copyright 2005-2013 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. 
 

Uses of PostalCode.Builder in org.kuali.rice.location.api.postalcode
 

Methods in org.kuali.rice.location.api.postalcode that return PostalCode.Builder
static PostalCode.Builder PostalCode.Builder.create(PostalCodeContract contract)
          creates a PostalCode builder from an existing PostalCodeContract.
static PostalCode.Builder PostalCode.Builder.create(String code, String countryCode)
          creates a PostalCode builder with the required fields.
 

Methods in org.kuali.rice.location.api.postalcode that return types with arguments of type PostalCode.Builder
 List<PostalCode.Builder> PostalCodeQueryResults.Builder.getResults()
           
 

Method parameters in org.kuali.rice.location.api.postalcode with type arguments of type PostalCode.Builder
 void PostalCodeQueryResults.Builder.setResults(List<PostalCode.Builder> results)
           
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.