Class PlayerFactBuilderImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      PlayerFactBuilderImpl​(java.lang.String id, boolean team, int totalMembers)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      eu.trentorise.game.model.Player asOriginalPojo()  
      java.lang.String getId()  
      java.util.Map<java.lang.String,​java.lang.String> getLevels()  
      int getTotalMembers()  
      boolean isTeam()  
      • Methods inherited from class java.lang.Object

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

      • PlayerFactBuilderImpl

        public PlayerFactBuilderImpl​(java.lang.String id,
                                     boolean team,
                                     int totalMembers)
    • Method Detail

      • getId

        public java.lang.String getId()
      • isTeam

        public boolean isTeam()
      • getTotalMembers

        public int getTotalMembers()
      • getLevels

        public java.util.Map<java.lang.String,​java.lang.String> getLevels()