public static class EntriesListModel.Entry
extends java.lang.Object
Constructor and Description |
---|
EntriesListModel.Entry(java.lang.String key,
java.lang.String value)
Constructs a new schema entry object for use within the list model
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Tests an arbitrary object 'o' for equality with the current
entry object.
|
java.lang.String |
getKey()
Returns the schema key value for the database entry
|
java.lang.String |
toString()
Returns a string representation of the database entry object.
|
public EntriesListModel.Entry(java.lang.String key, java.lang.String value)
key
- the schema key value for the current database entryvalue
- the name-column value for the current database entrypublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getKey()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to test for equalityCopyright © 2008-2014 University of Manitoba.