harryShepherd / Ambry

Software Engineering Methods Group 18
Apache License 2.0
3 stars 0 forks source link

Classes for Table Items #37

Closed harryShepherd closed 4 months ago

harryShepherd commented 5 months ago

In the branch feature/db-interaction , several classes are needed for the databases. These include:

City:
- ID
- Name
- CountryCode
- District
- Population
County:
- Code
- Name
- Continent
- Region
- SurfaceArea
- Indepyear
- Population
- LifeExpectancy
- GNP
- GNPOld
- LocalName
- GovernmentForm
- HeadOfState
- Capital
- Code2
CountryLanguage:
- CountryCode
- Language
- IsOfficial
- Percentage
MurdoWa commented 5 months ago

completed for country:

https://github.com/harryShepherd/Ambry/blob/feature/db-interaction/src/main/java/com/napier/Ambry/Country.java

MurdoWa commented 5 months ago

completed for countyLanguage:

https://github.com/harryShepherd/Ambry/blob/feature/db-interaction/src/main/java/com/napier/Ambry/CountryLanguage.java

harryShepherd commented 4 months ago

THANK you murdo wa