Class Citizen

  • All Implemented Interfaces:
    ICreditor, ICitizen

    public class Citizen
    extends DefaultCreditor
    implements ICitizen
    A citizen is an inhabitatant of a town, who does not directly partake in the game play. There may be interactions with citizens (e.g. loans).
    Author:
    Andi Hotz, (c) Sahits GmbH, 2014 Created on Dec 30, 2014
    • Constructor Summary

      Constructors 
      Constructor Description
      Citizen()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lastName

        private final java.lang.String lastName
      • name

        private final java.lang.String name
      • hometown

        private final ICity hometown
    • Constructor Detail

      • Citizen

        public Citizen()