C++ Class Definition
class Product : public Snapshot_Object
d_Ref<Historical_State_Float_Attribute> attPrice;
d_Ref<Historical_State_Integer_Attribute> attDuration;
d_Ref<Snapshot_Many_To_One_Relationship> relBelongs;
Product(char* = "????", char* = "????");// Constructor
~Product(); // Destructor