Class PropagationFactBuilderImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      eu.trentorise.game.model.Propagation asOriginalPojo()  
      java.lang.String getAction()  
      int getLevel()  
      void setAction​(java.lang.String action)  
      void setLevel​(int level)  
      • Methods inherited from class java.lang.Object

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

      • PropagationFactBuilderImpl

        public PropagationFactBuilderImpl​(java.lang.String action,
                                          int level)
    • Method Detail

      • getAction

        public java.lang.String getAction()
      • setAction

        public void setAction​(java.lang.String action)
      • getLevel

        public int getLevel()
      • setLevel

        public void setLevel​(int level)