Primavera Integration API 7.0

Uses of Class
com.primavera.common.value.UnitsPerTime

Packages that use UnitsPerTime
com.primavera.common.value Value object classes 
com.primavera.integration.client.bo.object Client business object classes 
 

Uses of UnitsPerTime in com.primavera.common.value
 

Fields in com.primavera.common.value declared as UnitsPerTime
static UnitsPerTime UnitsPerTime.MAX_UNITSPERTIME
          Maximum value
static UnitsPerTime UnitsPerTime.ONE_UNITSPERTIME
          1.0 value
static UnitsPerTime UnitsPerTime.ZERO_UNITSPERTIME
          Zero value
 

Uses of UnitsPerTime in com.primavera.integration.client.bo.object
 

Methods in com.primavera.integration.client.bo.object that return UnitsPerTime
 UnitsPerTime Resource.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.
 UnitsPerTime RoleLimit.getMaxUnitsPerTime()
          Gets the maximum work units per time this role can perform on all their assigned activities.
 UnitsPerTime ResourceRate.getMaxUnitsPerTime()
          Gets the maximum work units per time this resource can perform on all their assigned activities.
 UnitsPerTime Resource.getMaxUnitsPerTime()
          Gets the maximum work units per time this resource can perform on all their assigned activities.
 UnitsPerTime ResourceAssignment.getPlannedUnitsPerTime()
          Gets the planned units per time at which the resource is to perform work on this activity.
 UnitsPerTime 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 UnitsPerTime
 void Resource.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.
 void RoleLimit.setMaxUnitsPerTime(UnitsPerTime d)
          Sets the maximum work units per time this role can perform on all their assigned activities.
 void ResourceRate.setMaxUnitsPerTime(UnitsPerTime d)
          Sets the maximum work units per time this resource can perform on all their assigned activities.
 void ResourceAssignment.setPlannedUnitsPerTime(UnitsPerTime d)
          Sets the planned units per time at which the resource is to perform work on this activity.
 void ResourceAssignment.setRemainingUnitsPerTime(UnitsPerTime d)
          Sets the units per time at which the resource will be performing work on the remaining portion of this activity.
 


Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.