Class SpreadOptions.PrimarySpreadOptions
java.lang.Object
com.primavera.integration.client.bo.SpreadOptions
com.primavera.integration.client.bo.SpreadOptions.PrimarySpreadOptions
- Enclosing class:
- SpreadOptions
A
SpreadOptions type to load uncategorized spread on the business object-
Nested Class Summary
Nested classes/interfaces inherited from class com.primavera.integration.client.bo.SpreadOptions
SpreadOptions.ExpenseCategoryCBSSpreadOptions, SpreadOptions.ExpenseCategorySpreadOptions, SpreadOptions.PrimarySpreadOptions, SpreadOptions.ProjectSpreadOptions, SpreadOptions.ResourceCBSSpreadOptions, SpreadOptions.ResourceSpreadOptions, SpreadOptions.RoleSpreadOptions, SpreadOptions.WBSSpreadOptions -
Constructor Summary
ConstructorsConstructorDescriptionPrimarySpreadOptions(String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Create a newSpreadOptionstype to load uncategorized spread on the business objectPrimarySpreadOptions(String spread, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Create a newSpreadOptionstype to load uncategorized spread on the business object -
Method Summary
Modifier and TypeMethodDescriptiongetSpreadPrimaryField(com.primavera.bo.defs.BusinessObjectDef def) Methods inherited from class com.primavera.integration.client.bo.SpreadOptions
getEndDate, getObjectIds, getPeriodType, getSpreadFields, getSpreadParam, getStartDate, isIncludeCumulative
-
Constructor Details
-
PrimarySpreadOptions
public PrimarySpreadOptions(String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Create a newSpreadOptionstype to load uncategorized spread on the business object- Parameters:
spreadFields- fields to include with the spread typeperiodType- period to load spreadstartDate- the start date of the spreadendDate- the end date of the spreadbIncludeCumulative- 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 newSpreadOptionstype to load uncategorized spread on the business object- Parameters:
spread- The spread field to loadspreadFields- fields to include with the spread typeperiodType- period to load spreadstartDate- the start date of the spreadendDate- the end date of the spreadbIncludeCumulative- indicates whether to include cumulative spread data- See Also:
-
-
Method Details
-
getSpreadPrimaryField
- Specified by:
getSpreadPrimaryFieldin classSpreadOptions
-