Class AllFieldCasesInterfaceType
java.lang.Object
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map.AllFieldCasesInterfaceType
- All Implemented Interfaces:
AllInterfaces1,AllInterfaces2,AllTypes1,AllTypes2,AllFieldCasesInterface,WithID
@Entity
public class AllFieldCasesInterfaceType
extends Object
implements AllFieldCasesInterface, WithID, AllTypes2, AllTypes1
A concrete class that just implements the above interface
- Author:
- generated by graphql-java-generator
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe Builder that helps building instance of this POJO. -
Constructor Summary
ConstructorsConstructorDescriptionGenerated by the 'OBJECT' default template from graphql-java-generator (templates/object_type.vm.java) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getAge()getId()getName()voidvoidsetAliases(List<String> aliases) voidsetBooleans(List<Boolean> booleans) voidsetComments(List<String> comments) voidsetExtendedField(String extendedField) voidsetForname(String forname) voidsetFriends(List<Human> friends) voidvoidsetListWithIdSubTypes(List<AllFieldCasesWithIdSubtype> listWithIdSubTypes) voidsetListWithoutIdSubTypes(List<AllFieldCasesWithoutIdSubtype> listWithoutIdSubTypes) voidvoidsetNbComments(Integer nbComments) voidsetOneWithIdSubType(AllFieldCasesWithIdSubtype oneWithIdSubType) voidsetOneWithoutIdSubType(AllFieldCasesWithoutIdSubtype oneWithoutIdSubType) voidsetPlanets(List<String> planets) toString()
-
Constructor Details
-
AllFieldCasesInterfaceType
public AllFieldCasesInterfaceType()Generated by the 'OBJECT' default template from graphql-java-generator (templates/object_type.vm.java)
-
-
Method Details
-
setId
- Specified by:
setIdin interfaceAllFieldCasesInterface- Specified by:
setIdin interfaceWithID
-
getId
- Specified by:
getIdin interfaceAllFieldCasesInterface- Specified by:
getIdin interfaceWithID
-
setName
- Specified by:
setNamein interfaceAllFieldCasesInterface
-
getName
- Specified by:
getNamein interfaceAllFieldCasesInterface
-
setForname
- Specified by:
setFornamein interfaceAllFieldCasesInterface
-
getForname
- Specified by:
getFornamein interfaceAllFieldCasesInterface
-
setAge
- Specified by:
setAgein interfaceAllFieldCasesInterface
-
getAge
- Specified by:
getAgein interfaceAllFieldCasesInterface
-
setNbComments
- Specified by:
setNbCommentsin interfaceAllFieldCasesInterface
-
getNbComments
- Specified by:
getNbCommentsin interfaceAllFieldCasesInterface
-
setComments
- Specified by:
setCommentsin interfaceAllFieldCasesInterface
-
getComments
- Specified by:
getCommentsin interfaceAllFieldCasesInterface
-
getCommentsString
-
setBooleans
- Specified by:
setBooleansin interfaceAllFieldCasesInterface
-
getBooleans
- Specified by:
getBooleansin interfaceAllFieldCasesInterface
-
getBooleansBoolean
-
setAliases
- Specified by:
setAliasesin interfaceAllFieldCasesInterface
-
getAliases
- Specified by:
getAliasesin interfaceAllFieldCasesInterface
-
getAliasesString
-
setPlanets
- Specified by:
setPlanetsin interfaceAllFieldCasesInterface
-
getPlanets
- Specified by:
getPlanetsin interfaceAllFieldCasesInterface
-
getPlanetsString
-
setFriends
- Specified by:
setFriendsin interfaceAllFieldCasesInterface
-
getFriends
- Specified by:
getFriendsin interfaceAllFieldCasesInterface
-
getFriendsHuman
-
setOneWithIdSubType
- Specified by:
setOneWithIdSubTypein interfaceAllFieldCasesInterface
-
getOneWithIdSubType
- Specified by:
getOneWithIdSubTypein interfaceAllFieldCasesInterface
-
setListWithIdSubTypes
- Specified by:
setListWithIdSubTypesin interfaceAllFieldCasesInterface
-
getListWithIdSubTypes
- Specified by:
getListWithIdSubTypesin interfaceAllFieldCasesInterface
-
getListWithIdSubTypesAllFieldCasesWithIdSubtype
-
setOneWithoutIdSubType
- Specified by:
setOneWithoutIdSubTypein interfaceAllFieldCasesInterface
-
getOneWithoutIdSubType
- Specified by:
getOneWithoutIdSubTypein interfaceAllFieldCasesInterface
-
setListWithoutIdSubTypes
- Specified by:
setListWithoutIdSubTypesin interfaceAllFieldCasesInterface
-
getListWithoutIdSubTypes
- Specified by:
getListWithoutIdSubTypesin interfaceAllFieldCasesInterface
-
getListWithoutIdSubTypesAllFieldCasesWithoutIdSubtype
-
setExtendedField
- Specified by:
setExtendedFieldin interfaceAllFieldCasesInterface
-
getExtendedField
- Specified by:
getExtendedFieldin interfaceAllFieldCasesInterface
-
toString
-
builder
-