Interface CountyContract
- All Superinterfaces:
org.kuali.rice.core.api.mo.common.Coded,org.kuali.rice.core.api.mo.common.active.Inactivatable,org.kuali.rice.core.api.mo.common.Versioned
- All Known Implementing Classes:
County,County.Builder
public interface CountyContract
extends org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.common.Coded
This is the contract for a State.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionThis the postal country code for the County.getName()This the name for the County.This the postal state code for the County.Methods inherited from interface org.kuali.rice.core.api.mo.common.Coded
getCodeMethods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable
isActiveMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Method Details
-
getCountryCode
String getCountryCode()This the postal country code for the County. This cannot be null or a blank string.- Returns:
- postal country code
-
getStateCode
String getStateCode()This the postal state code for the County. This cannot be null or a blank string.- Returns:
- postal state code
-
getName
String getName()This the name for the County. This cannot be null or a blank string.- Returns:
- name
-