Class TavernProperties.Person

  • Enclosing class:
    TavernProperties

    public static class TavernProperties.Person
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int maxAbsence  
      private int maxPresence  
    • Constructor Summary

      Constructors 
      Constructor Description
      Person()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • maxAbsence

        private int maxAbsence
      • maxPresence

        private int maxPresence
    • Constructor Detail

      • Person

        public Person()