Package org.kuali.rice.kim.api.type
Class KimTypeAttribute
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.type.KimTypeAttribute
- All Implemented Interfaces:
Serializable,Inactivatable,GloballyUnique,Identifiable,Versioned,ModelObjectBasic,ModelObjectComplete,KimTypeAttributeContract
public final class KimTypeAttribute
extends AbstractDataTransferObject
implements KimTypeAttributeContract
An immutable representation of a
KimTypeAttributeContract.
To construct an instance of a KimTypeAttribute, use the KimTypeAttribute.Builder class.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThis builder constructs an KimTypeAttribute enforcing the constraints of theKimTypeAttributeContract. -
Method Summary
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
-
getSortCode
Description copied from interface:KimTypeAttributeContractThe alpha and/or numeric code used to choose an order for displaying KimTypeAttributes. This can be null or blank.- Specified by:
getSortCodein interfaceKimTypeAttributeContract- Returns:
- the sort code.
-
getKimAttribute
Description copied from interface:KimTypeAttributeContractThe kim attribute associated with the kim type attribute. This can be null if no KimAttributes are associated.- Specified by:
getKimAttributein interfaceKimTypeAttributeContract- Returns:
- the kim attribute
-
getKimTypeId
Description copied from interface:KimTypeAttributeContractThe kim type id associated with the kim type attribute. This can be null if no KimType is associated.- Specified by:
getKimTypeIdin interfaceKimTypeAttributeContract- Returns:
- the kim type id
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceInactivatable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-
getObjectId
- Specified by:
getObjectIdin interfaceGloballyUnique
-