public final class CodedAttribute extends AbstractDataTransferObject implements CodedAttributeContract
Modifier and Type | Class and Description |
---|---|
static class |
CodedAttribute.Builder
A builder which can be used to construct
CodedAttribute instances. |
static class |
CodedAttribute.Cache |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
The code value for this object.
|
String |
getName()
This the name for the AddressType.
|
String |
getObjectId()
Return the globally unique object id of this object.
|
String |
getSortCode()
This the sort code for the AddressType.
|
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 getName()
CodedAttributeContract
getName
in interface CodedAttributeContract
public String getCode()
Coded
public String getSortCode()
CodedAttributeContract
getSortCode
in interface CodedAttributeContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.