com.liferay.portlet.shopping.model
Class ShoppingOrderSoap
java.lang.Object
com.liferay.portlet.shopping.model.ShoppingOrderSoap
- All Implemented Interfaces:
- Serializable
public class ShoppingOrderSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically com.liferay.portlet.shopping.service.http.ShoppingOrderServiceSoap
.
- See Also:
com.liferay.portlet.shopping.service.http.ShoppingOrderServiceSoap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShoppingOrderSoap
public ShoppingOrderSoap()
toSoapModel
public static ShoppingOrderSoap toSoapModel(ShoppingOrder model)
toSoapModels
public static ShoppingOrderSoap[] toSoapModels(ShoppingOrder[] models)
toSoapModels
public static ShoppingOrderSoap[][] toSoapModels(ShoppingOrder[][] models)
toSoapModels
public static ShoppingOrderSoap[] toSoapModels(List<ShoppingOrder> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getOrderId
public long getOrderId()
setOrderId
public void setOrderId(long orderId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
getCreateDate
public Date getCreateDate()
setCreateDate
public void setCreateDate(Date createDate)
getModifiedDate
public Date getModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
getNumber
public String getNumber()
setNumber
public void setNumber(String number)
getTax
public double getTax()
setTax
public void setTax(double tax)
getShipping
public double getShipping()
setShipping
public void setShipping(double shipping)
getAltShipping
public String getAltShipping()
setAltShipping
public void setAltShipping(String altShipping)
getRequiresShipping
public boolean getRequiresShipping()
isRequiresShipping
public boolean isRequiresShipping()
setRequiresShipping
public void setRequiresShipping(boolean requiresShipping)
getInsure
public boolean getInsure()
isInsure
public boolean isInsure()
setInsure
public void setInsure(boolean insure)
getInsurance
public double getInsurance()
setInsurance
public void setInsurance(double insurance)
getCouponCodes
public String getCouponCodes()
setCouponCodes
public void setCouponCodes(String couponCodes)
getCouponDiscount
public double getCouponDiscount()
setCouponDiscount
public void setCouponDiscount(double couponDiscount)
getBillingFirstName
public String getBillingFirstName()
setBillingFirstName
public void setBillingFirstName(String billingFirstName)
getBillingLastName
public String getBillingLastName()
setBillingLastName
public void setBillingLastName(String billingLastName)
getBillingEmailAddress
public String getBillingEmailAddress()
setBillingEmailAddress
public void setBillingEmailAddress(String billingEmailAddress)
getBillingCompany
public String getBillingCompany()
setBillingCompany
public void setBillingCompany(String billingCompany)
getBillingStreet
public String getBillingStreet()
setBillingStreet
public void setBillingStreet(String billingStreet)
getBillingCity
public String getBillingCity()
setBillingCity
public void setBillingCity(String billingCity)
getBillingState
public String getBillingState()
setBillingState
public void setBillingState(String billingState)
getBillingZip
public String getBillingZip()
setBillingZip
public void setBillingZip(String billingZip)
getBillingCountry
public String getBillingCountry()
setBillingCountry
public void setBillingCountry(String billingCountry)
getBillingPhone
public String getBillingPhone()
setBillingPhone
public void setBillingPhone(String billingPhone)
getShipToBilling
public boolean getShipToBilling()
isShipToBilling
public boolean isShipToBilling()
setShipToBilling
public void setShipToBilling(boolean shipToBilling)
getShippingFirstName
public String getShippingFirstName()
setShippingFirstName
public void setShippingFirstName(String shippingFirstName)
getShippingLastName
public String getShippingLastName()
setShippingLastName
public void setShippingLastName(String shippingLastName)
getShippingEmailAddress
public String getShippingEmailAddress()
setShippingEmailAddress
public void setShippingEmailAddress(String shippingEmailAddress)
getShippingCompany
public String getShippingCompany()
setShippingCompany
public void setShippingCompany(String shippingCompany)
getShippingStreet
public String getShippingStreet()
setShippingStreet
public void setShippingStreet(String shippingStreet)
getShippingCity
public String getShippingCity()
setShippingCity
public void setShippingCity(String shippingCity)
getShippingState
public String getShippingState()
setShippingState
public void setShippingState(String shippingState)
getShippingZip
public String getShippingZip()
setShippingZip
public void setShippingZip(String shippingZip)
getShippingCountry
public String getShippingCountry()
setShippingCountry
public void setShippingCountry(String shippingCountry)
getShippingPhone
public String getShippingPhone()
setShippingPhone
public void setShippingPhone(String shippingPhone)
getCcName
public String getCcName()
setCcName
public void setCcName(String ccName)
getCcType
public String getCcType()
setCcType
public void setCcType(String ccType)
getCcNumber
public String getCcNumber()
setCcNumber
public void setCcNumber(String ccNumber)
getCcExpMonth
public int getCcExpMonth()
setCcExpMonth
public void setCcExpMonth(int ccExpMonth)
getCcExpYear
public int getCcExpYear()
setCcExpYear
public void setCcExpYear(int ccExpYear)
getCcVerNumber
public String getCcVerNumber()
setCcVerNumber
public void setCcVerNumber(String ccVerNumber)
getComments
public String getComments()
setComments
public void setComments(String comments)
getPpTxnId
public String getPpTxnId()
setPpTxnId
public void setPpTxnId(String ppTxnId)
getPpPaymentStatus
public String getPpPaymentStatus()
setPpPaymentStatus
public void setPpPaymentStatus(String ppPaymentStatus)
getPpPaymentGross
public double getPpPaymentGross()
setPpPaymentGross
public void setPpPaymentGross(double ppPaymentGross)
getPpReceiverEmail
public String getPpReceiverEmail()
setPpReceiverEmail
public void setPpReceiverEmail(String ppReceiverEmail)
getPpPayerEmail
public String getPpPayerEmail()
setPpPayerEmail
public void setPpPayerEmail(String ppPayerEmail)
getSendOrderEmail
public boolean getSendOrderEmail()
isSendOrderEmail
public boolean isSendOrderEmail()
setSendOrderEmail
public void setSendOrderEmail(boolean sendOrderEmail)
getSendShippingEmail
public boolean getSendShippingEmail()
isSendShippingEmail
public boolean isSendShippingEmail()
setSendShippingEmail
public void setSendShippingEmail(boolean sendShippingEmail)