Uses of Class
com.primavera.common.value.UnitsPerTime
Packages that use UnitsPerTime
Package
Description
Client business object classes
-
Uses of UnitsPerTime in com.primavera.common.value
Fields in com.primavera.common.value declared as UnitsPerTimeModifier and TypeFieldDescriptionstatic final UnitsPerTimeUnitsPerTime.MAX_UNITSPERTIMEMaximum valuestatic final UnitsPerTimeUnitsPerTime.ONE_UNITSPERTIME1.0 valuestatic final UnitsPerTimeUnitsPerTime.ZERO_UNITSPERTIMEZero value -
Uses of UnitsPerTime in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return UnitsPerTimeModifier and TypeMethodDescriptionResource.getDefaultUnitsPerTime()Gets the default units/time setting, which determines the value of the remaining units/time and planned units/time when a resource assignment is added.Resource.getMaxUnitsPerTime()Gets the maximum work units per time this resource can perform on all their assigned activities.ResourceRate.getMaxUnitsPerTime()Gets the maximum work units per time this resource can perform on all their assigned activities.RoleLimit.getMaxUnitsPerTime()Gets the maximum work units per time this role can perform on all their assigned activities.RoleRate.getMaxUnitsPerTime()Gets the maximum work units per time this role can perform on all their assigned activities.ResourceAssignment.getPlannedUnitsPerTime()Gets the planned units per time at which the resource is to perform work on this activity.ResourceAssignment.getRemainingUnitsPerTime()Gets the units per time at which the resource will be performing work on the remaining portion of this activity.Methods in com.primavera.integration.client.bo.object with parameters of type UnitsPerTimeModifier and TypeMethodDescriptionvoidResource.setDefaultUnitsPerTime(UnitsPerTime d) Sets the default units/time setting, which determines the value of the remaining units/time and planned units/time when a resource assignment is added.voidResource.setMaxUnitsPerTime(UnitsPerTime d) Sets the maximum work units per time this resource can perform on all their assigned activities.voidResourceRate.setMaxUnitsPerTime(UnitsPerTime d) Sets the maximum work units per time this resource can perform on all their assigned activities.voidRoleLimit.setMaxUnitsPerTime(UnitsPerTime d) Sets the maximum work units per time this role can perform on all their assigned activities.voidRoleRate.setMaxUnitsPerTime(UnitsPerTime d) Sets the maximum work units per time this role can perform on all their assigned activities.voidResourceAssignment.setPlannedUnitsPerTime(UnitsPerTime d) Sets the planned units per time at which the resource is to perform work on this activity.voidResourceAssignment.setRemainingUnitsPerTime(UnitsPerTime d) Sets the units per time at which the resource will be performing work on the remaining portion of this activity.