org.pentaho.reporting.engine.classic.core.states
Class FunctionStorageKey

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.states.FunctionStorageKey

public class FunctionStorageKey
extends Object


Method Summary
static FunctionStorageKey createKey(ReportStateKey parent, ReportDefinition reportDefinition)
           
 boolean equals(Object o)
           
 InstanceID getReportId()
           
 String getReportName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getReportName

public String getReportName()

getReportId

public InstanceID getReportId()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

createKey

public static FunctionStorageKey createKey(ReportStateKey parent,
                                           ReportDefinition reportDefinition)