public final class KimAttributeData extends AbstractDataTransferObject implements KimAttributeDataContract
| Modifier and Type | Class and Description |
|---|---|
static class |
KimAttributeData.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignedToId()
The id of the object this AttributeData is associated with.
|
String |
getAttributeValue()
The attribute value.
|
String |
getId()
The unique identifier for an object.
|
KimAttribute |
getKimAttribute()
The kim attribute associated with the kim attribute data.
|
KimType |
getKimType()
The kim type associated with the kim attribute data.
|
String |
getKimTypeId()
The kim type id associated with the kim attribute data.
|
String |
getObjectId()
Return the globally unique object id of this object.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
IdentifiablegetId in interface Identifiablepublic String getAssignedToId()
KimAttributeDataContractgetAssignedToId in interface KimAttributeDataContractpublic String getKimTypeId()
KimAttributeDataContractgetKimTypeId in interface KimAttributeDataContractpublic KimType getKimType()
KimAttributeDataContractgetKimType in interface KimAttributeDataContractpublic KimAttribute getKimAttribute()
KimAttributeDataContractgetKimAttribute in interface KimAttributeDataContractpublic String getAttributeValue()
KimAttributeDataContractgetAttributeValue in interface KimAttributeDataContractpublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniqueCopyright © 2005–2014 The Kuali Foundation. All rights reserved.