Class AdHocRouteWorkgroupId

java.lang.Object
org.kuali.rice.krad.bo.AdHocRouteWorkgroupId
All Implemented Interfaces:
Serializable

public class AdHocRouteWorkgroupId 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.
See Also:
  • Constructor Details

    • AdHocRouteWorkgroupId

      public AdHocRouteWorkgroupId()
    • AdHocRouteWorkgroupId

      public AdHocRouteWorkgroupId(Integer type, String actionRequested, String id)
      Sets property values.
      Parameters:
      type - ad hoc type identifier
      actionRequested - action requested
      id - unique identifier
  • Method Details

    • getType

      public Integer getType()
      Gets the type identifier.
      Returns:
      type identifier
    • getActionRequested

      public String getActionRequested()
      Gets the action requested.
      Returns:
      action requested.
    • getId

      public String getId()
      Gets the unique identifier.
      Returns:
      unique identifier
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object