public static class DictionaryResource_impl.DictEntryImpl extends java.lang.Object implements DictionaryResource.DictEntry
Constructor and Description |
---|
DictionaryResource_impl.DictEntryImpl(java.lang.String[] elements,
java.lang.String unsorted,
EntryProperties properties) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getElements() |
EntryProperties |
getProperties() |
java.lang.String |
getUnsorted() |
void |
setElements(java.lang.String[] elements) |
void |
setProperties(EntryProperties properties) |
void |
setUnsorted(java.lang.String unsorted) |
java.lang.String |
toString() |
public DictionaryResource_impl.DictEntryImpl(java.lang.String[] elements, java.lang.String unsorted, EntryProperties properties)
elements
- unsorted
- properties
- public void setProperties(EntryProperties properties)
setProperties
in interface DictionaryResource.DictEntry
properties
- The properties to set.public EntryProperties getProperties()
getProperties
in interface DictionaryResource.DictEntry
public java.lang.String toString()
toString
in interface DictionaryResource.DictEntry
toString
in class java.lang.Object
public java.lang.String getUnsorted()
getUnsorted
in interface DictionaryResource.DictEntry
public void setUnsorted(java.lang.String unsorted)
setUnsorted
in interface DictionaryResource.DictEntry
public java.lang.String[] getElements()
getElements
in interface DictionaryResource.DictEntry
public void setElements(java.lang.String[] elements)
setElements
in interface DictionaryResource.DictEntry
Copyright © 2013. All Rights Reserved.