com.liferay.portlet.shopping.model
Class ShoppingOrderWrapper
java.lang.Object
com.liferay.portlet.shopping.model.ShoppingOrderWrapper
- All Implemented Interfaces:
- BaseModel<ShoppingOrder>, ShoppingOrder, ShoppingOrderModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ShoppingOrder>
public class ShoppingOrderWrapper
- extends java.lang.Object
- implements ShoppingOrder
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for ShoppingOrder.
- Author:
- Brian Wing Shun Chan
- See Also:
ShoppingOrder,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
ShoppingOrderWrapper
public ShoppingOrderWrapper(ShoppingOrder shoppingOrder)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface ShoppingOrderModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey in interface ShoppingOrderModel
getOrderId
public long getOrderId()
- Specified by:
getOrderId in interface ShoppingOrderModel
setOrderId
public void setOrderId(long orderId)
- Specified by:
setOrderId in interface ShoppingOrderModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface ShoppingOrderModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface ShoppingOrderModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId in interface ShoppingOrderModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface ShoppingOrderModel
getUserId
public long getUserId()
- Specified by:
getUserId in interface ShoppingOrderModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface ShoppingOrderModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserUuid in interface ShoppingOrderModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid in interface ShoppingOrderModel
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName in interface ShoppingOrderModel
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName in interface ShoppingOrderModel
getCreateDate
public java.util.Date getCreateDate()
- Specified by:
getCreateDate in interface ShoppingOrderModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate in interface ShoppingOrderModel
getModifiedDate
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate in interface ShoppingOrderModel
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
- Specified by:
setModifiedDate in interface ShoppingOrderModel
getNumber
public java.lang.String getNumber()
- Specified by:
getNumber in interface ShoppingOrderModel
setNumber
public void setNumber(java.lang.String number)
- Specified by:
setNumber in interface ShoppingOrderModel
getTax
public double getTax()
- Specified by:
getTax in interface ShoppingOrderModel
setTax
public void setTax(double tax)
- Specified by:
setTax in interface ShoppingOrderModel
getShipping
public double getShipping()
- Specified by:
getShipping in interface ShoppingOrderModel
setShipping
public void setShipping(double shipping)
- Specified by:
setShipping in interface ShoppingOrderModel
getAltShipping
public java.lang.String getAltShipping()
- Specified by:
getAltShipping in interface ShoppingOrderModel
setAltShipping
public void setAltShipping(java.lang.String altShipping)
- Specified by:
setAltShipping in interface ShoppingOrderModel
getRequiresShipping
public boolean getRequiresShipping()
- Specified by:
getRequiresShipping in interface ShoppingOrderModel
isRequiresShipping
public boolean isRequiresShipping()
- Specified by:
isRequiresShipping in interface ShoppingOrderModel
setRequiresShipping
public void setRequiresShipping(boolean requiresShipping)
- Specified by:
setRequiresShipping in interface ShoppingOrderModel
getInsure
public boolean getInsure()
- Specified by:
getInsure in interface ShoppingOrderModel
isInsure
public boolean isInsure()
- Specified by:
isInsure in interface ShoppingOrderModel
setInsure
public void setInsure(boolean insure)
- Specified by:
setInsure in interface ShoppingOrderModel
getInsurance
public double getInsurance()
- Specified by:
getInsurance in interface ShoppingOrderModel
setInsurance
public void setInsurance(double insurance)
- Specified by:
setInsurance in interface ShoppingOrderModel
getCouponCodes
public java.lang.String getCouponCodes()
- Specified by:
getCouponCodes in interface ShoppingOrderModel
setCouponCodes
public void setCouponCodes(java.lang.String couponCodes)
- Specified by:
setCouponCodes in interface ShoppingOrderModel
getCouponDiscount
public double getCouponDiscount()
- Specified by:
getCouponDiscount in interface ShoppingOrderModel
setCouponDiscount
public void setCouponDiscount(double couponDiscount)
- Specified by:
setCouponDiscount in interface ShoppingOrderModel
getBillingFirstName
public java.lang.String getBillingFirstName()
- Specified by:
getBillingFirstName in interface ShoppingOrderModel
setBillingFirstName
public void setBillingFirstName(java.lang.String billingFirstName)
- Specified by:
setBillingFirstName in interface ShoppingOrderModel
getBillingLastName
public java.lang.String getBillingLastName()
- Specified by:
getBillingLastName in interface ShoppingOrderModel
setBillingLastName
public void setBillingLastName(java.lang.String billingLastName)
- Specified by:
setBillingLastName in interface ShoppingOrderModel
getBillingEmailAddress
public java.lang.String getBillingEmailAddress()
- Specified by:
getBillingEmailAddress in interface ShoppingOrderModel
setBillingEmailAddress
public void setBillingEmailAddress(java.lang.String billingEmailAddress)
- Specified by:
setBillingEmailAddress in interface ShoppingOrderModel
getBillingCompany
public java.lang.String getBillingCompany()
- Specified by:
getBillingCompany in interface ShoppingOrderModel
setBillingCompany
public void setBillingCompany(java.lang.String billingCompany)
- Specified by:
setBillingCompany in interface ShoppingOrderModel
getBillingStreet
public java.lang.String getBillingStreet()
- Specified by:
getBillingStreet in interface ShoppingOrderModel
setBillingStreet
public void setBillingStreet(java.lang.String billingStreet)
- Specified by:
setBillingStreet in interface ShoppingOrderModel
getBillingCity
public java.lang.String getBillingCity()
- Specified by:
getBillingCity in interface ShoppingOrderModel
setBillingCity
public void setBillingCity(java.lang.String billingCity)
- Specified by:
setBillingCity in interface ShoppingOrderModel
getBillingState
public java.lang.String getBillingState()
- Specified by:
getBillingState in interface ShoppingOrderModel
setBillingState
public void setBillingState(java.lang.String billingState)
- Specified by:
setBillingState in interface ShoppingOrderModel
getBillingZip
public java.lang.String getBillingZip()
- Specified by:
getBillingZip in interface ShoppingOrderModel
setBillingZip
public void setBillingZip(java.lang.String billingZip)
- Specified by:
setBillingZip in interface ShoppingOrderModel
getBillingCountry
public java.lang.String getBillingCountry()
- Specified by:
getBillingCountry in interface ShoppingOrderModel
setBillingCountry
public void setBillingCountry(java.lang.String billingCountry)
- Specified by:
setBillingCountry in interface ShoppingOrderModel
getBillingPhone
public java.lang.String getBillingPhone()
- Specified by:
getBillingPhone in interface ShoppingOrderModel
setBillingPhone
public void setBillingPhone(java.lang.String billingPhone)
- Specified by:
setBillingPhone in interface ShoppingOrderModel
getShipToBilling
public boolean getShipToBilling()
- Specified by:
getShipToBilling in interface ShoppingOrderModel
isShipToBilling
public boolean isShipToBilling()
- Specified by:
isShipToBilling in interface ShoppingOrderModel
setShipToBilling
public void setShipToBilling(boolean shipToBilling)
- Specified by:
setShipToBilling in interface ShoppingOrderModel
getShippingFirstName
public java.lang.String getShippingFirstName()
- Specified by:
getShippingFirstName in interface ShoppingOrderModel
setShippingFirstName
public void setShippingFirstName(java.lang.String shippingFirstName)
- Specified by:
setShippingFirstName in interface ShoppingOrderModel
getShippingLastName
public java.lang.String getShippingLastName()
- Specified by:
getShippingLastName in interface ShoppingOrderModel
setShippingLastName
public void setShippingLastName(java.lang.String shippingLastName)
- Specified by:
setShippingLastName in interface ShoppingOrderModel
getShippingEmailAddress
public java.lang.String getShippingEmailAddress()
- Specified by:
getShippingEmailAddress in interface ShoppingOrderModel
setShippingEmailAddress
public void setShippingEmailAddress(java.lang.String shippingEmailAddress)
- Specified by:
setShippingEmailAddress in interface ShoppingOrderModel
getShippingCompany
public java.lang.String getShippingCompany()
- Specified by:
getShippingCompany in interface ShoppingOrderModel
setShippingCompany
public void setShippingCompany(java.lang.String shippingCompany)
- Specified by:
setShippingCompany in interface ShoppingOrderModel
getShippingStreet
public java.lang.String getShippingStreet()
- Specified by:
getShippingStreet in interface ShoppingOrderModel
setShippingStreet
public void setShippingStreet(java.lang.String shippingStreet)
- Specified by:
setShippingStreet in interface ShoppingOrderModel
getShippingCity
public java.lang.String getShippingCity()
- Specified by:
getShippingCity in interface ShoppingOrderModel
setShippingCity
public void setShippingCity(java.lang.String shippingCity)
- Specified by:
setShippingCity in interface ShoppingOrderModel
getShippingState
public java.lang.String getShippingState()
- Specified by:
getShippingState in interface ShoppingOrderModel
setShippingState
public void setShippingState(java.lang.String shippingState)
- Specified by:
setShippingState in interface ShoppingOrderModel
getShippingZip
public java.lang.String getShippingZip()
- Specified by:
getShippingZip in interface ShoppingOrderModel
setShippingZip
public void setShippingZip(java.lang.String shippingZip)
- Specified by:
setShippingZip in interface ShoppingOrderModel
getShippingCountry
public java.lang.String getShippingCountry()
- Specified by:
getShippingCountry in interface ShoppingOrderModel
setShippingCountry
public void setShippingCountry(java.lang.String shippingCountry)
- Specified by:
setShippingCountry in interface ShoppingOrderModel
getShippingPhone
public java.lang.String getShippingPhone()
- Specified by:
getShippingPhone in interface ShoppingOrderModel
setShippingPhone
public void setShippingPhone(java.lang.String shippingPhone)
- Specified by:
setShippingPhone in interface ShoppingOrderModel
getCcName
public java.lang.String getCcName()
- Specified by:
getCcName in interface ShoppingOrderModel
setCcName
public void setCcName(java.lang.String ccName)
- Specified by:
setCcName in interface ShoppingOrderModel
getCcType
public java.lang.String getCcType()
- Specified by:
getCcType in interface ShoppingOrderModel
setCcType
public void setCcType(java.lang.String ccType)
- Specified by:
setCcType in interface ShoppingOrderModel
getCcNumber
public java.lang.String getCcNumber()
- Specified by:
getCcNumber in interface ShoppingOrderModel
setCcNumber
public void setCcNumber(java.lang.String ccNumber)
- Specified by:
setCcNumber in interface ShoppingOrderModel
getCcExpMonth
public int getCcExpMonth()
- Specified by:
getCcExpMonth in interface ShoppingOrderModel
setCcExpMonth
public void setCcExpMonth(int ccExpMonth)
- Specified by:
setCcExpMonth in interface ShoppingOrderModel
getCcExpYear
public int getCcExpYear()
- Specified by:
getCcExpYear in interface ShoppingOrderModel
setCcExpYear
public void setCcExpYear(int ccExpYear)
- Specified by:
setCcExpYear in interface ShoppingOrderModel
getCcVerNumber
public java.lang.String getCcVerNumber()
- Specified by:
getCcVerNumber in interface ShoppingOrderModel
setCcVerNumber
public void setCcVerNumber(java.lang.String ccVerNumber)
- Specified by:
setCcVerNumber in interface ShoppingOrderModel
getComments
public java.lang.String getComments()
- Specified by:
getComments in interface ShoppingOrderModel
setComments
public void setComments(java.lang.String comments)
- Specified by:
setComments in interface ShoppingOrderModel
getPpTxnId
public java.lang.String getPpTxnId()
- Specified by:
getPpTxnId in interface ShoppingOrderModel
setPpTxnId
public void setPpTxnId(java.lang.String ppTxnId)
- Specified by:
setPpTxnId in interface ShoppingOrderModel
getPpPaymentStatus
public java.lang.String getPpPaymentStatus()
- Specified by:
getPpPaymentStatus in interface ShoppingOrderModel
setPpPaymentStatus
public void setPpPaymentStatus(java.lang.String ppPaymentStatus)
- Specified by:
setPpPaymentStatus in interface ShoppingOrderModel
getPpPaymentGross
public double getPpPaymentGross()
- Specified by:
getPpPaymentGross in interface ShoppingOrderModel
setPpPaymentGross
public void setPpPaymentGross(double ppPaymentGross)
- Specified by:
setPpPaymentGross in interface ShoppingOrderModel
getPpReceiverEmail
public java.lang.String getPpReceiverEmail()
- Specified by:
getPpReceiverEmail in interface ShoppingOrderModel
setPpReceiverEmail
public void setPpReceiverEmail(java.lang.String ppReceiverEmail)
- Specified by:
setPpReceiverEmail in interface ShoppingOrderModel
getPpPayerEmail
public java.lang.String getPpPayerEmail()
- Specified by:
getPpPayerEmail in interface ShoppingOrderModel
setPpPayerEmail
public void setPpPayerEmail(java.lang.String ppPayerEmail)
- Specified by:
setPpPayerEmail in interface ShoppingOrderModel
getSendOrderEmail
public boolean getSendOrderEmail()
- Specified by:
getSendOrderEmail in interface ShoppingOrderModel
isSendOrderEmail
public boolean isSendOrderEmail()
- Specified by:
isSendOrderEmail in interface ShoppingOrderModel
setSendOrderEmail
public void setSendOrderEmail(boolean sendOrderEmail)
- Specified by:
setSendOrderEmail in interface ShoppingOrderModel
getSendShippingEmail
public boolean getSendShippingEmail()
- Specified by:
getSendShippingEmail in interface ShoppingOrderModel
isSendShippingEmail
public boolean isSendShippingEmail()
- Specified by:
isSendShippingEmail in interface ShoppingOrderModel
setSendShippingEmail
public void setSendShippingEmail(boolean sendShippingEmail)
- Specified by:
setSendShippingEmail in interface ShoppingOrderModel
toEscapedModel
public ShoppingOrder toEscapedModel()
- Specified by:
toEscapedModel in interface ShoppingOrderModel
isNew
public boolean isNew()
- Specified by:
isNew in interface BaseModel<ShoppingOrder>- Specified by:
isNew in interface ShoppingOrderModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<ShoppingOrder>- Specified by:
setNew in interface ShoppingOrderModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<ShoppingOrder>- Specified by:
isCachedModel in interface ShoppingOrderModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<ShoppingOrder>- Specified by:
setCachedModel in interface ShoppingOrderModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<ShoppingOrder>- Specified by:
isEscapedModel in interface ShoppingOrderModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<ShoppingOrder>- Specified by:
setEscapedModel in interface ShoppingOrderModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<ShoppingOrder>- Specified by:
getPrimaryKeyObj in interface ShoppingOrderModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<ShoppingOrder>- Specified by:
getExpandoBridge in interface ShoppingOrderModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<ShoppingOrder>- Specified by:
setExpandoBridgeAttributes in interface ShoppingOrderModel
clone
public java.lang.Object clone()
- Specified by:
clone in interface BaseModel<ShoppingOrder>- Specified by:
clone in interface ShoppingOrderModel- Overrides:
clone in class java.lang.Object
compareTo
public int compareTo(ShoppingOrder shoppingOrder)
- Specified by:
compareTo in interface ShoppingOrderModel- Specified by:
compareTo in interface java.lang.Comparable<ShoppingOrder>
hashCode
public int hashCode()
- Specified by:
hashCode in interface ShoppingOrderModel- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString in interface ShoppingOrderModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<ShoppingOrder>- Specified by:
toXmlString in interface ShoppingOrderModel
getWrappedShoppingOrder
public ShoppingOrder getWrappedShoppingOrder()