Package com.aspose.tasks.cloud.model
Class LevelingOptions
java.lang.Object
com.aspose.tasks.cloud.model.LevelingOptions
LevelingOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResourceUidsItem(Integer resourceUidsItem) booleanfinishDate(org.threeten.bp.OffsetDateTime finishDate) org.threeten.bp.OffsetDateTimeLeveling period end date.The order in which the leveling algorithm delays tasks that have overallocations.The list of the resource uids which will be leveled.org.threeten.bp.OffsetDateTimeLeveling period start date.inthashCode()levelingOrder(LevelingOrder levelingOrder) resourceUids(List<Integer> resourceUids) voidsetFinishDate(org.threeten.bp.OffsetDateTime finishDate) voidsetLevelingOrder(LevelingOrder levelingOrder) voidsetResourceUids(List<Integer> resourceUids) voidsetStartDate(org.threeten.bp.OffsetDateTime startDate) startDate(org.threeten.bp.OffsetDateTime startDate) toString()
-
Constructor Details
-
LevelingOptions
public LevelingOptions()
-
-
Method Details
-
startDate
-
getStartDate
public org.threeten.bp.OffsetDateTime getStartDate()Leveling period start date. The default value is the project`s start date.- Returns:
- startDate
-
setStartDate
public void setStartDate(org.threeten.bp.OffsetDateTime startDate) -
finishDate
-
getFinishDate
public org.threeten.bp.OffsetDateTime getFinishDate()Leveling period end date. The default value is the project`s finish date.- Returns:
- finishDate
-
setFinishDate
public void setFinishDate(org.threeten.bp.OffsetDateTime finishDate) -
resourceUids
-
addResourceUidsItem
-
getResourceUids
The list of the resource uids which will be leveled. If null is set, all project resources will be leveled.- Returns:
- resourceUids
-
setResourceUids
-
levelingOrder
-
getLevelingOrder
The order in which the leveling algorithm delays tasks that have overallocations. After determination of tasks causing the overallocation and which tasks can be delayed, the specified order is used which task should be delayed first.- Returns:
- levelingOrder
-
setLevelingOrder
-
equals
-
hashCode
public int hashCode() -
toString
-