public final class KimAttribute extends AbstractDataTransferObject implements KimAttributeContract
KimAttributeContract
.
To construct an instance of a KimAttribute, use the KimAttribute.Builder
class.
KimAttributeContract
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
KimAttribute.Builder
This builder constructs an KimAttribute enforcing the constraints of the
KimAttributeContract . |
static class |
KimAttribute.Cache |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeLabel()
The label for the kim attribute.
|
String |
getAttributeName()
The name of the attribute on the
KimAttributeContract.getComponentName() . |
String |
getComponentName()
A fully-qualified class name which contains the
KimAttributeContract.getAttributeName() . |
String |
getId()
The unique identifier for an object.
|
String |
getNamespaceCode()
The namespace code that this kim attribute belongs too.
|
String |
getObjectId()
Return the globally unique object id of this object.
|
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 getId()
Identifiable
getId
in interface Identifiable
public String getComponentName()
KimAttributeContract
KimAttributeContract.getAttributeName()
. This cannot be null or a blank string.getComponentName
in interface KimAttributeContract
public String getAttributeName()
KimAttributeContract
KimAttributeContract.getComponentName()
. This cannot be null or a blank string.getAttributeName
in interface KimAttributeContract
public String getNamespaceCode()
KimAttributeContract
getNamespaceCode
in interface KimAttributeContract
public String getAttributeLabel()
KimAttributeContract
getAttributeLabel
in interface KimAttributeContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.