org.kuali.rice.kns.bo
Class AdHocRoutePersonId

java.lang.Object
  extended by org.kuali.rice.kns.bo.AdHocRoutePersonId
All Implemented Interfaces:
java.io.Serializable

public class AdHocRoutePersonId
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
AdHocRoutePersonId()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getActionRequested()
           
 java.lang.String getId()
           
 java.lang.Integer getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdHocRoutePersonId

public AdHocRoutePersonId()
Method Detail

getType

public java.lang.Integer getType()

getActionRequested

public java.lang.String getActionRequested()

getId

public java.lang.String getId()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

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


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