Class ShippingMethod

java.lang.Object
org.api.cardtrader.modele.ShippingMethod
All Implemented Interfaces:
Serializable

public class ShippingMethod extends Object implements Serializable
See Also:
  • Constructor Details

    • ShippingMethod

      public ShippingMethod()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • isTracked

      public boolean isTracked()
    • setTracked

      public void setTracked(boolean tracked)
    • getTrackedCode

      public String getTrackedCode()
    • setTrackedCode

      public void setTrackedCode(String trackedCode)
    • getEstimatedShippingDay

      public int getEstimatedShippingDay()
    • setEstimatedShippingDay

      public void setEstimatedShippingDay(int estimatedShippingDay)
    • getSellerPrice

      public Money getSellerPrice()
    • setSellerPrice

      public void setSellerPrice(Money sellerPrice)