Package Functions | |
void | setKey (String partNumber, String supplierNumber) |
In this sample, Shipment is created from the stored key/data entry using TupleSerialEntityBinding. See SampleViews.PartBinding for details.
The binding is "tricky" in that it uses this class for both the stored data entry and the combined entity object. To do this, the key field(s) are transient and are set by the binding after the data object has been deserialized. This avoids the use of a ShipmentData class completely.
Since this class is used directly for data storage, it must be Serializable.
Definition at line 32 of file Shipment.java.
|
Set the transient key fields after deserializing. This method is only called by data bindings. Definition at line 49 of file Shipment.java. |