Class KimAttribute
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.common.attribute.KimAttribute
- All Implemented Interfaces:
Serializable,Inactivatable,GloballyUnique,Identifiable,Versioned,ModelObjectBasic,ModelObjectComplete,KimAttributeContract
An immutable representation of a
KimAttributeContract.
To construct an instance of a KimAttribute, use the KimAttribute.Builder class.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThis builder constructs an KimAttribute enforcing the constraints of theKimAttributeContract.static class -
Method Summary
Modifier and TypeMethodDescriptionThe label for the kim attribute.The name of the attribute on theKimAttributeContract.getComponentName().A fully-qualified class name which contains theKimAttributeContract.getAttributeName().getId()The namespace code that this kim attribute belongs too.booleanisActive()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 interfaceIdentifiable
-
getComponentName
Description copied from interface:KimAttributeContractA fully-qualified class name which contains theKimAttributeContract.getAttributeName(). This cannot be null or a blank string.- Specified by:
getComponentNamein interfaceKimAttributeContract- Returns:
- the name
-
getAttributeName
Description copied from interface:KimAttributeContractThe name of the attribute on theKimAttributeContract.getComponentName(). This cannot be null or a blank string.- Specified by:
getAttributeNamein interfaceKimAttributeContract- Returns:
- the name
-
getNamespaceCode
Description copied from interface:KimAttributeContractThe namespace code that this kim attribute belongs too. This cannot be null or a blank string.- Specified by:
getNamespaceCodein interfaceKimAttributeContract- Returns:
- namespace code
-
getAttributeLabel
Description copied from interface:KimAttributeContractThe label for the kim attribute. This is optional and can be null or blank.- Specified by:
getAttributeLabelin interfaceKimAttributeContract- Returns:
- the label
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceInactivatable
-
getObjectId
- Specified by:
getObjectIdin interfaceGloballyUnique
-