Interface Scheduleable

All Superinterfaces:
wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, com.ptc.projectmanagement.plan._Scheduleable, wt.inf.container._WTContained, NetFactor, ObjectMappable, Persistable, wt.recent.RecentlyVisited, Serializable, WTContained
All Known Subinterfaces:
com.ptc.projectmanagement.plan._Plannable, Plannable
All Known Implementing Classes:
com.ptc.projectmanagement.plan._AbstractPlanActivity, com.ptc.projectmanagement.plan._Plan, com.ptc.projectmanagement.plan._PlanActivity, com.ptc.projectmanagement.assignment._ResourceAssignment, AbstractPlanActivity, Plan, PlanActivity, ResourceAssignment

@GenAsPersistable(interfaces=WTContained.class,properties={@GeneratedProperty(name="startDate",type=java.sql.Timestamp.class),@GeneratedProperty(name="finishDate",type=java.sql.Timestamp.class),@GeneratedProperty(name="duration",type=Duration.class),@GeneratedProperty(name="actualStartDate",type=java.sql.Timestamp.class),@GeneratedProperty(name="actualFinishDate",type=java.sql.Timestamp.class),@GeneratedProperty(name="critical",type=boolean.class,initialValue="false")}) public interface Scheduleable extends com.ptc.projectmanagement.plan._Scheduleable


Supported API: true

Extendable: false
  • Field Summary

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface com.ptc.projectmanagement.plan._Scheduleable

    ACTUAL_FINISH_DATE, ACTUAL_START_DATE, CRITICAL, DURATION, FINISH_DATE, START_DATE

    Fields inherited from interface wt.inf.container._WTContained

    CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE

    Fields inherited from interface wt.inf.container.WTContained

    CONTAINER_ID, serialVersionUID
  • Method Summary

    Methods inherited from interface wt.fc._Persistable

    getPersistInfo, setPersistInfo

    Methods inherited from interface com.ptc.projectmanagement.plan._Scheduleable

    getActualFinishDate, getActualStartDate, getDuration, getFinishDate, getStartDate, isCritical, setActualFinishDate, setActualStartDate, setCritical, setDuration, setFinishDate, setStartDate

    Methods inherited from interface wt.inf.container._WTContained

    getContainer, getContainerName, getContainerReference, setContainer, setContainerReference

    Methods inherited from interface wt.fc.NetFactor

    getClassInfo, getConceptualClassname

    Methods inherited from interface wt.fc.ObjectMappable

    readExternal, writeExternal

    Methods inherited from interface wt.fc.Persistable

    checkAttributes, getIdentity, getType