org.kuali.rice.kew.removereplace
Class WorkgroupTargetId

java.lang.Object
  extended by org.kuali.rice.kew.removereplace.WorkgroupTargetId
All Implemented Interfaces:
Serializable

public class WorkgroupTargetId
extends Object
implements Serializable

This Compound Primary Class has been generated by the rice ojb2jpa Groovy script. Please note that there are no setter methods, only getters. This is done purposefully as cpk classes can not change after they have been created. Also note they require a public no-arg constructor. TODO: Implement the equals() and hashCode() methods.

See Also:
Serialized Form

Field Summary
private  Long documentId
           
private  Long workgroupId
           
 
Constructor Summary
WorkgroupTargetId()
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getDocumentId()
           
 Long getWorkgroupId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

documentId

private Long documentId

workgroupId

private Long workgroupId
Constructor Detail

WorkgroupTargetId

public WorkgroupTargetId()
Method Detail

getDocumentId

public Long getDocumentId()

getWorkgroupId

public Long getWorkgroupId()

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)


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