JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
dsaj.design
Interface Transportable
All Known Subinterfaces:
Insurable
All Known Implementing Classes:
BoxedItem
,
BoxedItem2
public interface
Transportable
Interface for objects that can be transported.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
isHazardous
()
Returns whether the object is hazardous.
int
weight
()
Returns the weight in grams.
Method Detail
weight
int weight()
Returns the weight in grams.
isHazardous
boolean isHazardous()
Returns whether the object is hazardous.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method