|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.ReportBuilderHints.ParserHintKey
The parser hint key is a compound key to combine a string key name with an arbitary target object.
Constructor Summary | |
ReportBuilderHints.ParserHintKey(java.io.Serializable primaryKey,
java.lang.String hintKey)
Creates a new parser hint key for the given primary key and the given key name. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Compares whether this key points to the same object and refers to the same key name. |
java.lang.String |
getHintKey()
Returns the hint name. |
java.lang.Object |
getPrimaryKey()
Returns the primary key object for that hint key. |
int |
hashCode()
Computes an hashcode for this key. |
java.lang.String |
toString()
Prints this key as string. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ReportBuilderHints.ParserHintKey(java.io.Serializable primaryKey, java.lang.String hintKey)
primaryKey
- the target object for that a hint should be stored.hintKey
- the name of the hint.Method Detail |
public java.lang.Object getPrimaryKey()
public java.lang.String getHintKey()
public boolean equals(java.lang.Object o)
o
- the object to compare
Object.equals(java.lang.Object)
public int hashCode()
Object.hashCode()
public java.lang.String toString()
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |