Class SpreadOptions.PrimarySpreadOptions

java.lang.Object
com.primavera.integration.client.bo.SpreadOptions
com.primavera.integration.client.bo.SpreadOptions.PrimarySpreadOptions
Enclosing class:
SpreadOptions

public static final class SpreadOptions.PrimarySpreadOptions extends SpreadOptions
A SpreadOptions type to load uncategorized spread on the business object
  • Constructor Details

    • PrimarySpreadOptions

      public PrimarySpreadOptions(String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative)
      Create a new SpreadOptions type to load uncategorized spread on the business object
      Parameters:
      spreadFields - fields to include with the spread type
      periodType - period to load spread
      startDate - the start date of the spread
      endDate - the end date of the spread
      bIncludeCumulative - indicates whether to include cumulative spread data
      See Also:
    • PrimarySpreadOptions

      public PrimarySpreadOptions(String spread, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative)
      Create a new SpreadOptions type to load uncategorized spread on the business object
      Parameters:
      spread - The spread field to load
      spreadFields - fields to include with the spread type
      periodType - period to load spread
      startDate - the start date of the spread
      endDate - the end date of the spread
      bIncludeCumulative - indicates whether to include cumulative spread data
      See Also:
  • Method Details