public class TaxaCountDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
commonName |
protected Long |
count |
protected String |
family |
protected String |
guid |
protected String |
kingdom |
protected String |
name |
protected String |
rank |
| Constructor and Description |
|---|
TaxaCountDTO() |
TaxaCountDTO(String name) |
TaxaCountDTO(String name,
Long count) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommonName() |
Long |
getCount() |
String |
getFamily() |
String |
getGuid() |
String |
getKingdom() |
String |
getName() |
String |
getRank() |
void |
setCommonName(String commonName) |
void |
setCount(Long count) |
void |
setFamily(String family) |
void |
setGuid(String guid) |
void |
setKingdom(String kingdom) |
void |
setName(String name) |
void |
setRank(String rank) |
String |
toString() |
protected String name
protected String commonName
protected String guid
protected String kingdom
protected String family
protected Long count
protected String rank
public TaxaCountDTO()
public TaxaCountDTO(String name)
public Long getCount()
public void setCount(Long count)
public String getGuid()
public void setGuid(String guid)
public String getName()
public void setName(String name)
public String getCommonName()
public void setCommonName(String commonName)
public String getFamily()
public void setFamily(String family)
public String getKingdom()
public void setKingdom(String kingdom)
public String getRank()
public void setRank(String rank)
Copyright © 2014. All rights reserved.