Class Work

java.lang.Object
wt.projmgmt.resource.Work
All Implemented Interfaces:
Externalizable, Serializable

@GenAsPrimitiveType(double.class) public class Work extends Object implements Externalizable
Work encapsulates project management effort for . It indicates how much time a certain task has consumed or is planned or budgeted to consume.

Work is implemented simply as a double. Also the default time unit is an "hour."

Supported API: true

Extendable: false

See Also: