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

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

public class KimPermissionInfo
extends PermissionDetailsInfo
implements KimPermission, 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 name
           
protected  String namespaceCode
           
protected  KimPermissionTemplateInfo template
           
protected  String templateId
           
 
Fields inherited from class org.kuali.rice.kim.bo.role.dto.PermissionDetailsInfo
details, permissionId
 
Constructor Summary
KimPermissionInfo()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAttributeDetailToDisplay(Map.Entry<String,String> entry)
           
 String getDescription()
          Verbose description of the Permission and functionally what permissions it implies.
 String getDetailObjectsToDisplay()
           
 String getDetailObjectsValues()
           
protected  String getKimAttributeLabelFromDD(String attributeName)
           
 String getName()
           
 String getNamespaceCode()
           
 String getNameToDisplay()
           
protected  PermissionService getPermissionService()
           
 KimPermissionTemplateInfo getTemplate()
           
 String getTemplateId()
           
 int hashCode()
           
 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 setName(String name)
           
 void setNamespaceCode(String namespaceCode)
           
 void setTemplate(KimPermissionTemplateInfo template)
           
 void setTemplateId(String templateId)
           
 String toString()
           
 
Methods inherited from class org.kuali.rice.kim.bo.role.dto.PermissionDetailsInfo
getDetails, getPermissionId, hasDetails, setDetails, setPermissionId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kim.bo.role.KimPermission
getDetails, getPermissionId, hasDetails
 

Field Detail

namespaceCode

protected String namespaceCode

name

protected String name

description

protected String description

templateId

protected String templateId

template

protected KimPermissionTemplateInfo template

active

protected boolean active
Constructor Detail

KimPermissionInfo

public KimPermissionInfo()
Method Detail

getName

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

setName

public void setName(String name)

getDescription

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

Specified by:
getDescription in interface KimPermission

setDescription

public void setDescription(String description)

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

getNamespaceCode

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

setNamespaceCode

public void setNamespaceCode(String namespaceCode)

getTemplate

public KimPermissionTemplateInfo getTemplate()

setTemplate

public void setTemplate(KimPermissionTemplateInfo template)

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

getNameToDisplay

public String getNameToDisplay()

getDetailObjectsValues

public String getDetailObjectsValues()

getDetailObjectsToDisplay

public String getDetailObjectsToDisplay()

getAttributeDetailToDisplay

public String getAttributeDetailToDisplay(Map.Entry<String,String> entry)

getKimAttributeLabelFromDD

protected String getKimAttributeLabelFromDD(String attributeName)

getPermissionService

protected PermissionService getPermissionService()

getTemplateId

public String getTemplateId()
Specified by:
getTemplateId in interface KimPermission

setTemplateId

public void setTemplateId(String templateId)


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