java.lang.Object
org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.Foo140
All Implemented Interfaces:
AllInterfaces1, AllInterfaces2, AllTypes1, AllTypes2, I2Foo140, IFoo140

@Entity public class Foo140 extends Object implements I2Foo140, IFoo140, AllTypes2, AllTypes1
Author:
generated by graphql-java-generator
See Also:
  • Constructor Details

    • Foo140

      public Foo140()
      Object content, generated by the 'object_content.vm.java' default template from graphql-java-generator
  • Method Details

    • setBar

      public void setBar(I2Bar140 bar)
      Specified by:
      setBar in interface I2Foo140
    • setBar

      public void setBar(IBar140 bar)
      Specified by:
      setBar in interface IFoo140
    • setBar

      public void setBar(Bar140 bar)

      As the type declared in the class is not inherited from one of the implemented interfaces, we need a dedicated setter.
    • getBar

      public Bar140 getBar()
      Specified by:
      getBar in interface I2Foo140
      Specified by:
      getBar in interface IFoo140
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static Foo140.Builder builder()