public final class ShippingMethod
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
description
Descriptive text of delivery costs and conditions.
|
private java.net.URI |
logo
Full path to the logo image if a logo exists and is enabled, otherwise
null.
|
private java.lang.String |
name |
private java.lang.String |
shippingMethodId |
Constructor and Description |
---|
ShippingMethod() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Description of the shipping method
|
java.net.URI |
getLogo()
Location of the shipping logo
|
java.lang.String |
getName()
Name of the shipping method
|
java.lang.String |
getShippingMethodId()
Identifier of the shipping method
|
void |
setDescription(java.lang.String description) |
void |
setLogo(java.net.URI logo) |
void |
setName(java.lang.String name) |
void |
setShippingMethodId(java.lang.String shippingMethodId) |
private java.lang.String shippingMethodId
private java.lang.String name
private java.lang.String description
private java.net.URI logo
public java.lang.String getShippingMethodId()
public void setShippingMethodId(java.lang.String shippingMethodId)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.net.URI getLogo()
public void setLogo(java.net.URI logo)