@ProviderType public interface ShoppingOrderModel extends com.liferay.portal.kernel.model.BaseModel<ShoppingOrder>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.shopping.model.impl.ShoppingOrderModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.shopping.model.impl.ShoppingOrderImpl.
ShoppingOrder,
com.liferay.shopping.model.impl.ShoppingOrderImpl,
com.liferay.shopping.model.impl.ShoppingOrderModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(ShoppingOrder shoppingOrder) |
java.lang.String |
getAltShipping()
Returns the alt shipping of this shopping order.
|
java.lang.String |
getBillingCity()
Returns the billing city of this shopping order.
|
java.lang.String |
getBillingCompany()
Returns the billing company of this shopping order.
|
java.lang.String |
getBillingCountry()
Returns the billing country of this shopping order.
|
java.lang.String |
getBillingEmailAddress()
Returns the billing email address of this shopping order.
|
java.lang.String |
getBillingFirstName()
Returns the billing first name of this shopping order.
|
java.lang.String |
getBillingLastName()
Returns the billing last name of this shopping order.
|
java.lang.String |
getBillingPhone()
Returns the billing phone of this shopping order.
|
java.lang.String |
getBillingState()
Returns the billing state of this shopping order.
|
java.lang.String |
getBillingStreet()
Returns the billing street of this shopping order.
|
java.lang.String |
getBillingZip()
Returns the billing zip of this shopping order.
|
int |
getCcExpMonth()
Returns the cc exp month of this shopping order.
|
int |
getCcExpYear()
Returns the cc exp year of this shopping order.
|
java.lang.String |
getCcName()
Returns the cc name of this shopping order.
|
java.lang.String |
getCcNumber()
Returns the cc number of this shopping order.
|
java.lang.String |
getCcType()
Returns the cc type of this shopping order.
|
java.lang.String |
getCcVerNumber()
Returns the cc ver number of this shopping order.
|
java.lang.String |
getComments()
Returns the comments of this shopping order.
|
long |
getCompanyId()
Returns the company ID of this shopping order.
|
java.lang.String |
getCouponCodes()
Returns the coupon codes of this shopping order.
|
double |
getCouponDiscount()
Returns the coupon discount of this shopping order.
|
java.util.Date |
getCreateDate()
Returns the create date of this shopping order.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this shopping order.
|
double |
getInsurance()
Returns the insurance of this shopping order.
|
boolean |
getInsure()
Returns the insure of this shopping order.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this shopping order.
|
java.lang.String |
getNumber()
Returns the number of this shopping order.
|
long |
getOrderId()
Returns the order ID of this shopping order.
|
java.lang.String |
getPpPayerEmail()
Returns the pp payer email of this shopping order.
|
double |
getPpPaymentGross()
Returns the pp payment gross of this shopping order.
|
java.lang.String |
getPpPaymentStatus()
Returns the pp payment status of this shopping order.
|
java.lang.String |
getPpReceiverEmail()
Returns the pp receiver email of this shopping order.
|
java.lang.String |
getPpTxnId()
Returns the pp txn ID of this shopping order.
|
long |
getPrimaryKey()
Returns the primary key of this shopping order.
|
java.io.Serializable |
getPrimaryKeyObj() |
boolean |
getRequiresShipping()
Returns the requires shipping of this shopping order.
|
boolean |
getSendOrderEmail()
Returns the send order email of this shopping order.
|
boolean |
getSendShippingEmail()
Returns the send shipping email of this shopping order.
|
double |
getShipping()
Returns the shipping of this shopping order.
|
java.lang.String |
getShippingCity()
Returns the shipping city of this shopping order.
|
java.lang.String |
getShippingCompany()
Returns the shipping company of this shopping order.
|
java.lang.String |
getShippingCountry()
Returns the shipping country of this shopping order.
|
java.lang.String |
getShippingEmailAddress()
Returns the shipping email address of this shopping order.
|
java.lang.String |
getShippingFirstName()
Returns the shipping first name of this shopping order.
|
java.lang.String |
getShippingLastName()
Returns the shipping last name of this shopping order.
|
java.lang.String |
getShippingPhone()
Returns the shipping phone of this shopping order.
|
java.lang.String |
getShippingState()
Returns the shipping state of this shopping order.
|
java.lang.String |
getShippingStreet()
Returns the shipping street of this shopping order.
|
java.lang.String |
getShippingZip()
Returns the shipping zip of this shopping order.
|
boolean |
getShipToBilling()
Returns the ship to billing of this shopping order.
|
double |
getTax()
Returns the tax of this shopping order.
|
long |
getUserId()
Returns the user ID of this shopping order.
|
java.lang.String |
getUserName()
Returns the user name of this shopping order.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this shopping order.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isInsure()
Returns
true if this shopping order is insure. |
boolean |
isNew() |
boolean |
isRequiresShipping()
Returns
true if this shopping order is requires shipping. |
boolean |
isSendOrderEmail()
Returns
true if this shopping order is send order email. |
boolean |
isSendShippingEmail()
Returns
true if this shopping order is send shipping email. |
boolean |
isShipToBilling()
Returns
true if this shopping order is ship to billing. |
void |
setAltShipping(java.lang.String altShipping)
Sets the alt shipping of this shopping order.
|
void |
setBillingCity(java.lang.String billingCity)
Sets the billing city of this shopping order.
|
void |
setBillingCompany(java.lang.String billingCompany)
Sets the billing company of this shopping order.
|
void |
setBillingCountry(java.lang.String billingCountry)
Sets the billing country of this shopping order.
|
void |
setBillingEmailAddress(java.lang.String billingEmailAddress)
Sets the billing email address of this shopping order.
|
void |
setBillingFirstName(java.lang.String billingFirstName)
Sets the billing first name of this shopping order.
|
void |
setBillingLastName(java.lang.String billingLastName)
Sets the billing last name of this shopping order.
|
void |
setBillingPhone(java.lang.String billingPhone)
Sets the billing phone of this shopping order.
|
void |
setBillingState(java.lang.String billingState)
Sets the billing state of this shopping order.
|
void |
setBillingStreet(java.lang.String billingStreet)
Sets the billing street of this shopping order.
|
void |
setBillingZip(java.lang.String billingZip)
Sets the billing zip of this shopping order.
|
void |
setCachedModel(boolean cachedModel) |
void |
setCcExpMonth(int ccExpMonth)
Sets the cc exp month of this shopping order.
|
void |
setCcExpYear(int ccExpYear)
Sets the cc exp year of this shopping order.
|
void |
setCcName(java.lang.String ccName)
Sets the cc name of this shopping order.
|
void |
setCcNumber(java.lang.String ccNumber)
Sets the cc number of this shopping order.
|
void |
setCcType(java.lang.String ccType)
Sets the cc type of this shopping order.
|
void |
setCcVerNumber(java.lang.String ccVerNumber)
Sets the cc ver number of this shopping order.
|
void |
setComments(java.lang.String comments)
Sets the comments of this shopping order.
|
void |
setCompanyId(long companyId)
Sets the company ID of this shopping order.
|
void |
setCouponCodes(java.lang.String couponCodes)
Sets the coupon codes of this shopping order.
|
void |
setCouponDiscount(double couponDiscount)
Sets the coupon discount of this shopping order.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this shopping order.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this shopping order.
|
void |
setInsurance(double insurance)
Sets the insurance of this shopping order.
|
void |
setInsure(boolean insure)
Sets whether this shopping order is insure.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this shopping order.
|
void |
setNew(boolean n) |
void |
setNumber(java.lang.String number)
Sets the number of this shopping order.
|
void |
setOrderId(long orderId)
Sets the order ID of this shopping order.
|
void |
setPpPayerEmail(java.lang.String ppPayerEmail)
Sets the pp payer email of this shopping order.
|
void |
setPpPaymentGross(double ppPaymentGross)
Sets the pp payment gross of this shopping order.
|
void |
setPpPaymentStatus(java.lang.String ppPaymentStatus)
Sets the pp payment status of this shopping order.
|
void |
setPpReceiverEmail(java.lang.String ppReceiverEmail)
Sets the pp receiver email of this shopping order.
|
void |
setPpTxnId(java.lang.String ppTxnId)
Sets the pp txn ID of this shopping order.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this shopping order.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRequiresShipping(boolean requiresShipping)
Sets whether this shopping order is requires shipping.
|
void |
setSendOrderEmail(boolean sendOrderEmail)
Sets whether this shopping order is send order email.
|
void |
setSendShippingEmail(boolean sendShippingEmail)
Sets whether this shopping order is send shipping email.
|
void |
setShipping(double shipping)
Sets the shipping of this shopping order.
|
void |
setShippingCity(java.lang.String shippingCity)
Sets the shipping city of this shopping order.
|
void |
setShippingCompany(java.lang.String shippingCompany)
Sets the shipping company of this shopping order.
|
void |
setShippingCountry(java.lang.String shippingCountry)
Sets the shipping country of this shopping order.
|
void |
setShippingEmailAddress(java.lang.String shippingEmailAddress)
Sets the shipping email address of this shopping order.
|
void |
setShippingFirstName(java.lang.String shippingFirstName)
Sets the shipping first name of this shopping order.
|
void |
setShippingLastName(java.lang.String shippingLastName)
Sets the shipping last name of this shopping order.
|
void |
setShippingPhone(java.lang.String shippingPhone)
Sets the shipping phone of this shopping order.
|
void |
setShippingState(java.lang.String shippingState)
Sets the shipping state of this shopping order.
|
void |
setShippingStreet(java.lang.String shippingStreet)
Sets the shipping street of this shopping order.
|
void |
setShippingZip(java.lang.String shippingZip)
Sets the shipping zip of this shopping order.
|
void |
setShipToBilling(boolean shipToBilling)
Sets whether this shopping order is ship to billing.
|
void |
setTax(double tax)
Sets the tax of this shopping order.
|
void |
setUserId(long userId)
Sets the user ID of this shopping order.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this shopping order.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this shopping order.
|
com.liferay.portal.kernel.model.CacheModel<ShoppingOrder> |
toCacheModel() |
ShoppingOrder |
toEscapedModel() |
java.lang.String |
toString() |
ShoppingOrder |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this shopping orderlong getOrderId()
void setOrderId(long orderId)
orderId - the order ID of this shopping orderlong getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelvoid setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this shopping orderlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this shopping orderlong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this shopping orderjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this shopping order@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this shopping orderjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this shopping orderjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this shopping order@AutoEscape java.lang.String getNumber()
void setNumber(java.lang.String number)
number - the number of this shopping orderdouble getTax()
void setTax(double tax)
tax - the tax of this shopping orderdouble getShipping()
void setShipping(double shipping)
shipping - the shipping of this shopping order@AutoEscape java.lang.String getAltShipping()
void setAltShipping(java.lang.String altShipping)
altShipping - the alt shipping of this shopping orderboolean getRequiresShipping()
boolean isRequiresShipping()
true if this shopping order is requires shipping.true if this shopping order is requires shipping; false otherwisevoid setRequiresShipping(boolean requiresShipping)
requiresShipping - the requires shipping of this shopping orderboolean getInsure()
boolean isInsure()
true if this shopping order is insure.true if this shopping order is insure; false otherwisevoid setInsure(boolean insure)
insure - the insure of this shopping orderdouble getInsurance()
void setInsurance(double insurance)
insurance - the insurance of this shopping order@AutoEscape java.lang.String getCouponCodes()
void setCouponCodes(java.lang.String couponCodes)
couponCodes - the coupon codes of this shopping orderdouble getCouponDiscount()
void setCouponDiscount(double couponDiscount)
couponDiscount - the coupon discount of this shopping order@AutoEscape java.lang.String getBillingFirstName()
void setBillingFirstName(java.lang.String billingFirstName)
billingFirstName - the billing first name of this shopping order@AutoEscape java.lang.String getBillingLastName()
void setBillingLastName(java.lang.String billingLastName)
billingLastName - the billing last name of this shopping order@AutoEscape java.lang.String getBillingEmailAddress()
void setBillingEmailAddress(java.lang.String billingEmailAddress)
billingEmailAddress - the billing email address of this shopping order@AutoEscape java.lang.String getBillingCompany()
void setBillingCompany(java.lang.String billingCompany)
billingCompany - the billing company of this shopping order@AutoEscape java.lang.String getBillingStreet()
void setBillingStreet(java.lang.String billingStreet)
billingStreet - the billing street of this shopping order@AutoEscape java.lang.String getBillingCity()
void setBillingCity(java.lang.String billingCity)
billingCity - the billing city of this shopping order@AutoEscape java.lang.String getBillingState()
void setBillingState(java.lang.String billingState)
billingState - the billing state of this shopping order@AutoEscape java.lang.String getBillingZip()
void setBillingZip(java.lang.String billingZip)
billingZip - the billing zip of this shopping order@AutoEscape java.lang.String getBillingCountry()
void setBillingCountry(java.lang.String billingCountry)
billingCountry - the billing country of this shopping order@AutoEscape java.lang.String getBillingPhone()
void setBillingPhone(java.lang.String billingPhone)
billingPhone - the billing phone of this shopping orderboolean getShipToBilling()
boolean isShipToBilling()
true if this shopping order is ship to billing.true if this shopping order is ship to billing; false otherwisevoid setShipToBilling(boolean shipToBilling)
shipToBilling - the ship to billing of this shopping order@AutoEscape java.lang.String getShippingFirstName()
void setShippingFirstName(java.lang.String shippingFirstName)
shippingFirstName - the shipping first name of this shopping order@AutoEscape java.lang.String getShippingLastName()
void setShippingLastName(java.lang.String shippingLastName)
shippingLastName - the shipping last name of this shopping order@AutoEscape java.lang.String getShippingEmailAddress()
void setShippingEmailAddress(java.lang.String shippingEmailAddress)
shippingEmailAddress - the shipping email address of this shopping order@AutoEscape java.lang.String getShippingCompany()
void setShippingCompany(java.lang.String shippingCompany)
shippingCompany - the shipping company of this shopping order@AutoEscape java.lang.String getShippingStreet()
void setShippingStreet(java.lang.String shippingStreet)
shippingStreet - the shipping street of this shopping order@AutoEscape java.lang.String getShippingCity()
void setShippingCity(java.lang.String shippingCity)
shippingCity - the shipping city of this shopping order@AutoEscape java.lang.String getShippingState()
void setShippingState(java.lang.String shippingState)
shippingState - the shipping state of this shopping order@AutoEscape java.lang.String getShippingZip()
void setShippingZip(java.lang.String shippingZip)
shippingZip - the shipping zip of this shopping order@AutoEscape java.lang.String getShippingCountry()
void setShippingCountry(java.lang.String shippingCountry)
shippingCountry - the shipping country of this shopping order@AutoEscape java.lang.String getShippingPhone()
void setShippingPhone(java.lang.String shippingPhone)
shippingPhone - the shipping phone of this shopping order@AutoEscape java.lang.String getCcName()
void setCcName(java.lang.String ccName)
ccName - the cc name of this shopping order@AutoEscape java.lang.String getCcType()
void setCcType(java.lang.String ccType)
ccType - the cc type of this shopping order@AutoEscape java.lang.String getCcNumber()
void setCcNumber(java.lang.String ccNumber)
ccNumber - the cc number of this shopping orderint getCcExpMonth()
void setCcExpMonth(int ccExpMonth)
ccExpMonth - the cc exp month of this shopping orderint getCcExpYear()
void setCcExpYear(int ccExpYear)
ccExpYear - the cc exp year of this shopping order@AutoEscape java.lang.String getCcVerNumber()
void setCcVerNumber(java.lang.String ccVerNumber)
ccVerNumber - the cc ver number of this shopping order@AutoEscape java.lang.String getComments()
void setComments(java.lang.String comments)
comments - the comments of this shopping order@AutoEscape java.lang.String getPpTxnId()
void setPpTxnId(java.lang.String ppTxnId)
ppTxnId - the pp txn ID of this shopping order@AutoEscape java.lang.String getPpPaymentStatus()
void setPpPaymentStatus(java.lang.String ppPaymentStatus)
ppPaymentStatus - the pp payment status of this shopping orderdouble getPpPaymentGross()
void setPpPaymentGross(double ppPaymentGross)
ppPaymentGross - the pp payment gross of this shopping order@AutoEscape java.lang.String getPpReceiverEmail()
void setPpReceiverEmail(java.lang.String ppReceiverEmail)
ppReceiverEmail - the pp receiver email of this shopping order@AutoEscape java.lang.String getPpPayerEmail()
void setPpPayerEmail(java.lang.String ppPayerEmail)
ppPayerEmail - the pp payer email of this shopping orderboolean getSendOrderEmail()
boolean isSendOrderEmail()
true if this shopping order is send order email.true if this shopping order is send order email; false otherwisevoid setSendOrderEmail(boolean sendOrderEmail)
sendOrderEmail - the send order email of this shopping orderboolean getSendShippingEmail()
boolean isSendShippingEmail()
true if this shopping order is send shipping email.true if this shopping order is send shipping email; false otherwisevoid setSendShippingEmail(boolean sendShippingEmail)
sendShippingEmail - the send shipping email of this shopping orderboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrder>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrder>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrder>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrder>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrder>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrder>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrder>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrder>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrder>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrder>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrder>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrder>int compareTo(ShoppingOrder shoppingOrder)
compareTo in interface java.lang.Comparable<ShoppingOrder>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<ShoppingOrder> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrder>ShoppingOrder toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrder>ShoppingOrder toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrder>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrder>