public class ShippingMethod extends BusinessObject
Constructor and Description |
---|
ShippingMethod() |
Modifier and Type | Method and Description |
---|---|
String |
getCarrier() |
String |
getCarrierAccount() |
String |
getContact() |
Calendar |
getCreatedDate() |
String |
getDescription() |
ShippingMethodKey |
getKey() |
String |
getModifiedBy() |
Calendar |
getModifiedDate() |
PhoneNumber |
getPhoneNumber() |
ShippingMethodType |
getType() |
void |
setCarrier(String value) |
void |
setCarrierAccount(String value) |
void |
setContact(String value) |
void |
setCreatedDate(Calendar value) |
void |
setDescription(String value) |
void |
setKey(ShippingMethodKey value) |
void |
setModifiedBy(String value) |
void |
setModifiedDate(Calendar value) |
void |
setPhoneNumber(PhoneNumber value) |
void |
setType(ShippingMethodType value) |
public String getCarrier()
public void setCarrier(String value)
public String getCarrierAccount()
public void setCarrierAccount(String value)
public String getContact()
public void setContact(String value)
public Calendar getCreatedDate()
public void setCreatedDate(Calendar value)
public String getDescription()
public void setDescription(String value)
public ShippingMethodKey getKey()
public void setKey(ShippingMethodKey value)
public String getModifiedBy()
public void setModifiedBy(String value)
public Calendar getModifiedDate()
public void setModifiedDate(Calendar value)
public PhoneNumber getPhoneNumber()
public void setPhoneNumber(PhoneNumber value)
public ShippingMethodType getType()
public void setType(ShippingMethodType value)
Copyright © 2010–2016. All rights reserved.