Class GeneratedTestIntegrationItem

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the TestIntegrationItem.code attribute
        See Also:
        Constant Field Values
      • OTHERITEM

        public static final java.lang.String OTHERITEM
        Qualifier of the TestIntegrationItem.otherItem attribute
        See Also:
        Constant Field Values
      • DETAIL

        public static final java.lang.String DETAIL
        Qualifier of the TestIntegrationItem.detail attribute
        See Also:
        Constant Field Values
      • DETAILS

        public static final java.lang.String DETAILS
        Qualifier of the TestIntegrationItem.details attribute
        See Also:
        Constant Field Values
    • Constructor Detail

      • GeneratedTestIntegrationItem

        public GeneratedTestIntegrationItem()
    • Method Detail

      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the TestIntegrationItem.code attribute.
        Returns:
        the code - Unique identifier of the item because TestItemType2 does not have a unique identifier.
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the TestIntegrationItem.code attribute.
        Returns:
        the code - Unique identifier of the item because TestItemType2 does not have a unique identifier.
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the TestIntegrationItem.code attribute.
        Parameters:
        value - the code - Unique identifier of the item because TestItemType2 does not have a unique identifier.
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the TestIntegrationItem.code attribute.
        Parameters:
        value - the code - Unique identifier of the item because TestItemType2 does not have a unique identifier.
      • getDetail

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

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

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

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

        public java.util.Set<TestIntegrationItemDetail> getDetails()
        Generated method - Getter of the TestIntegrationItem.details attribute.
        Returns:
        the details
      • setDetails

        public void setDetails​(SessionContext ctx,
                               java.util.Set<TestIntegrationItemDetail> value)
        Generated method - Setter of the TestIntegrationItem.details attribute.
        Parameters:
        value - the details
      • setDetails

        public void setDetails​(java.util.Set<TestIntegrationItemDetail> value)
        Generated method - Setter of the TestIntegrationItem.details attribute.
        Parameters:
        value - the details
      • addToDetails

        public void addToDetails​(TestIntegrationItemDetail value)
        Generated method - Adds value to details.
        Parameters:
        value - the item to add to details
      • removeFromDetails

        public void removeFromDetails​(SessionContext ctx,
                                      TestIntegrationItemDetail value)
        Generated method - Removes value from details.
        Parameters:
        value - the item to remove from details
      • removeFromDetails

        public void removeFromDetails​(TestIntegrationItemDetail value)
        Generated method - Removes value from details.
        Parameters:
        value - the item to remove from details
      • getOtherItem

        public TestIntegrationItem getOtherItem​(SessionContext ctx)
        Generated method - Getter of the TestIntegrationItem.otherItem attribute.
        Returns:
        the otherItem - Reference to another TestIntegrationItem, which can be used for testing conditions when the integration object references itself (same instance) or another item (different instance).
      • getOtherItem

        public TestIntegrationItem getOtherItem()
        Generated method - Getter of the TestIntegrationItem.otherItem attribute.
        Returns:
        the otherItem - Reference to another TestIntegrationItem, which can be used for testing conditions when the integration object references itself (same instance) or another item (different instance).
      • setOtherItem

        public void setOtherItem​(SessionContext ctx,
                                 TestIntegrationItem value)
        Generated method - Setter of the TestIntegrationItem.otherItem attribute.
        Parameters:
        value - the otherItem - Reference to another TestIntegrationItem, which can be used for testing conditions when the integration object references itself (same instance) or another item (different instance).
      • setOtherItem

        public void setOtherItem​(TestIntegrationItem value)
        Generated method - Setter of the TestIntegrationItem.otherItem attribute.
        Parameters:
        value - the otherItem - Reference to another TestIntegrationItem, which can be used for testing conditions when the integration object references itself (same instance) or another item (different instance).