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, toString
public String getId()
Identifiable
getId
in interface Identifiable
public String getAssignedToId()
KimAttributeDataContract
getAssignedToId
in interface KimAttributeDataContract
public String getKimTypeId()
KimAttributeDataContract
getKimTypeId
in interface KimAttributeDataContract
public KimType getKimType()
KimAttributeDataContract
getKimType
in interface KimAttributeDataContract
public KimAttribute getKimAttribute()
KimAttributeDataContract
getKimAttribute
in interface KimAttributeDataContract
public String getAttributeValue()
KimAttributeDataContract
getAttributeValue
in interface KimAttributeDataContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.