Class WorkflowStateEntity.PrimaryKey

java.lang.Object
org.keycloak.models.workflow.WorkflowStateEntity.PrimaryKey
All Implemented Interfaces:
Serializable
Enclosing class:
WorkflowStateEntity

public static class WorkflowStateEntity.PrimaryKey extends Object implements Serializable
See Also:
  • Constructor Details

    • PrimaryKey

      public PrimaryKey()
    • PrimaryKey

      public PrimaryKey(String resourceId, String workflowId)
  • Method Details

    • getResourceId

      public String getResourceId()
    • setResourceId

      public void setResourceId(String resourceId)
    • getWorkflowId

      public String getWorkflowId()
    • setWorkflowId

      public void setWorkflowId(String workflowId)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object