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

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

public class KimResponsibilityTemplateInfo
extends Object
implements KimResponsibilityTemplate, Serializable

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 responsibilityTemplateId
           
 
Constructor Summary
KimResponsibilityTemplateInfo()
           
 
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 getResponsibilityTemplateId()
           
 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 setResponsibilityTemplateId(String responsibilityTemplateId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

responsibilityTemplateId

protected String responsibilityTemplateId

namespaceCode

protected String namespaceCode

name

protected String name

kimTypeId

protected String kimTypeId

description

protected String description

active

protected boolean active
Constructor Detail

KimResponsibilityTemplateInfo

public KimResponsibilityTemplateInfo()
Method Detail

getKimTypeId

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

Specified by:
getKimTypeId in interface KimResponsibilityTemplate

isActive

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

Specified by:
isActive in interface Inactivateable
See Also:
Inactivateable.isActive()

setActive

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

Specified by:
setActive in interface Inactivateable
See Also:
Inactivateable.setActive(boolean)

getDescription

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

Specified by:
getDescription in interface KimResponsibilityTemplate
See Also:
KimResponsibility.getDescription()

getResponsibilityTemplateId

public String getResponsibilityTemplateId()
Specified by:
getResponsibilityTemplateId in interface KimResponsibilityTemplate
See Also:
ResponsibilityDetails.getResponsibilityId()

getName

public String getName()
Specified by:
getName in interface KimResponsibilityTemplate
See Also:
KimResponsibility.getName()

setKimTypeId

public void setKimTypeId(String kimTypeId)

setDescription

public void setDescription(String description)

setName

public void setName(String name)

toString

public String toString()
Overrides:
toString in class Object

getNamespaceCode

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

setNamespaceCode

public void setNamespaceCode(String namespaceCode)

setResponsibilityTemplateId

public void setResponsibilityTemplateId(String responsibilityTemplateId)


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