Class Template
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.common.template.Template
- All Implemented Interfaces:
Serializable,Inactivatable,GloballyUnique,Identifiable,Versioned,ModelObjectBasic,ModelObjectComplete,TemplateContract
An immutable representation of a
TemplateContract.
To construct an instance of a Template, use the Template.Builder class.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThis builder constructs a Template enforcing the constraints of theTemplateContract.static class -
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- See Also:
-
getNamespaceCode
Description copied from interface:TemplateContractThe namespace code that this KIM Permission Template belongs too.- Specified by:
getNamespaceCodein interfaceTemplateContract- Returns:
- namespaceCode
- See Also:
-
getName
Description copied from interface:TemplateContractThe name of the KIM Permission Template.- Specified by:
getNamein interfaceTemplateContract- Returns:
- name
- See Also:
-
getDescription
Description copied from interface:TemplateContractThe description of the KIM Permission Template.- Specified by:
getDescriptionin interfaceTemplateContract- Returns:
- description
- See Also:
-
getKimTypeId
Description copied from interface:TemplateContractThe KIM Type ID referenced by the KIM Permission Template.- Specified by:
getKimTypeIdin interfaceTemplateContract- Returns:
- typeId
- See Also:
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceInactivatable- See Also:
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned- See Also:
-
getObjectId
- Specified by:
getObjectIdin interfaceGloballyUnique- See Also:
-