Class WCRoutingLineData

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.mpm.routing._WCRoutingLineData
wt.mpm.routing.WCRoutingLineData
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, DisplayIdentification

@GenAsPersistable(superClass=WTObject.class,interfaces={},serializable=EXTERNALIZABLE_BASIC,properties={},foreignKeys={@GeneratedForeignKey(myRoleIsRoleA=true,myRole=@MyRole(cascade=true),foreignKeyRole=@ForeignKeyRole(name="routing",type=wt.mpm.routing.WCRoutingPlan.class,javaDoc="It holds reference to routing.",constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(index=true))),@GeneratedForeignKey(myRoleIsRoleA=true,myRole=@MyRole(cascade=true),foreignKeyRole=@ForeignKeyRole(name="line",type=wt.mpm.routing.WCRouteHolderMaster.class,javaDoc="It holds reference to Line.",constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(index=true)))},tableProperties=@TableProperties(tableName="WCRoutingLineData")) public class WCRoutingLineData extends wt.mpm.routing._WCRoutingLineData
WCRoutingLineData to store data for line attribute on WCRoutingPlan.

Use the newWCRoutingLineData static factory method(s), not the WCRoutingLineData 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:
  • Field Summary

    Fields inherited from class wt.mpm.routing._WCRoutingLineData

    EXTERNALIZATION_VERSION_UID, LINE, LINE_REFERENCE, ROUTING, ROUTING_REFERENCE

    Fields inherited from class wt.fc._WTObject

    CREATE_TIMESTAMP, MODIFY_TIMESTAMP

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.identity.DisplayIdentification

    DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE
  • Method Summary

    Modifier and Type
    Method
    Description
    newWCRoutingLineData(wt.mpm.routing.WCRoutingPlan routingPlan)
    Default factory for the class.

    Methods inherited from class wt.mpm.routing._WCRoutingLineData

    getClassInfo, getConceptualClassname, getLine, getLineReference, getRouting, getRoutingReference, getType, readExternal, readExternal, readVersion, setLine, setLineReference, setRouting, setRoutingReference, super_readExternal_WCRoutingLineData, super_readVersion_WCRoutingLineData, super_writeExternal_WCRoutingLineData, writeExternal, writeExternal

    Methods inherited from class wt.fc._WTObject

    equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • newWCRoutingLineData

      public static WCRoutingLineData newWCRoutingLineData(wt.mpm.routing.WCRoutingPlan routingPlan) throws WTException
      Default factory for the class.

      Supported API: true
      Returns:
      WCRoutingLineData
      Throws:
      WTException