Main Page | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Related Pages

collections::ship::factory::SupplierKey Class Reference

Inheritance diagram for collections::ship::factory::SupplierKey:

com::sleepycat::bind::tuple::MarshalledTupleEntry

Public Member Functions

void marshalEntry (TupleOutput keyOutput)
void unmarshalEntry (TupleInput keyInput)

Detailed Description

A SupplierKey serves as the key in the key/data pair for a supplier entity.

In this sample, SupplierKey is bound to the stored key tuple entry by implementing the MarshalledTupleEntry interface, which is called by SampleViews.MarshalledKeyBinding.

Author:
Mark Hayes

Definition at line 25 of file SupplierKey.java.


Member Function Documentation

void collections::ship::factory::SupplierKey::marshalEntry TupleOutput  keyOutput  )  [inline]
 

Construct the key or data tuple entry from the key or data object.

Parameters:
dataOutput is the output tuple.

Implements com::sleepycat::bind::tuple::MarshalledTupleEntry.

Definition at line 52 of file SupplierKey.java.

References com::sleepycat::bind::tuple::TupleOutput::writeString().

void collections::ship::factory::SupplierKey::unmarshalEntry TupleInput  keyInput  )  [inline]
 

Construct the key or data object from the key or data tuple entry.

Parameters:
dataInput is the input tuple.

Implements com::sleepycat::bind::tuple::MarshalledTupleEntry.

Definition at line 57 of file SupplierKey.java.


The documentation for this class was generated from the following file:
Generated on Sun Dec 25 12:14:58 2005 for Berkeley DB 4.4.16 by  doxygen 1.4.2