Class PackageItem

  • All Implemented Interfaces:
    java.io.Serializable

    public class PackageItem
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.math.BigDecimal height  
      private java.math.BigDecimal length  
      private java.math.BigDecimal weight  
      private java.math.BigDecimal width  
    • Constructor Summary

      Constructors 
      Constructor Description
      PackageItem()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • weight

        private java.math.BigDecimal weight
      • length

        private java.math.BigDecimal length
      • width

        private java.math.BigDecimal width
      • height

        private java.math.BigDecimal height
    • Constructor Detail

      • PackageItem

        public PackageItem()