|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodelling.fiti.data.Item
modelling.fiti.data.InterItem
public class InterItem
Class implementing an inter (extended) item. This is an item with associated an timestamp.
Field Summary |
---|
Fields inherited from class modelling.fiti.data.Item |
---|
FILT_INDEX, index, TERMLIST_INDEX, type |
Constructor Summary | |
---|---|
InterItem(int index,
int indexType,
int timestamp)
Constructor creating a new inter item. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Method returning a clone of this instance. |
boolean |
equals(java.lang.Object o)
Method for comaprint two inter items. |
int |
getTimestamp()
Method for getting the timestamp. |
void |
setTimestamp(int timestamp)
Method for setting the timestamp. |
java.lang.String |
toString()
Method returning a printable representation of this instance. |
Methods inherited from class modelling.fiti.data.Item |
---|
getIndex, getIndexType |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InterItem(int index, int indexType, int timestamp)
index
- Filt or term list indexindexType
- Index typetimestamp
- The timestampMethod Detail |
---|
public java.lang.Object clone()
clone
in class Item
public void setTimestamp(int timestamp)
timestamp
- The timestamppublic int getTimestamp()
public boolean equals(java.lang.Object o)
equals
in class Item
public java.lang.String toString()
toString
in class Item
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |