org.kuali.rice.kew.rule
Class GroupRuleResponsibility

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kew.bo.KewPersistableBusinessObjectBase
              extended by org.kuali.rice.kew.rule.RuleResponsibility
                  extended by org.kuali.rice.kew.rule.GroupRuleResponsibility
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, BusinessObject, PersistableBusinessObject

public class GroupRuleResponsibility
extends RuleResponsibility

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

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

Field Summary
protected  GroupImpl kimGroupImpl
           
private  String name
           
private  String namespaceCode
           
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
GroupRuleResponsibility()
           
 
Method Summary
 GroupImpl getKimGroupImpl()
           
 String getName()
           
 String getNamespaceCode()
           
 void setName(String name)
           
 void setNamespaceCode(String namespaceCode)
           
 
Methods inherited from class org.kuali.rice.kew.rule.RuleResponsibility
copy, equals, getActionRequestedCd, getActionRequestedDisplayValue, getApprovePolicy, getDelegationRule, getDelegationRules, getGroup, getPrincipal, getPriority, getResolvedRoleName, getResponsibilityId, getRole, getRoleAttributeName, getRuleBaseValues, getRuleBaseValuesId, getRuleResponsibilityKey, getRuleResponsibilityName, getRuleResponsibilityType, getRuleResponsibilityTypeDisplayValue, hashCode, isUsingGroup, isUsingRole, isUsingWorkflowUser, resolveRoleAttribute, setActionRequestedCd, setApprovePolicy, setPriority, setResponsibilityId, setRuleBaseValues, setRuleBaseValuesId, setRuleResponsibilityKey, setRuleResponsibilityName, setRuleResponsibilityType, toStringMapper
 
Methods inherited from class org.kuali.rice.kew.bo.KewPersistableBusinessObjectBase
beforeInsert
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Field Detail

kimGroupImpl

protected GroupImpl kimGroupImpl

namespaceCode

private String namespaceCode

name

private String name
Constructor Detail

GroupRuleResponsibility

public GroupRuleResponsibility()
Method Detail

getNamespaceCode

public String getNamespaceCode()

setNamespaceCode

public void setNamespaceCode(String namespaceCode)

getName

public String getName()

setName

public void setName(String name)

getKimGroupImpl

public GroupImpl getKimGroupImpl()


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