org.kuali.rice.kim.api.common.template
Interface TemplateContract

All Superinterfaces:
GloballyUnique, Identifiable, Inactivatable, Versioned
All Known Implementing Classes:
Template, Template.Builder

public interface TemplateContract
extends Versioned, GloballyUnique, Inactivatable, Identifiable


Method Summary
 String getDescription()
          The description of the KIM Permission Template.
 String getKimTypeId()
          The KIM Type ID referenced by the KIM Permission Template.
 String getName()
          The name of the KIM Permission Template.
 String getNamespaceCode()
          The namespace code that this KIM Permission Template belongs too.
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable
isActive
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getId
 

Method Detail

getNamespaceCode

String getNamespaceCode()
The namespace code that this KIM Permission Template belongs too.

Returns:
namespaceCode

getName

String getName()
The name of the KIM Permission Template.

Returns:
name

getDescription

String getDescription()
The description of the KIM Permission Template.

Returns:
description

getKimTypeId

String getKimTypeId()
The KIM Type ID referenced by the KIM Permission Template.

Returns:
typeId


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.