Interface Rootable

All Superinterfaces:
wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, com.ptc.projectmanagement.plannable._Rootable, NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
com.ptc.projectmanagement.plan._Plan, Plan

@GeneratedProperty(name="defaultStart",type=java.sql.Timestamp.class,javaDoc="Describes the default start of the objects contained. Correlates to the msp attribute of Project Start Date") @GeneratedProperty(name="holder",type=ObjectReference.class,javaDoc="Defines which object \"holds\" this Rootable. For instance, a Project has a Plan. However a holder does not necessarilly need to be a Project.") @GeneratedProperty(name="baseCalendar",type=BaseCalendarType.class,javaDoc="Describes the base calendar of this Rootable This defines the scheduling behavior") @GeneratedProperty(name="currencySymbol",type=java.lang.String.class,constraints=@PropertyConstraints(upperLimit=7)) @GeneratedProperty(name="currencySymbolPlacement",type=CurrencySymbolPlacement.class) @GeneratedProperty(name="currencyDigits",type=int.class,constraints=@PropertyConstraints(lowerLimit=0,upperLimit=2)) public interface Rootable extends com.ptc.projectmanagement.plannable._Rootable


Supported API: true

Extendable: false
  • Field Summary

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface com.ptc.projectmanagement.plannable._Rootable

    BASE_CALENDAR, CURRENCY_DIGITS, CURRENCY_SYMBOL, CURRENCY_SYMBOL_PLACEMENT, DEFAULT_START, HOLDER

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE
  • Method Summary

    Methods inherited from interface wt.fc._Persistable

    getPersistInfo, setPersistInfo

    Methods inherited from interface com.ptc.projectmanagement.plannable._Rootable

    getBaseCalendar, getCurrencyDigits, getCurrencySymbol, getCurrencySymbolPlacement, getDefaultStart, getHolder, setBaseCalendar, setCurrencyDigits, setCurrencySymbol, setCurrencySymbolPlacement, setDefaultStart, setHolder

    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