Class GeneratedB2BReportingSet

    • Field Detail

      • CODE

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

        public static final java.lang.String REPORTINGENTRIES
        Qualifier of the B2BReportingSet.ReportingEntries attribute
        See Also:
        Constant Field Values
      • B2BREPORTINGENTRY_SRC_ORDERED

        protected static java.lang.String B2BREPORTINGENTRY_SRC_ORDERED
        Relation ordering override parameter constants for B2BReportingEntry from ((b2bcommerce))
      • B2BREPORTINGENTRY_TGT_ORDERED

        protected static java.lang.String B2BREPORTINGENTRY_TGT_ORDERED
      • B2BREPORTINGENTRY_MARKMODIFIED

        protected static java.lang.String B2BREPORTINGENTRY_MARKMODIFIED
        Relation disable markmodifed parameter constants for B2BReportingEntry from ((b2bcommerce))
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedB2BReportingSet

        public GeneratedB2BReportingSet()
    • Method Detail

      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the B2BReportingSet.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the B2BReportingSet.code attribute.
        Returns:
        the code
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the B2BReportingSet.code attribute.
        Parameters:
        value - the code
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the B2BReportingSet.code attribute.
        Parameters:
        value - the code
      • getReportingEntries

        public java.util.Set<Item> getReportingEntries​(SessionContext ctx)
        Generated method - Getter of the B2BReportingSet.ReportingEntries attribute.
        Returns:
        the ReportingEntries
      • getReportingEntries

        public java.util.Set<Item> getReportingEntries()
        Generated method - Getter of the B2BReportingSet.ReportingEntries attribute.
        Returns:
        the ReportingEntries
      • getReportingEntriesCount

        public long getReportingEntriesCount​(SessionContext ctx)
      • getReportingEntriesCount

        public long getReportingEntriesCount()
      • setReportingEntries

        public void setReportingEntries​(SessionContext ctx,
                                        java.util.Set<Item> value)
        Generated method - Setter of the B2BReportingSet.ReportingEntries attribute.
        Parameters:
        value - the ReportingEntries
      • setReportingEntries

        public void setReportingEntries​(java.util.Set<Item> value)
        Generated method - Setter of the B2BReportingSet.ReportingEntries attribute.
        Parameters:
        value - the ReportingEntries
      • addToReportingEntries

        public void addToReportingEntries​(SessionContext ctx,
                                          Item value)
        Generated method - Adds value to ReportingEntries.
        Parameters:
        value - the item to add to ReportingEntries
      • addToReportingEntries

        public void addToReportingEntries​(Item value)
        Generated method - Adds value to ReportingEntries.
        Parameters:
        value - the item to add to ReportingEntries
      • removeFromReportingEntries

        public void removeFromReportingEntries​(SessionContext ctx,
                                               Item value)
        Generated method - Removes value from ReportingEntries.
        Parameters:
        value - the item to remove from ReportingEntries
      • removeFromReportingEntries

        public void removeFromReportingEntries​(Item value)
        Generated method - Removes value from ReportingEntries.
        Parameters:
        value - the item to remove from ReportingEntries