public final class County extends AbstractDataTransferObject implements CountyContract
CountyContract
.
To construct an instance of a County, use the County.Builder
class.
CountyContract
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
County.Builder
This builder constructs an County enforcing the constraints of the
CountyContract . |
static class |
County.Cache |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
The code value for this object.
|
String |
getCountryCode()
This the postal country code for the County.
|
String |
getName()
This the name for the County.
|
String |
getStateCode()
This the postal state code for the County.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isActive()
The active indicator for an object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public String getCode()
public String getName()
getName
in interface CountyContract
public String getCountryCode()
getCountryCode
in interface CountyContract
public String getStateCode()
getStateCode
in interface CountyContract
public boolean isActive()
isActive
in interface Inactivatable
public Long getVersionNumber()
getVersionNumber
in interface Versioned
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.