|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.model.grouping.PubDecade
public class PubDecade
A publication decade grouping object.
Constructor Summary | |
---|---|
PubDecade()
Creates a new publication decade grouping object. |
|
PubDecade(int startYear)
Creates a new publication decade grouping object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Returns true if this object is equal to some other object. |
Spelling |
getGroupingSpelling(int numHits)
Gets the spelling of the grouping object. |
java.lang.String |
getReportPhrase()
Gets the report phrase. |
int |
getStartYear()
Gets the start year of the decade. |
int |
hashCode()
Returns a hash code for the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PubDecade()
public PubDecade(int startYear)
startYear
- The start year of the decade. Method Detail |
---|
public int getStartYear()
public java.lang.String getReportPhrase()
getReportPhrase
in interface GroupingObject
public Spelling getGroupingSpelling(int numHits)
getGroupingSpelling
in interface GroupingObject
numHits
- Number of hits.
public boolean equals(java.lang.Object obj)
equals
in interface GroupingObject
equals
in class java.lang.Object
obj
- The other object.
public int hashCode()
hashCode
in interface GroupingObject
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |