|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.translator.FindItemEntry
public class FindItemEntry
Just a little structure to manage a single find item for sorting etc.
| Field Summary | |
|---|---|
int |
id
|
java.lang.String |
name
|
| Constructor Summary | |
|---|---|
FindItemEntry()
|
|
FindItemEntry(java.lang.String name,
int id)
|
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object nother)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
public int id
| Constructor Detail |
|---|
public FindItemEntry()
public FindItemEntry(java.lang.String name,
int id)
| Method Detail |
|---|
public int compareTo(java.lang.Object nother)
compareTo in interface java.lang.Comparable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||