org.kuali.rice.kim.bo.role.dto
Class KimPermissionTemplateInfo

java.lang.Object
  extended by org.kuali.rice.kim.bo.role.dto.KimPermissionTemplateInfo
All Implemented Interfaces:
Serializable, KimPermissionTemplate, Inactivateable

public class KimPermissionTemplateInfo
extends Object
implements KimPermissionTemplate, Serializable

This is a description of what this class does - kellerj don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
protected  boolean active
           
protected  String description
           
protected  String kimTypeId
           
protected  String name
           
protected  String namespaceCode
           
protected  String permissionTemplateId
           
 
Constructor Summary
KimPermissionTemplateInfo()
           
 
Method Summary
 String getDescription()
          Verbose description of the Permission and functionally what permissions it implies.
 String getKimTypeId()
          Type identifier for this role.
 String getName()
           
 String getNamespaceCode()
           
 String getPermissionTemplateId()
           
 boolean isActive()
          Indicates whether the record is active or inactive.
 void setActive(boolean active)
          Sets the record to active or inactive.
 void setDescription(String description)
           
 void setKimTypeId(String kimTypeId)
           
 void setName(String name)
           
 void setNamespaceCode(String namespaceCode)
           
 void setPermissionTemplateId(String permissionTemplateId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

permissionTemplateId

protected String permissionTemplateId

namespaceCode

protected String namespaceCode

name

protected String name

description

protected String description

kimTypeId

protected String kimTypeId

active

protected boolean active
Constructor Detail

KimPermissionTemplateInfo

public KimPermissionTemplateInfo()
Method Detail

getPermissionTemplateId

public String getPermissionTemplateId()
Specified by:
getPermissionTemplateId in interface KimPermissionTemplate

setPermissionTemplateId

public void setPermissionTemplateId(String permissionTemplateId)

getNamespaceCode

public String getNamespaceCode()
Specified by:
getNamespaceCode in interface KimPermissionTemplate

setNamespaceCode

public void setNamespaceCode(String namespaceCode)

getName

public String getName()
Specified by:
getName in interface KimPermissionTemplate

setName

public void setName(String name)

getDescription

public String getDescription()
Description copied from interface: KimPermissionTemplate
Verbose description of the Permission and functionally what permissions it implies.

Specified by:
getDescription in interface KimPermissionTemplate

setDescription

public void setDescription(String description)

getKimTypeId

public String getKimTypeId()
Description copied from interface: KimPermissionTemplate
Type identifier for this role. This will control what additional attributes are available

Specified by:
getKimTypeId in interface KimPermissionTemplate

setKimTypeId

public void setKimTypeId(String kimTypeId)

isActive

public boolean isActive()
Description copied from interface: Inactivateable
Indicates whether the record is active or inactive.

Specified by:
isActive in interface Inactivateable

setActive

public void setActive(boolean active)
Description copied from interface: Inactivateable
Sets the record to active or inactive.

Specified by:
setActive in interface Inactivateable


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