Interface Insurable

All Superinterfaces:
Sellable, Transportable
All Known Implementing Classes:
BoxedItem2

public interface Insurable extends Sellable, Transportable
Interface for objects that can be insured when shipped.
  • Method Details

    • insuredValue

      int insuredValue()
      Returns the insured value of the item, in cents.
      Returns:
      the insured value of the item, in cents