com.googlecode.fascinator.portal.workflow
Class SimpleWorkflowPageCacheKey

java.lang.Object
  extended by com.googlecode.fascinator.portal.workflow.SimpleWorkflowPageCacheKey
All Implemented Interfaces:
Comparable<SimpleWorkflowPageCacheKey>

public class SimpleWorkflowPageCacheKey
extends Object
implements Comparable<SimpleWorkflowPageCacheKey>


Constructor Summary
SimpleWorkflowPageCacheKey(String portalId, String workflowId, String workflowStep)
           
 
Method Summary
 int compareTo(SimpleWorkflowPageCacheKey key)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleWorkflowPageCacheKey

public SimpleWorkflowPageCacheKey(String portalId,
                                  String workflowId,
                                  String workflowStep)
Method Detail

compareTo

public int compareTo(SimpleWorkflowPageCacheKey key)
Specified by:
compareTo in interface Comparable<SimpleWorkflowPageCacheKey>

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2009-2014. All Rights Reserved.