public class SettingsDescriptor extends Object implements com.google.gwt.user.client.rpc.IsSerializable
Constructor and Description |
---|
SettingsDescriptor() |
Modifier and Type | Method and Description |
---|---|
Integer |
getBiodiversityCount() |
Integer |
getDistributionCount() |
ClientResource |
getSelectedHspen() |
Integer |
getSelectedSpeciesCount() |
SpeciesSearchDescriptor |
getSpeciesSearchDescriptor() |
void |
setBiodiversityCount(Integer biodiversityCount) |
void |
setDistributionCount(Integer distributionCount) |
void |
setSelectedHspen(ClientResource selectedHspen) |
void |
setSelectedSpeciesCount(Integer selectedSpeciesCount) |
void |
setSpeciesSearchDescriptor(SpeciesSearchDescriptor speciesSearchDescriptor) |
public SpeciesSearchDescriptor getSpeciesSearchDescriptor()
public void setSpeciesSearchDescriptor(SpeciesSearchDescriptor speciesSearchDescriptor)
public Integer getBiodiversityCount()
public void setBiodiversityCount(Integer biodiversityCount)
public Integer getDistributionCount()
public void setDistributionCount(Integer distributionCount)
public Integer getSelectedSpeciesCount()
public void setSelectedSpeciesCount(Integer selectedSpeciesCount)
public ClientResource getSelectedHspen()
public void setSelectedHspen(ClientResource selectedHspen)
Copyright © 2014. All Rights Reserved.