uk.ac.leeds.ccg.andyt.projects.genesis.society.demography
Class AgeInYearsPopulationCountBean

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.projects.genesis.society.demography.AgeInYearsPopulationCountBean

Deprecated.

@Deprecated
public class AgeInYearsPopulationCountBean
extends java.lang.Object


Constructor Summary
AgeInYearsPopulationCountBean()
          Deprecated.  
AgeInYearsPopulationCountBean(int ageInYears, java.math.BigInteger populationCount)
          Deprecated.  
 
Method Summary
 int getAgeInYears()
          Deprecated.  
 java.math.BigInteger getPopulationCount()
          Deprecated.  
 void setAgeInYears(int ageInYears)
          Deprecated.  
 void setPopulationCount(java.math.BigInteger populationCount)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgeInYearsPopulationCountBean

public AgeInYearsPopulationCountBean(int ageInYears,
                                     java.math.BigInteger populationCount)
Deprecated. 

AgeInYearsPopulationCountBean

public AgeInYearsPopulationCountBean()
Deprecated. 
Method Detail

getAgeInYears

public int getAgeInYears()
Deprecated. 

setAgeInYears

public void setAgeInYears(int ageInYears)
Deprecated. 

getPopulationCount

public java.math.BigInteger getPopulationCount()
Deprecated. 

setPopulationCount

public void setPopulationCount(java.math.BigInteger populationCount)
Deprecated.