Package com.aspose.tasks.cloud.model
Class PrimaveraTaskProperties
java.lang.Object
com.aspose.tasks.cloud.model.PrimaveraTaskProperties
Represents Primavera-specific properties for a task read from Primavera format (XER of P6XML).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityId(String activityId) activityType(PrimaveraActivityType activityType) actualExpenseCost(BigDecimal actualExpenseCost) actualLaborCost(BigDecimal actualLaborCost) actualLaborUnits(Double actualLaborUnits) actualMaterialCost(BigDecimal actualMaterialCost) actualNonlaborCost(BigDecimal actualNonlaborCost) actualNonLaborUnits(Double actualNonLaborUnits) actualTotalCost(BigDecimal actualTotalCost) budgetedExpenseCost(BigDecimal budgetedExpenseCost) budgetedLaborCost(BigDecimal budgetedLaborCost) budgetedMaterialCost(BigDecimal budgetedMaterialCost) budgetedNonlaborCost(BigDecimal budgetedNonlaborCost) budgetedTotalCost(BigDecimal budgetedTotalCost) durationPercentComplete(Double durationPercentComplete) durationType(PrimaveraDurationType durationType) booleanActivity id field - a task's unique identifier used by Primavera.Gets the value of 'Activity Type' field.Gets the value of actual expense cost.Gets the value of actual labor cost.Gets the value of actual labor units.Gets the value of actual material cost.Gets the value of actual non labor cost.Gets the value of actual non labor units.Gets the total value of actual costs.Gets the value of budgeted (or planned) expense cost.Gets the value of budgeted (or planned) labor cost.Gets the value of of budgeted (or planned) material cost.Gets the value of budgeted (or planned) non labor cost.Gets the total value of budgeted (or planned) costs.Gets the value of duration percent complete.Gets the value of 'Duration Type' field of the activity.Gets the value of '% Complete Type' field of the activity.Gets the value of Physical Percent Complete.Raw text representation (as in source file) of 'Activity Type' field of the activity.Raw text representation (as in source file) of '% Complete Type' field of the activity.Raw text representation (as in source file) of 'Duration Type' field of the activity.Raw text representation (as in source file) of 'Status' field of the activity.org.threeten.bp.OffsetDateTimeRemaining early finish date - the date when the remaining work for the activity is scheduled to be finished.org.threeten.bp.OffsetDateTimeRemaining early start date - the date when the remaining work for the activity is scheduled to begin.Gets the value of remaining expense cost.Gets the value of remaining labor units.org.threeten.bp.OffsetDateTimeRemaining late finish date.org.threeten.bp.OffsetDateTimeRemaining late start date.Gets the value of remaining non labor units.The sequence number of the WBS item (summary tasks).Gets the value of units percent complete.inthashCode()percentCompleteType(PrimaveraPercentCompleteType percentCompleteType) physicalPercentComplete(Double physicalPercentComplete) rawActivityType(String rawActivityType) rawCompletePercentType(String rawCompletePercentType) rawDurationType(String rawDurationType) remainingEarlyFinish(org.threeten.bp.OffsetDateTime remainingEarlyFinish) remainingEarlyStart(org.threeten.bp.OffsetDateTime remainingEarlyStart) remainingExpenseCost(BigDecimal remainingExpenseCost) remainingLaborUnits(Double remainingLaborUnits) remainingLateFinish(org.threeten.bp.OffsetDateTime remainingLateFinish) remainingLateStart(org.threeten.bp.OffsetDateTime remainingLateStart) remainingNonLaborUnits(Double remainingNonLaborUnits) sequenceNumber(Integer sequenceNumber) voidsetActivityId(String activityId) voidsetActivityType(PrimaveraActivityType activityType) voidsetActualExpenseCost(BigDecimal actualExpenseCost) voidsetActualLaborCost(BigDecimal actualLaborCost) voidsetActualLaborUnits(Double actualLaborUnits) voidsetActualMaterialCost(BigDecimal actualMaterialCost) voidsetActualNonlaborCost(BigDecimal actualNonlaborCost) voidsetActualNonLaborUnits(Double actualNonLaborUnits) voidsetActualTotalCost(BigDecimal actualTotalCost) voidsetBudgetedExpenseCost(BigDecimal budgetedExpenseCost) voidsetBudgetedLaborCost(BigDecimal budgetedLaborCost) voidsetBudgetedMaterialCost(BigDecimal budgetedMaterialCost) voidsetBudgetedNonlaborCost(BigDecimal budgetedNonlaborCost) voidsetBudgetedTotalCost(BigDecimal budgetedTotalCost) voidsetDurationPercentComplete(Double durationPercentComplete) voidsetDurationType(PrimaveraDurationType durationType) voidsetPercentCompleteType(PrimaveraPercentCompleteType percentCompleteType) voidsetPhysicalPercentComplete(Double physicalPercentComplete) voidsetRawActivityType(String rawActivityType) voidsetRawCompletePercentType(String rawCompletePercentType) voidsetRawDurationType(String rawDurationType) voidsetRawStatus(String rawStatus) voidsetRemainingEarlyFinish(org.threeten.bp.OffsetDateTime remainingEarlyFinish) voidsetRemainingEarlyStart(org.threeten.bp.OffsetDateTime remainingEarlyStart) voidsetRemainingExpenseCost(BigDecimal remainingExpenseCost) voidsetRemainingLaborUnits(Double remainingLaborUnits) voidsetRemainingLateFinish(org.threeten.bp.OffsetDateTime remainingLateFinish) voidsetRemainingLateStart(org.threeten.bp.OffsetDateTime remainingLateStart) voidsetRemainingNonLaborUnits(Double remainingNonLaborUnits) voidsetSequenceNumber(Integer sequenceNumber) voidsetUnitsPercentComplete(Double unitsPercentComplete) toString()unitsPercentComplete(Double unitsPercentComplete)
-
Constructor Details
-
PrimaveraTaskProperties
public PrimaveraTaskProperties()
-
-
Method Details
-
sequenceNumber
-
getSequenceNumber
The sequence number of the WBS item (summary tasks). It is used to sort summary tasks in Primavera.- Returns:
- sequenceNumber
-
setSequenceNumber
-
activityId
-
getActivityId
Activity id field - a task's unique identifier used by Primavera.- Returns:
- activityId
-
setActivityId
-
remainingEarlyFinish
public PrimaveraTaskProperties remainingEarlyFinish(org.threeten.bp.OffsetDateTime remainingEarlyFinish) -
getRemainingEarlyFinish
public org.threeten.bp.OffsetDateTime getRemainingEarlyFinish()Remaining early finish date - the date when the remaining work for the activity is scheduled to be finished.- Returns:
- remainingEarlyFinish
-
setRemainingEarlyFinish
public void setRemainingEarlyFinish(org.threeten.bp.OffsetDateTime remainingEarlyFinish) -
remainingEarlyStart
public PrimaveraTaskProperties remainingEarlyStart(org.threeten.bp.OffsetDateTime remainingEarlyStart) -
getRemainingEarlyStart
public org.threeten.bp.OffsetDateTime getRemainingEarlyStart()Remaining early start date - the date when the remaining work for the activity is scheduled to begin.- Returns:
- remainingEarlyStart
-
setRemainingEarlyStart
public void setRemainingEarlyStart(org.threeten.bp.OffsetDateTime remainingEarlyStart) -
remainingLateStart
public PrimaveraTaskProperties remainingLateStart(org.threeten.bp.OffsetDateTime remainingLateStart) -
getRemainingLateStart
public org.threeten.bp.OffsetDateTime getRemainingLateStart()Remaining late start date.- Returns:
- remainingLateStart
-
setRemainingLateStart
public void setRemainingLateStart(org.threeten.bp.OffsetDateTime remainingLateStart) -
remainingLateFinish
public PrimaveraTaskProperties remainingLateFinish(org.threeten.bp.OffsetDateTime remainingLateFinish) -
getRemainingLateFinish
public org.threeten.bp.OffsetDateTime getRemainingLateFinish()Remaining late finish date.- Returns:
- remainingLateFinish
-
setRemainingLateFinish
public void setRemainingLateFinish(org.threeten.bp.OffsetDateTime remainingLateFinish) -
rawDurationType
-
getRawDurationType
Raw text representation (as in source file) of 'Duration Type' field of the activity.- Returns:
- rawDurationType
-
setRawDurationType
-
rawActivityType
-
getRawActivityType
Raw text representation (as in source file) of 'Activity Type' field of the activity.- Returns:
- rawActivityType
-
setRawActivityType
-
rawCompletePercentType
-
getRawCompletePercentType
Raw text representation (as in source file) of '% Complete Type' field of the activity.- Returns:
- rawCompletePercentType
-
setRawCompletePercentType
-
rawStatus
-
getRawStatus
Raw text representation (as in source file) of 'Status' field of the activity.- Returns:
- rawStatus
-
setRawStatus
-
durationPercentComplete
-
getDurationPercentComplete
Gets the value of duration percent complete.- Returns:
- durationPercentComplete
-
setDurationPercentComplete
-
physicalPercentComplete
-
getPhysicalPercentComplete
Gets the value of Physical Percent Complete.- Returns:
- physicalPercentComplete
-
setPhysicalPercentComplete
-
actualNonLaborUnits
-
getActualNonLaborUnits
Gets the value of actual non labor units.- Returns:
- actualNonLaborUnits
-
setActualNonLaborUnits
-
actualLaborUnits
-
getActualLaborUnits
Gets the value of actual labor units.- Returns:
- actualLaborUnits
-
setActualLaborUnits
-
unitsPercentComplete
-
getUnitsPercentComplete
Gets the value of units percent complete.- Returns:
- unitsPercentComplete
-
setUnitsPercentComplete
-
remainingLaborUnits
-
getRemainingLaborUnits
Gets the value of remaining labor units.- Returns:
- remainingLaborUnits
-
setRemainingLaborUnits
-
remainingNonLaborUnits
-
getRemainingNonLaborUnits
Gets the value of remaining non labor units.- Returns:
- remainingNonLaborUnits
-
setRemainingNonLaborUnits
-
durationType
-
getDurationType
Gets the value of 'Duration Type' field of the activity.- Returns:
- durationType
-
setDurationType
-
activityType
-
getActivityType
Gets the value of 'Activity Type' field.- Returns:
- activityType
-
setActivityType
-
percentCompleteType
public PrimaveraTaskProperties percentCompleteType(PrimaveraPercentCompleteType percentCompleteType) -
getPercentCompleteType
Gets the value of '% Complete Type' field of the activity.- Returns:
- percentCompleteType
-
setPercentCompleteType
-
actualLaborCost
-
getActualLaborCost
Gets the value of actual labor cost.- Returns:
- actualLaborCost
-
setActualLaborCost
-
actualNonlaborCost
-
getActualNonlaborCost
Gets the value of actual non labor cost.- Returns:
- actualNonlaborCost
-
setActualNonlaborCost
-
actualMaterialCost
-
getActualMaterialCost
Gets the value of actual material cost.- Returns:
- actualMaterialCost
-
setActualMaterialCost
-
actualExpenseCost
-
getActualExpenseCost
Gets the value of actual expense cost.- Returns:
- actualExpenseCost
-
setActualExpenseCost
-
remainingExpenseCost
-
getRemainingExpenseCost
Gets the value of remaining expense cost.- Returns:
- remainingExpenseCost
-
setRemainingExpenseCost
-
actualTotalCost
-
getActualTotalCost
Gets the total value of actual costs.- Returns:
- actualTotalCost
-
setActualTotalCost
-
budgetedTotalCost
-
getBudgetedTotalCost
Gets the total value of budgeted (or planned) costs.- Returns:
- budgetedTotalCost
-
setBudgetedTotalCost
-
budgetedLaborCost
-
getBudgetedLaborCost
Gets the value of budgeted (or planned) labor cost.- Returns:
- budgetedLaborCost
-
setBudgetedLaborCost
-
budgetedNonlaborCost
-
getBudgetedNonlaborCost
Gets the value of budgeted (or planned) non labor cost.- Returns:
- budgetedNonlaborCost
-
setBudgetedNonlaborCost
-
budgetedMaterialCost
-
getBudgetedMaterialCost
Gets the value of of budgeted (or planned) material cost.- Returns:
- budgetedMaterialCost
-
setBudgetedMaterialCost
-
budgetedExpenseCost
-
getBudgetedExpenseCost
Gets the value of budgeted (or planned) expense cost.- Returns:
- budgetedExpenseCost
-
setBudgetedExpenseCost
-
equals
-
hashCode
public int hashCode() -
toString
-