Class GeneratedTestIntegrationItemDetail

    • Constructor Detail

      • GeneratedTestIntegrationItemDetail

        public GeneratedTestIntegrationItemDetail()
    • Method Detail

      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the TestIntegrationItemDetail.code attribute.
        Returns:
        the code - Unique identifier of this detail item.
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the TestIntegrationItemDetail.code attribute.
        Returns:
        the code - Unique identifier of this detail item.
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the TestIntegrationItemDetail.code attribute.
        Parameters:
        value - the code - Unique identifier of this detail item.
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the TestIntegrationItemDetail.code attribute.
        Parameters:
        value - the code - Unique identifier of this detail item.
      • getItem

        public TestIntegrationItem getItem​(SessionContext ctx)
        Generated method - Getter of the TestIntegrationItemDetail.item attribute.
        Returns:
        the item - Defines optional one-to-one association between this detail and a TestIntegrationItem.
      • getItem

        public TestIntegrationItem getItem()
        Generated method - Getter of the TestIntegrationItemDetail.item attribute.
        Returns:
        the item - Defines optional one-to-one association between this detail and a TestIntegrationItem.
      • setItem

        public void setItem​(SessionContext ctx,
                            TestIntegrationItem value)
        Generated method - Setter of the TestIntegrationItemDetail.item attribute.
        Parameters:
        value - the item - Defines optional one-to-one association between this detail and a TestIntegrationItem.
      • setItem

        public void setItem​(TestIntegrationItem value)
        Generated method - Setter of the TestIntegrationItemDetail.item attribute.
        Parameters:
        value - the item - Defines optional one-to-one association between this detail and a TestIntegrationItem.
      • getMaster

        public TestIntegrationItem getMaster​(SessionContext ctx)
        Generated method - Getter of the TestIntegrationItemDetail.master attribute.
        Returns:
        the master
      • getMaster

        public TestIntegrationItem getMaster()
        Generated method - Getter of the TestIntegrationItemDetail.master attribute.
        Returns:
        the master
      • setMaster

        public void setMaster​(SessionContext ctx,
                              TestIntegrationItem value)
        Generated method - Setter of the TestIntegrationItemDetail.master attribute.
        Parameters:
        value - the master
      • setMaster

        public void setMaster​(TestIntegrationItem value)
        Generated method - Setter of the TestIntegrationItemDetail.master attribute.
        Parameters:
        value - the master