Class TrackingID

java.lang.Object
wt.wrmf.delivery._TrackingID
wt.wrmf.delivery.TrackingID
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, NetFactor, ObjectMappable

@GenAsObjectMappable(versions=-8586744778713736878L,properties={@GeneratedProperty(name="srcSystem",type=java.lang.String.class,javaDoc="Name which is used to distinguish different TrackingID objects. This should be specified in an entry of the wt.properties wt.wrmf.delivery.SystemName=$(wt.httpgw.hostname)",columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="id",type=long.class,javaDoc="The tracking number corresponding to the sent ShippingItem object.",columnProperties=@ColumnProperties(index=true))}) public class TrackingID extends wt.wrmf.delivery._TrackingID
A class which is used to track the sending status of the ShippingItem object.

Use the newTrackingID static factory method(s), not the TrackingID 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: