java.lang.Object
org.junittest.allgraphqlcases_serverpojo_springconfiguration.TFoo3
All Implemented Interfaces:
IFoo1, IFoo2, IFoo3

@Entity public class TFoo3 extends Object implements IFoo3, IFoo1, IFoo2
Author:
generated by graphql-java-generator
See Also:
  • Constructor Details

    • TFoo3

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

    • setId

      public void setId(UUID id)
      Specified by:
      setId in interface IFoo1
      Specified by:
      setId in interface IFoo2
      Specified by:
      setId in interface IFoo3
    • getId

      public UUID getId()
      Specified by:
      getId in interface IFoo1
      Specified by:
      getId in interface IFoo2
      Specified by:
      getId in interface IFoo3
    • setBar

      public void setBar(IBar12 bar)
      Specified by:
      setBar in interface IFoo3
    • setBar

      public void setBar(IBar2 bar)
      Specified by:
      setBar in interface IFoo2
    • setBar

      public void setBar(IBar1 bar)
      Specified by:
      setBar in interface IFoo1
    • setBar

      public void setBar(TBar12 bar)

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

      public TBar12 getBar()
      Specified by:
      getBar in interface IFoo1
      Specified by:
      getBar in interface IFoo2
      Specified by:
      getBar in interface IFoo3
    • toString

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

      public static TFoo3.Builder builder()