org.kuali.rice.kns.bo
Class AdHocRoutePersonId

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

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

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

type

private Integer type

actionRequested

private String actionRequested

id

private String id
Constructor Detail

AdHocRoutePersonId

public AdHocRoutePersonId()

AdHocRoutePersonId

public AdHocRoutePersonId(Integer type,
                          String actionRequested,
                          String id)
Method Detail

getType

public Integer getType()

getActionRequested

public String getActionRequested()

getId

public String getId()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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