Inheritance diagram for collections::ship::marshal::MarshalledEnt:
Public Member Functions | |
void | marshalPrimaryKey (TupleOutput keyOutput) |
Package Functions | |
void | unmarshalPrimaryKey (TupleInput keyInput) |
boolean | marshalSecondaryKey (String keyName, TupleOutput keyOutput) |
Definition at line 26 of file MarshalledEnt.java.
|
Extracts the entity's primary key and writes it to the key output. Implemented in collections::ship::marshal::Part, collections::ship::marshal::Shipment, and collections::ship::marshal::Supplier. |
|
Extracts the entity's index key and writes it to the key output. Implemented in collections::ship::marshal::Part, collections::ship::marshal::Shipment, and collections::ship::marshal::Supplier. |
|
Completes construction of the entity by setting its primary key from the stored primary key. Implemented in collections::ship::marshal::Part, collections::ship::marshal::Shipment, and collections::ship::marshal::Supplier. |