Class ItemShippingTimeTransfer

java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.item.common.transfer.ItemShippingTimeTransfer
All Implemented Interfaces:
Serializable

See Also:
  • Constructor Details

  • Method Details

    • getItem

      Returns the item.
      Returns:
      the item
    • setItem

      public void setItem(ItemTransfer item)
      Sets the item.
      Parameters:
      item - the item to set
    • getCustomerType

      Returns the customerType.
      Returns:
      the customerType
    • setCustomerType

      public void setCustomerType(CustomerTypeTransfer customerType)
      Sets the customerType.
      Parameters:
      customerType - the customerType to set
    • getUnformattedShippingStartTime

      Returns the unformattedShippingStartTime.
      Returns:
      the unformattedShippingStartTime
    • setUnformattedShippingStartTime

      public void setUnformattedShippingStartTime(Long unformattedShippingStartTime)
      Sets the unformattedShippingStartTime.
      Parameters:
      unformattedShippingStartTime - the unformattedShippingStartTime to set
    • getShippingStartTime

      Returns the shippingStartTime.
      Returns:
      the shippingStartTime
    • setShippingStartTime

      public void setShippingStartTime(String shippingStartTime)
      Sets the shippingStartTime.
      Parameters:
      shippingStartTime - the shippingStartTime to set
    • getUnformattedShippingEndTime

      Returns the unformattedShippingEndTime.
      Returns:
      the unformattedShippingEndTime
    • setUnformattedShippingEndTime

      public void setUnformattedShippingEndTime(Long unformattedShippingEndTime)
      Sets the unformattedShippingEndTime.
      Parameters:
      unformattedShippingEndTime - the unformattedShippingEndTime to set
    • getShippingEndTime

      Returns the shippingEndTime.
      Returns:
      the shippingEndTime
    • setShippingEndTime

      public void setShippingEndTime(String shippingEndTime)
      Sets the shippingEndTime.
      Parameters:
      shippingEndTime - the shippingEndTime to set