Class Product

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String a  
      (package private) java.lang.String b  
    • Constructor Summary

      Constructors 
      Constructor Description
      Product​(java.lang.String sa, java.lang.String sb)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String generateJava()  
      • Methods inherited from class java.lang.Object

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

      • a

        java.lang.String a
      • b

        java.lang.String b
    • Constructor Detail

      • Product

        public Product​(java.lang.String sa,
                       java.lang.String sb)