MarshalledKey is implemented by key objects and called by
SampleViews.MarshalledKeyBinding . In this sample, MarshalledKey is
implemented by
PartKey ,
SupplierKey , and
ShipmentKey . This interface is package-protected rather than public to
hide the marshalling interface from other users of the data objects. Note
that a MarshalledKey must also have a no arguments constructor so
that it can be instantiated by the binding.
author: Mark Hayes
Method Summary
void
marshalKey(TupleOutput keyOutput) Construct the key tuple entry from the key object.