public class TaxonChildren extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
UNDEFINED |
Constructor and Description |
---|
TaxonChildren() |
TaxonChildren(int startIndex,
int endIndex,
int fullSize,
List<TaxonomyRow> listChildren) |
Modifier and Type | Method and Description |
---|---|
int |
getFullSize() |
List<TaxonomyRow> |
getListChildren() |
int |
getOffset() |
static long |
getSerialversionuid() |
int |
getStartIndex() |
static int |
getUndefined() |
String |
toString() |
public static final int UNDEFINED
public TaxonChildren(int startIndex, int endIndex, int fullSize, List<TaxonomyRow> listChildren)
public TaxonChildren()
public static long getSerialversionuid()
public List<TaxonomyRow> getListChildren()
public int getStartIndex()
public int getOffset()
public int getFullSize()
public static int getUndefined()
Copyright © 2016. All Rights Reserved.