org.kuali.rice.kim.bo.role.dto
Class KimResponsibilityTemplateInfo
java.lang.Object
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
responsibilityTemplateId
protected String responsibilityTemplateId
namespaceCode
protected String namespaceCode
name
protected String name
kimTypeId
protected String kimTypeId
description
protected String description
active
protected boolean active
KimResponsibilityTemplateInfo
public KimResponsibilityTemplateInfo()
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.