Class Package
- java.lang.Object
-
- com.github.rvesse.airline.examples.sendit.Package
-
public class Package extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Package()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
calculateVolume()
-
-
-
Field Detail
-
weight
@Option(name={"-w","--weight"}, title="WeightInKg", description="Specifies the packages weight in kilograms") public java.lang.Double weight
-
width
@Option(name="--width", title="Width", description="Specifies the packages width in millimeteres, if one dimension is specified all must be specified") public java.lang.Integer width
-
height
@Option(name="--height", title="Height", description="Specifies the packages height in millimeteres, if one dimension is specified all must be specified") public java.lang.Integer height
-
depth
@Option(name="--depth", title="Depth", description="Specifies the packages depth in millimeteres, if one dimension is specified all must be specified") public java.lang.Integer depth
-
-