org.kuali.rice.kim.bo.ui
Class KimDocumentRoleResponsibilityActionId

java.lang.Object
  extended by org.kuali.rice.core.framework.persistence.jpa.CompositePrimaryKeyBase
      extended by org.kuali.rice.kim.bo.ui.KimDocumentRoleResponsibilityActionId
All Implemented Interfaces:
Serializable

public class KimDocumentRoleResponsibilityActionId
extends CompositePrimaryKeyBase

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

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

Field Summary
protected  String documentNumber
           
protected  String roleResponsibilityActionId
           
 
Constructor Summary
KimDocumentRoleResponsibilityActionId()
           
 
Method Summary
 String getDocumentNumber()
           
 String getRoleResponsibilityActionId()
           
 
Methods inherited from class org.kuali.rice.core.framework.persistence.jpa.CompositePrimaryKeyBase
equals, hashCode, isGetter, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

documentNumber

protected String documentNumber

roleResponsibilityActionId

protected String roleResponsibilityActionId
Constructor Detail

KimDocumentRoleResponsibilityActionId

public KimDocumentRoleResponsibilityActionId()
Method Detail

getDocumentNumber

public String getDocumentNumber()
Returns:
the documentNumber

getRoleResponsibilityActionId

public String getRoleResponsibilityActionId()
Returns:
the delegationId


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.