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() |
HashMap<ClientResourceType,ClientResource> |
getResources() |
Integer |
getSelectedSpeciesCount() |
SpeciesSearchDescriptor |
getSpeciesSearchDescriptor() |
void |
setBiodiversityCount(Integer biodiversityCount) |
void |
setDistributionCount(Integer distributionCount) |
void |
setResources(HashMap<ClientResourceType,ClientResource> resources) |
void |
setSelectedSpeciesCount(Integer selectedSpeciesCount) |
void |
setSpeciesSearchDescriptor(SpeciesSearchDescriptor speciesSearchDescriptor) |
public HashMap<ClientResourceType,ClientResource> getResources()
public void setResources(HashMap<ClientResourceType,ClientResource> resources)
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)
Copyright © 2014. All Rights Reserved.