Class ProjectWorkItem

All Implemented Interfaces:
Externalizable, Serializable, wt.admin._DomainAdministered, DomainAdministered, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, DisplayIdentification, wt.index._Indexable, Indexable, wt.inf.container._WTContained, WTContained, wt.notify._Notifiable, Notifiable, wt.ownership._Ownable, wt.ownership.Ownable, _ExecutionObject, ExecutionObject, wt.projmgmt.resource._ResourceHolder, wt.projmgmt.resource.ResourceHolder, wt.recent.RecentlyVisited, wt.type._TypeManaged, wt.type.TypeManaged, wt.workflow.notebook._SubjectOfNotebook, wt.workflow.notebook.SubjectOfNotebook, wt.workflow.work.LWWorkItemIfc

@GenAsPersistable(superClass=WorkItem.class,interfaces={ExecutionObject.class,DomainAdministered.class,wt.projmgmt.resource.ResourceHolder.class},versions=3304210126754362339L,properties={@GeneratedProperty(name="standardWork",type=Work.class,javaDoc="Work done during normal hours. Related to performedWork and standardWork through the equation (invariant):<pre>performedWork = standardWork + overtimeWork</pre>",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="totalStandardWork",type=Work.class,javaDoc="Total work done during normal hours. Related to totalWork and totalOvertimeWork through the equation (invariant):<pre>totalWork = totalStandardWork + totalOvertimeWork</pre>",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="overtimeWork",type=Work.class,javaDoc="Hour done outside normal working hours. Related to performedWork and standardWork through the equation (invariant):<pre>performedWork = standardWork + overtimeWork</pre>",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="totalOvertimeWork",type=Work.class,javaDoc="Total work done outside normal working hours. Related to totalWork and totalStandardWork through the equation (invariant):<pre>totalWork = totalStandardWork + totalOvertimeWork</pre>",accessors=@PropertyAccessors(setExceptions={}))},foreignKeys=@GeneratedForeignKey(name="ProjectWorkItemLink",myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="plan",type=ProjectPlan.class,constraints=@PropertyConstraints(required=true),accessors=@PropertyAccessors(setExceptions={})),myRole=@MyRole(name="workItem",accessors=@PropertyAccessors(setExceptions={}))),derivedProperties={@DerivedProperty(name="reassigned",derivedFrom="reassigned",type=boolean.class,accessors=@PropertyAccessors(getAccess=PRIVATE,setAccess=PUBLIC,setExceptions={}),setBody="try { super.setReassigned(reassigned); } catch (wt.util.WTPropertyVetoException wtpve) { }\n configuration.setReassigned(reassigned);"),@DerivedProperty(name="description",derivedFrom="description",type=java.lang.String.class,accessors=@PropertyAccessors(getAccess=PRIVATE,setAccess=PUBLIC,setExceptions={}),setBody="try { super.setDescription(description); } catch (wt.util.WTPropertyVetoException wtpve) { throw new wt.util.WTRuntimeException(wtpve); }")},tableProperties=@TableProperties(compositeIndex1="")) public class ProjectWorkItem extends _ProjectWorkItem

Use the newProjectWorkItem static factory method(s), not the ProjectWorkItem constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also: