Package org.api.mkm.modele
Class ShippingMethod
java.lang.Object
org.api.mkm.modele.ShippingMethod
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetName()doublegetPrice()booleanbooleanisLetter()voidsetIdShippingMethod(int idShippingMethod) voidsetInsured(boolean isInsured) voidsetLetter(boolean isLetter) voidvoidsetPrice(double price)
-
Constructor Details
-
ShippingMethod
public ShippingMethod()
-
-
Method Details
-
getIdShippingMethod
public int getIdShippingMethod() -
setIdShippingMethod
public void setIdShippingMethod(int idShippingMethod) -
getName
-
setName
-
getPrice
public double getPrice() -
setPrice
public void setPrice(double price) -
isLetter
public boolean isLetter() -
setLetter
public void setLetter(boolean isLetter) -
isInsured
public boolean isInsured() -
setInsured
public void setInsured(boolean isInsured)
-