org.kuali.rice.kew.removereplace
Class RuleTargetId

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

public class RuleTargetId
extends java.lang.Object
implements java.io.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

Constructor Summary
RuleTargetId()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Long getDocumentId()
           
 java.lang.Long getRuleId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleTargetId

public RuleTargetId()
Method Detail

getDocumentId

public java.lang.Long getDocumentId()

getRuleId

public java.lang.Long getRuleId()

hashCode

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

equals

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


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