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

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

public class PersonDocumentEmploymentInfoId
extends CompositePrimaryKeyBase

PK for PersonRoleDocument

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

Field Summary
protected  String documentNumber
           
protected  String entityEmploymentId
           
 
Constructor Summary
PersonDocumentEmploymentInfoId()
           
 
Method Summary
 String getDocumentNumber()
           
 String getEntityEmploymentId()
           
 
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

entityEmploymentId

protected String entityEmploymentId
Constructor Detail

PersonDocumentEmploymentInfoId

public PersonDocumentEmploymentInfoId()
Method Detail

getEntityEmploymentId

public String getEntityEmploymentId()
Returns:
the roleId

getDocumentNumber

public String getDocumentNumber()
Returns:
the documentNumber


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