Interface CountyContract
- All Superinterfaces:
Coded,Inactivatable,Versioned
- All Known Implementing Classes:
County,County.Builder
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.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
-