Package wt.mpm.routing
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_REFERENCEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionstatic WCRoutingLineDatanewWCRoutingLineData(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, writeExternalMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo
-
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
-