|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.tudarmstadt.ukp.jwktl.api.entry.BerkeleyDBWiktionaryEdition.WiktionarySenseProxy
@Entity public static class BerkeleyDBWiktionaryEdition.WiktionarySenseProxy
Proxy object for referencing to a IWiktionarySense
. The proxy
objects serve as a secondary database index.
Field Summary | |
---|---|
protected int |
entryIndex
|
protected long |
pageId
|
protected int |
senseIndex
|
protected String |
senseKey
|
Constructor Summary | |
---|---|
BerkeleyDBWiktionaryEdition.WiktionarySenseProxy()
Instanciates an sense proxy with dangling reference. |
|
BerkeleyDBWiktionaryEdition.WiktionarySenseProxy(IWiktionarySense sense)
Instanciates an sense proxy to the given referenced sense. |
Method Summary | |
---|---|
int |
getEntryIndex()
Return the entry index of the referenced IWiktionarySense . |
long |
getPageId()
Return the page ID of the referenced IWiktionarySense . |
int |
getSenseIndex()
Return the sense index of the referenced IWiktionarySense . |
String |
getSenseKey()
Return the sense key of the referenced IWiktionarySense . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@PrimaryKey protected String senseKey
protected long pageId
protected int entryIndex
protected int senseIndex
Constructor Detail |
---|
public BerkeleyDBWiktionaryEdition.WiktionarySenseProxy()
public BerkeleyDBWiktionaryEdition.WiktionarySenseProxy(IWiktionarySense sense)
Method Detail |
---|
public String getSenseKey()
IWiktionarySense
.
public long getPageId()
IWiktionarySense
.
public int getEntryIndex()
IWiktionarySense
.
public int getSenseIndex()
IWiktionarySense
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |