Package org.kuali.rice.krad.bo
Class AdHocRouteWorkgroupId
java.lang.Object
org.kuali.rice.krad.bo.AdHocRouteWorkgroupId
- All Implemented Interfaces:
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.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAdHocRouteWorkgroupId(Integer type, String actionRequested, String id) Sets property values. -
Method Summary
-
Constructor Details
-
AdHocRouteWorkgroupId
public AdHocRouteWorkgroupId() -
AdHocRouteWorkgroupId
Sets property values.- Parameters:
type- ad hoc type identifieractionRequested- action requestedid- unique identifier
-
-
Method Details
-
getType
Gets the type identifier.- Returns:
- type identifier
-
getActionRequested
Gets the action requested.- Returns:
- action requested.
-
getId
Gets the unique identifier.- Returns:
- unique identifier
-
equals
-
hashCode
public int hashCode()
-