Package com.ptc.projectmanagement.plan
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_INFOFields inherited from interface com.ptc.projectmanagement.plan._Scheduleable
ACTUAL_FINISH_DATE, ACTUAL_START_DATE, CRITICAL, DURATION, FINISH_DATE, START_DATEFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID, serialVersionUID -
Method Summary
Methods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface com.ptc.projectmanagement.plan._Scheduleable
getActualFinishDate, getActualStartDate, getDuration, getFinishDate, getStartDate, isCritical, setActualFinishDate, setActualStartDate, setCritical, setDuration, setFinishDate, setStartDateMethods inherited from interface wt.inf.container._WTContained
getContainer, getContainerName, getContainerReference, setContainer, setContainerReferenceMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getType