Class KimAttributeData
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.common.attribute.KimAttributeData
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.common.GloballyUnique,org.kuali.rice.core.api.mo.common.Identifiable,org.kuali.rice.core.api.mo.common.Versioned,org.kuali.rice.core.api.mo.ModelObjectBasic,org.kuali.rice.core.api.mo.ModelObjectComplete,KimAttributeDataContract
public final class KimAttributeData
extends org.kuali.rice.core.api.mo.AbstractDataTransferObject
implements KimAttributeDataContract
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe id of the object this AttributeData is associated with.The attribute value.getId()The kim attribute associated with the kim attribute data.The kim type associated with the kim attribute data.The kim type id associated with the kim attribute data.Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getId
- Specified by:
getIdin interfaceorg.kuali.rice.core.api.mo.common.Identifiable
-
getAssignedToId
Description copied from interface:KimAttributeDataContractThe id of the object this AttributeData is associated with. For example: this could be a permissionId, roleId, groupId, or responsibilityId.- Specified by:
getAssignedToIdin interfaceKimAttributeDataContract- Returns:
- the id
-
getKimTypeId
Description copied from interface:KimAttributeDataContractThe kim type id associated with the kim attribute data. This can be null if no kim types are associated.- Specified by:
getKimTypeIdin interfaceKimAttributeDataContract- Returns:
- the kim type id
-
getKimType
Description copied from interface:KimAttributeDataContractThe kim type associated with the kim attribute data. This can be null if no kim types are associated.- Specified by:
getKimTypein interfaceKimAttributeDataContract- Returns:
- the kim type
-
getKimAttribute
Description copied from interface:KimAttributeDataContractThe kim attribute associated with the kim attribute data. This can be null if no KimAttributes are associated.- Specified by:
getKimAttributein interfaceKimAttributeDataContract- Returns:
- the kim attribute
-
getAttributeValue
Description copied from interface:KimAttributeDataContractThe attribute value. This can be null or blank.- Specified by:
getAttributeValuein interfaceKimAttributeDataContract- Returns:
- the attribute value.
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceorg.kuali.rice.core.api.mo.common.Versioned
-
getObjectId
- Specified by:
getObjectIdin interfaceorg.kuali.rice.core.api.mo.common.GloballyUnique
-