Class GeneratedTestIntegrationItemDetail

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
TestIntegrationItemDetail

public abstract class GeneratedTestIntegrationItemDetail extends TestItem
Generated class for type TestIntegrationItemDetail.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedTestIntegrationItemDetail

      public GeneratedTestIntegrationItemDetail()
  • Method Details

    • getCode

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

      public 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, String value)
      Generated method - Setter of the TestIntegrationItemDetail.code attribute.
      Parameters:
      value - the code - Unique identifier of this detail item.
    • setCode

      public void setCode(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