Package org.allGraphQLCases.server
Interface SIP_IFoo3_SIS
- All Superinterfaces:
SIP_IFoo1_SIS
,SIP_IFoo2_SIS
- All Known Implementing Classes:
STP_TFoo3_STS
public interface SIP_IFoo3_SIS extends SIP_IFoo1_SIS, SIP_IFoo2_SIS
- Author:
- generated by graphql-java-generator
- See Also:
- https://github.com/graphql-java-generator/graphql-java-generator
-
Method Summary
Modifier and Type Method Description SIP_IBar12_SIS
getBar()
UUID
getId()
void
setBar(SIP_IBar12_SIS bar)
void
setId(UUID id)
-
Method Details
-
setId
- Specified by:
setId
in interfaceSIP_IFoo1_SIS
- Specified by:
setId
in interfaceSIP_IFoo2_SIS
-
getId
UUID getId()- Specified by:
getId
in interfaceSIP_IFoo1_SIS
- Specified by:
getId
in interfaceSIP_IFoo2_SIS
-
setBar
-
getBar
SIP_IBar12_SIS getBar()- Specified by:
getBar
in interfaceSIP_IFoo1_SIS
- Specified by:
getBar
in interfaceSIP_IFoo2_SIS
-