You are on page 1of 1

Light

-id: String
-name: String
-wattage
-manufacture: Manufacture
-DateOfManufacture: String
-WarrantyPeriod (months): int
-ImportUnitPrice: int
-SellingUnitPrice: int
-InventoryNumber: int
+Light()
+Light(….)
+getter/setter

Fluorescent Incandescent LED

-BulbLength: int -LEDType: Fluorescent, Incandescent


+ Fluorescent() + Fluorescent() + LEDType ()
+ Fluorescent(..) + Fluorescent(..) + LEDType (..)
+getter/setter +getter/setter +getter/setter

You might also like