Class Template
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.common.template.Template
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.common.active.Inactivatable,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,TemplateContract
public final class Template
extends org.kuali.rice.core.api.mo.AbstractDataTransferObject
implements 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 interfaceorg.kuali.rice.core.api.mo.common.Identifiable- 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 interfaceorg.kuali.rice.core.api.mo.common.active.Inactivatable- See Also:
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceorg.kuali.rice.core.api.mo.common.Versioned- See Also:
-
getObjectId
- Specified by:
getObjectIdin interfaceorg.kuali.rice.core.api.mo.common.GloballyUnique- See Also:
-