Liferay 6.0.5

com.liferay.portlet.shopping.model
Interface ShoppingOrderModel

All Superinterfaces:
BaseModel<ShoppingOrder>, Cloneable, Comparable<ShoppingOrder>, Serializable
All Known Subinterfaces:
ShoppingOrder
All Known Implementing Classes:
ShoppingOrderImpl, ShoppingOrderModelImpl, ShoppingOrderWrapper

public interface ShoppingOrderModel
extends BaseModel<ShoppingOrder>

The base model interface for the ShoppingOrder service. Represents a row in the "ShoppingOrder" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation ShoppingOrderModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ShoppingOrderImpl.

Never modify or reference this interface directly. All methods that expect a shopping order model instance should use the ShoppingOrder interface instead.

See Also:
ShoppingOrder, ShoppingOrderImpl, ShoppingOrderModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(ShoppingOrder shoppingOrder)
           
 String getAltShipping()
          Gets the alt shipping of this shopping order.
 String getBillingCity()
          Gets the billing city of this shopping order.
 String getBillingCompany()
          Gets the billing company of this shopping order.
 String getBillingCountry()
          Gets the billing country of this shopping order.
 String getBillingEmailAddress()
          Gets the billing email address of this shopping order.
 String getBillingFirstName()
          Gets the billing first name of this shopping order.
 String getBillingLastName()
          Gets the billing last name of this shopping order.
 String getBillingPhone()
          Gets the billing phone of this shopping order.
 String getBillingState()
          Gets the billing state of this shopping order.
 String getBillingStreet()
          Gets the billing street of this shopping order.
 String getBillingZip()
          Gets the billing zip of this shopping order.
 int getCcExpMonth()
          Gets the cc exp month of this shopping order.
 int getCcExpYear()
          Gets the cc exp year of this shopping order.
 String getCcName()
          Gets the cc name of this shopping order.
 String getCcNumber()
          Gets the cc number of this shopping order.
 String getCcType()
          Gets the cc type of this shopping order.
 String getCcVerNumber()
          Gets the cc ver number of this shopping order.
 String getComments()
          Gets the comments of this shopping order.
 long getCompanyId()
          Gets the company id of this shopping order.
 String getCouponCodes()
          Gets the coupon codes of this shopping order.
 double getCouponDiscount()
          Gets the coupon discount of this shopping order.
 Date getCreateDate()
          Gets the create date of this shopping order.
 ExpandoBridge getExpandoBridge()
          Gets the expando bridge for this model instance.
 long getGroupId()
          Gets the group id of this shopping order.
 double getInsurance()
          Gets the insurance of this shopping order.
 boolean getInsure()
          Gets the insure of this shopping order.
 Date getModifiedDate()
          Gets the modified date of this shopping order.
 String getNumber()
          Gets the number of this shopping order.
 long getOrderId()
          Gets the order id of this shopping order.
 String getPpPayerEmail()
          Gets the pp payer email of this shopping order.
 double getPpPaymentGross()
          Gets the pp payment gross of this shopping order.
 String getPpPaymentStatus()
          Gets the pp payment status of this shopping order.
 String getPpReceiverEmail()
          Gets the pp receiver email of this shopping order.
 String getPpTxnId()
          Gets the pp txn id of this shopping order.
 long getPrimaryKey()
          Gets the primary key of this shopping order.
 Serializable getPrimaryKeyObj()
          Gets the primary key of this model instance.
 boolean getRequiresShipping()
          Gets the requires shipping of this shopping order.
 boolean getSendOrderEmail()
          Gets the send order email of this shopping order.
 boolean getSendShippingEmail()
          Gets the send shipping email of this shopping order.
 double getShipping()
          Gets the shipping of this shopping order.
 String getShippingCity()
          Gets the shipping city of this shopping order.
 String getShippingCompany()
          Gets the shipping company of this shopping order.
 String getShippingCountry()
          Gets the shipping country of this shopping order.
 String getShippingEmailAddress()
          Gets the shipping email address of this shopping order.
 String getShippingFirstName()
          Gets the shipping first name of this shopping order.
 String getShippingLastName()
          Gets the shipping last name of this shopping order.
 String getShippingPhone()
          Gets the shipping phone of this shopping order.
 String getShippingState()
          Gets the shipping state of this shopping order.
 String getShippingStreet()
          Gets the shipping street of this shopping order.
 String getShippingZip()
          Gets the shipping zip of this shopping order.
 boolean getShipToBilling()
          Gets the ship to billing of this shopping order.
 double getTax()
          Gets the tax of this shopping order.
 long getUserId()
          Gets the user id of this shopping order.
 String getUserName()
          Gets the user name of this shopping order.
 String getUserUuid()
          Gets the user uuid of this shopping order.
 int hashCode()
           
 boolean isCachedModel()
          Determines if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Determines if this model instance is escaped.
 boolean isInsure()
          Determines whether this shopping order is insure.
 boolean isNew()
          Determines if this model instance does not yet exist in the database.
 boolean isRequiresShipping()
          Determines whether this shopping order is requires shipping.
 boolean isSendOrderEmail()
          Determines whether this shopping order is send order email.
 boolean isSendShippingEmail()
          Determines whether this shopping order is send shipping email.
 boolean isShipToBilling()
          Determines whether this shopping order is ship to billing.
 void setAltShipping(String altShipping)
          Sets the alt shipping of this shopping order.
 void setBillingCity(String billingCity)
          Sets the billing city of this shopping order.
 void setBillingCompany(String billingCompany)
          Sets the billing company of this shopping order.
 void setBillingCountry(String billingCountry)
          Sets the billing country of this shopping order.
 void setBillingEmailAddress(String billingEmailAddress)
          Sets the billing email address of this shopping order.
 void setBillingFirstName(String billingFirstName)
          Sets the billing first name of this shopping order.
 void setBillingLastName(String billingLastName)
          Sets the billing last name of this shopping order.
 void setBillingPhone(String billingPhone)
          Sets the billing phone of this shopping order.
 void setBillingState(String billingState)
          Sets the billing state of this shopping order.
 void setBillingStreet(String billingStreet)
          Sets the billing street of this shopping order.
 void setBillingZip(String billingZip)
          Sets the billing zip of this shopping order.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 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(String ccName)
          Sets the cc name of this shopping order.
 void setCcNumber(String ccNumber)
          Sets the cc number of this shopping order.
 void setCcType(String ccType)
          Sets the cc type of this shopping order.
 void setCcVerNumber(String ccVerNumber)
          Sets the cc ver number of this shopping order.
 void setComments(String comments)
          Sets the comments of this shopping order.
 void setCompanyId(long companyId)
          Sets the company id of this shopping order.
 void setCouponCodes(String couponCodes)
          Sets the coupon codes of this shopping order.
 void setCouponDiscount(double couponDiscount)
          Sets the coupon discount of this shopping order.
 void setCreateDate(Date createDate)
          Sets the create date of this shopping order.
 void setEscapedModel(boolean escapedModel)
          Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 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 {$entity.humanName} is insure.
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this shopping order.
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setNumber(String number)
          Sets the number of this shopping order.
 void setOrderId(long orderId)
          Sets the order id of this shopping order.
 void setPpPayerEmail(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(String ppPaymentStatus)
          Sets the pp payment status of this shopping order.
 void setPpReceiverEmail(String ppReceiverEmail)
          Sets the pp receiver email of this shopping order.
 void setPpTxnId(String ppTxnId)
          Sets the pp txn id of this shopping order.
 void setPrimaryKey(long pk)
          Sets the primary key of this shopping order
 void setRequiresShipping(boolean requiresShipping)
          Sets whether this {$entity.humanName} is requires shipping.
 void setSendOrderEmail(boolean sendOrderEmail)
          Sets whether this {$entity.humanName} is send order email.
 void setSendShippingEmail(boolean sendShippingEmail)
          Sets whether this {$entity.humanName} is send shipping email.
 void setShipping(double shipping)
          Sets the shipping of this shopping order.
 void setShippingCity(String shippingCity)
          Sets the shipping city of this shopping order.
 void setShippingCompany(String shippingCompany)
          Sets the shipping company of this shopping order.
 void setShippingCountry(String shippingCountry)
          Sets the shipping country of this shopping order.
 void setShippingEmailAddress(String shippingEmailAddress)
          Sets the shipping email address of this shopping order.
 void setShippingFirstName(String shippingFirstName)
          Sets the shipping first name of this shopping order.
 void setShippingLastName(String shippingLastName)
          Sets the shipping last name of this shopping order.
 void setShippingPhone(String shippingPhone)
          Sets the shipping phone of this shopping order.
 void setShippingState(String shippingState)
          Sets the shipping state of this shopping order.
 void setShippingStreet(String shippingStreet)
          Sets the shipping street of this shopping order.
 void setShippingZip(String shippingZip)
          Sets the shipping zip of this shopping order.
 void setShipToBilling(boolean shipToBilling)
          Sets whether this {$entity.humanName} 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(String userName)
          Sets the user name of this shopping order.
 void setUserUuid(String userUuid)
          Sets the user uuid of this shopping order.
 ShoppingOrder toEscapedModel()
          Gets a copy of this shopping order as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 String toXmlString()
          Gets the XML representation of this model instance.
 

Method Detail

getPrimaryKey

long getPrimaryKey()
Gets the primary key of this shopping order.

Returns:
the primary key of this shopping order

setPrimaryKey

void setPrimaryKey(long pk)
Sets the primary key of this shopping order

Parameters:
pk - the primary key of this shopping order

getOrderId

long getOrderId()
Gets the order id of this shopping order.

Returns:
the order id of this shopping order

setOrderId

void setOrderId(long orderId)
Sets the order id of this shopping order.

Parameters:
orderId - the order id of this shopping order

getGroupId

long getGroupId()
Gets the group id of this shopping order.

Returns:
the group id of this shopping order

setGroupId

void setGroupId(long groupId)
Sets the group id of this shopping order.

Parameters:
groupId - the group id of this shopping order

getCompanyId

long getCompanyId()
Gets the company id of this shopping order.

Returns:
the company id of this shopping order

setCompanyId

void setCompanyId(long companyId)
Sets the company id of this shopping order.

Parameters:
companyId - the company id of this shopping order

getUserId

long getUserId()
Gets the user id of this shopping order.

Returns:
the user id of this shopping order

setUserId

void setUserId(long userId)
Sets the user id of this shopping order.

Parameters:
userId - the user id of this shopping order

getUserUuid

String getUserUuid()
                   throws SystemException
Gets the user uuid of this shopping order.

Returns:
the user uuid of this shopping order
Throws:
SystemException - if a system exception occurred

setUserUuid

void setUserUuid(String userUuid)
Sets the user uuid of this shopping order.

Parameters:
userUuid - the user uuid of this shopping order

getUserName

@AutoEscape
String getUserName()
Gets the user name of this shopping order.

Returns:
the user name of this shopping order

setUserName

void setUserName(String userName)
Sets the user name of this shopping order.

Parameters:
userName - the user name of this shopping order

getCreateDate

Date getCreateDate()
Gets the create date of this shopping order.

Returns:
the create date of this shopping order

setCreateDate

void setCreateDate(Date createDate)
Sets the create date of this shopping order.

Parameters:
createDate - the create date of this shopping order

getModifiedDate

Date getModifiedDate()
Gets the modified date of this shopping order.

Returns:
the modified date of this shopping order

setModifiedDate

void setModifiedDate(Date modifiedDate)
Sets the modified date of this shopping order.

Parameters:
modifiedDate - the modified date of this shopping order

getNumber

@AutoEscape
String getNumber()
Gets the number of this shopping order.

Returns:
the number of this shopping order

setNumber

void setNumber(String number)
Sets the number of this shopping order.

Parameters:
number - the number of this shopping order

getTax

double getTax()
Gets the tax of this shopping order.

Returns:
the tax of this shopping order

setTax

void setTax(double tax)
Sets the tax of this shopping order.

Parameters:
tax - the tax of this shopping order

getShipping

double getShipping()
Gets the shipping of this shopping order.

Returns:
the shipping of this shopping order

setShipping

void setShipping(double shipping)
Sets the shipping of this shopping order.

Parameters:
shipping - the shipping of this shopping order

getAltShipping

@AutoEscape
String getAltShipping()
Gets the alt shipping of this shopping order.

Returns:
the alt shipping of this shopping order

setAltShipping

void setAltShipping(String altShipping)
Sets the alt shipping of this shopping order.

Parameters:
altShipping - the alt shipping of this shopping order

getRequiresShipping

boolean getRequiresShipping()
Gets the requires shipping of this shopping order.

Returns:
the requires shipping of this shopping order

isRequiresShipping

boolean isRequiresShipping()
Determines whether this shopping order is requires shipping.

Returns:
whether this shopping order is requires shipping

setRequiresShipping

void setRequiresShipping(boolean requiresShipping)
Sets whether this {$entity.humanName} is requires shipping.

Parameters:
requiresShipping - the requires shipping of this shopping order

getInsure

boolean getInsure()
Gets the insure of this shopping order.

Returns:
the insure of this shopping order

isInsure

boolean isInsure()
Determines whether this shopping order is insure.

Returns:
whether this shopping order is insure

setInsure

void setInsure(boolean insure)
Sets whether this {$entity.humanName} is insure.

Parameters:
insure - the insure of this shopping order

getInsurance

double getInsurance()
Gets the insurance of this shopping order.

Returns:
the insurance of this shopping order

setInsurance

void setInsurance(double insurance)
Sets the insurance of this shopping order.

Parameters:
insurance - the insurance of this shopping order

getCouponCodes

@AutoEscape
String getCouponCodes()
Gets the coupon codes of this shopping order.

Returns:
the coupon codes of this shopping order

setCouponCodes

void setCouponCodes(String couponCodes)
Sets the coupon codes of this shopping order.

Parameters:
couponCodes - the coupon codes of this shopping order

getCouponDiscount

double getCouponDiscount()
Gets the coupon discount of this shopping order.

Returns:
the coupon discount of this shopping order

setCouponDiscount

void setCouponDiscount(double couponDiscount)
Sets the coupon discount of this shopping order.

Parameters:
couponDiscount - the coupon discount of this shopping order

getBillingFirstName

@AutoEscape
String getBillingFirstName()
Gets the billing first name of this shopping order.

Returns:
the billing first name of this shopping order

setBillingFirstName

void setBillingFirstName(String billingFirstName)
Sets the billing first name of this shopping order.

Parameters:
billingFirstName - the billing first name of this shopping order

getBillingLastName

@AutoEscape
String getBillingLastName()
Gets the billing last name of this shopping order.

Returns:
the billing last name of this shopping order

setBillingLastName

void setBillingLastName(String billingLastName)
Sets the billing last name of this shopping order.

Parameters:
billingLastName - the billing last name of this shopping order

getBillingEmailAddress

@AutoEscape
String getBillingEmailAddress()
Gets the billing email address of this shopping order.

Returns:
the billing email address of this shopping order

setBillingEmailAddress

void setBillingEmailAddress(String billingEmailAddress)
Sets the billing email address of this shopping order.

Parameters:
billingEmailAddress - the billing email address of this shopping order

getBillingCompany

@AutoEscape
String getBillingCompany()
Gets the billing company of this shopping order.

Returns:
the billing company of this shopping order

setBillingCompany

void setBillingCompany(String billingCompany)
Sets the billing company of this shopping order.

Parameters:
billingCompany - the billing company of this shopping order

getBillingStreet

@AutoEscape
String getBillingStreet()
Gets the billing street of this shopping order.

Returns:
the billing street of this shopping order

setBillingStreet

void setBillingStreet(String billingStreet)
Sets the billing street of this shopping order.

Parameters:
billingStreet - the billing street of this shopping order

getBillingCity

@AutoEscape
String getBillingCity()
Gets the billing city of this shopping order.

Returns:
the billing city of this shopping order

setBillingCity

void setBillingCity(String billingCity)
Sets the billing city of this shopping order.

Parameters:
billingCity - the billing city of this shopping order

getBillingState

@AutoEscape
String getBillingState()
Gets the billing state of this shopping order.

Returns:
the billing state of this shopping order

setBillingState

void setBillingState(String billingState)
Sets the billing state of this shopping order.

Parameters:
billingState - the billing state of this shopping order

getBillingZip

@AutoEscape
String getBillingZip()
Gets the billing zip of this shopping order.

Returns:
the billing zip of this shopping order

setBillingZip

void setBillingZip(String billingZip)
Sets the billing zip of this shopping order.

Parameters:
billingZip - the billing zip of this shopping order

getBillingCountry

@AutoEscape
String getBillingCountry()
Gets the billing country of this shopping order.

Returns:
the billing country of this shopping order

setBillingCountry

void setBillingCountry(String billingCountry)
Sets the billing country of this shopping order.

Parameters:
billingCountry - the billing country of this shopping order

getBillingPhone

@AutoEscape
String getBillingPhone()
Gets the billing phone of this shopping order.

Returns:
the billing phone of this shopping order

setBillingPhone

void setBillingPhone(String billingPhone)
Sets the billing phone of this shopping order.

Parameters:
billingPhone - the billing phone of this shopping order

getShipToBilling

boolean getShipToBilling()
Gets the ship to billing of this shopping order.

Returns:
the ship to billing of this shopping order

isShipToBilling

boolean isShipToBilling()
Determines whether this shopping order is ship to billing.

Returns:
whether this shopping order is ship to billing

setShipToBilling

void setShipToBilling(boolean shipToBilling)
Sets whether this {$entity.humanName} is ship to billing.

Parameters:
shipToBilling - the ship to billing of this shopping order

getShippingFirstName

@AutoEscape
String getShippingFirstName()
Gets the shipping first name of this shopping order.

Returns:
the shipping first name of this shopping order

setShippingFirstName

void setShippingFirstName(String shippingFirstName)
Sets the shipping first name of this shopping order.

Parameters:
shippingFirstName - the shipping first name of this shopping order

getShippingLastName

@AutoEscape
String getShippingLastName()
Gets the shipping last name of this shopping order.

Returns:
the shipping last name of this shopping order

setShippingLastName

void setShippingLastName(String shippingLastName)
Sets the shipping last name of this shopping order.

Parameters:
shippingLastName - the shipping last name of this shopping order

getShippingEmailAddress

@AutoEscape
String getShippingEmailAddress()
Gets the shipping email address of this shopping order.

Returns:
the shipping email address of this shopping order

setShippingEmailAddress

void setShippingEmailAddress(String shippingEmailAddress)
Sets the shipping email address of this shopping order.

Parameters:
shippingEmailAddress - the shipping email address of this shopping order

getShippingCompany

@AutoEscape
String getShippingCompany()
Gets the shipping company of this shopping order.

Returns:
the shipping company of this shopping order

setShippingCompany

void setShippingCompany(String shippingCompany)
Sets the shipping company of this shopping order.

Parameters:
shippingCompany - the shipping company of this shopping order

getShippingStreet

@AutoEscape
String getShippingStreet()
Gets the shipping street of this shopping order.

Returns:
the shipping street of this shopping order

setShippingStreet

void setShippingStreet(String shippingStreet)
Sets the shipping street of this shopping order.

Parameters:
shippingStreet - the shipping street of this shopping order

getShippingCity

@AutoEscape
String getShippingCity()
Gets the shipping city of this shopping order.

Returns:
the shipping city of this shopping order

setShippingCity

void setShippingCity(String shippingCity)
Sets the shipping city of this shopping order.

Parameters:
shippingCity - the shipping city of this shopping order

getShippingState

@AutoEscape
String getShippingState()
Gets the shipping state of this shopping order.

Returns:
the shipping state of this shopping order

setShippingState

void setShippingState(String shippingState)
Sets the shipping state of this shopping order.

Parameters:
shippingState - the shipping state of this shopping order

getShippingZip

@AutoEscape
String getShippingZip()
Gets the shipping zip of this shopping order.

Returns:
the shipping zip of this shopping order

setShippingZip

void setShippingZip(String shippingZip)
Sets the shipping zip of this shopping order.

Parameters:
shippingZip - the shipping zip of this shopping order

getShippingCountry

@AutoEscape
String getShippingCountry()
Gets the shipping country of this shopping order.

Returns:
the shipping country of this shopping order

setShippingCountry

void setShippingCountry(String shippingCountry)
Sets the shipping country of this shopping order.

Parameters:
shippingCountry - the shipping country of this shopping order

getShippingPhone

@AutoEscape
String getShippingPhone()
Gets the shipping phone of this shopping order.

Returns:
the shipping phone of this shopping order

setShippingPhone

void setShippingPhone(String shippingPhone)
Sets the shipping phone of this shopping order.

Parameters:
shippingPhone - the shipping phone of this shopping order

getCcName

@AutoEscape
String getCcName()
Gets the cc name of this shopping order.

Returns:
the cc name of this shopping order

setCcName

void setCcName(String ccName)
Sets the cc name of this shopping order.

Parameters:
ccName - the cc name of this shopping order

getCcType

@AutoEscape
String getCcType()
Gets the cc type of this shopping order.

Returns:
the cc type of this shopping order

setCcType

void setCcType(String ccType)
Sets the cc type of this shopping order.

Parameters:
ccType - the cc type of this shopping order

getCcNumber

@AutoEscape
String getCcNumber()
Gets the cc number of this shopping order.

Returns:
the cc number of this shopping order

setCcNumber

void setCcNumber(String ccNumber)
Sets the cc number of this shopping order.

Parameters:
ccNumber - the cc number of this shopping order

getCcExpMonth

int getCcExpMonth()
Gets the cc exp month of this shopping order.

Returns:
the cc exp month of this shopping order

setCcExpMonth

void setCcExpMonth(int ccExpMonth)
Sets the cc exp month of this shopping order.

Parameters:
ccExpMonth - the cc exp month of this shopping order

getCcExpYear

int getCcExpYear()
Gets the cc exp year of this shopping order.

Returns:
the cc exp year of this shopping order

setCcExpYear

void setCcExpYear(int ccExpYear)
Sets the cc exp year of this shopping order.

Parameters:
ccExpYear - the cc exp year of this shopping order

getCcVerNumber

@AutoEscape
String getCcVerNumber()
Gets the cc ver number of this shopping order.

Returns:
the cc ver number of this shopping order

setCcVerNumber

void setCcVerNumber(String ccVerNumber)
Sets the cc ver number of this shopping order.

Parameters:
ccVerNumber - the cc ver number of this shopping order

getComments

@AutoEscape
String getComments()
Gets the comments of this shopping order.

Returns:
the comments of this shopping order

setComments

void setComments(String comments)
Sets the comments of this shopping order.

Parameters:
comments - the comments of this shopping order

getPpTxnId

@AutoEscape
String getPpTxnId()
Gets the pp txn id of this shopping order.

Returns:
the pp txn id of this shopping order

setPpTxnId

void setPpTxnId(String ppTxnId)
Sets the pp txn id of this shopping order.

Parameters:
ppTxnId - the pp txn id of this shopping order

getPpPaymentStatus

@AutoEscape
String getPpPaymentStatus()
Gets the pp payment status of this shopping order.

Returns:
the pp payment status of this shopping order

setPpPaymentStatus

void setPpPaymentStatus(String ppPaymentStatus)
Sets the pp payment status of this shopping order.

Parameters:
ppPaymentStatus - the pp payment status of this shopping order

getPpPaymentGross

double getPpPaymentGross()
Gets the pp payment gross of this shopping order.

Returns:
the pp payment gross of this shopping order

setPpPaymentGross

void setPpPaymentGross(double ppPaymentGross)
Sets the pp payment gross of this shopping order.

Parameters:
ppPaymentGross - the pp payment gross of this shopping order

getPpReceiverEmail

@AutoEscape
String getPpReceiverEmail()
Gets the pp receiver email of this shopping order.

Returns:
the pp receiver email of this shopping order

setPpReceiverEmail

void setPpReceiverEmail(String ppReceiverEmail)
Sets the pp receiver email of this shopping order.

Parameters:
ppReceiverEmail - the pp receiver email of this shopping order

getPpPayerEmail

@AutoEscape
String getPpPayerEmail()
Gets the pp payer email of this shopping order.

Returns:
the pp payer email of this shopping order

setPpPayerEmail

void setPpPayerEmail(String ppPayerEmail)
Sets the pp payer email of this shopping order.

Parameters:
ppPayerEmail - the pp payer email of this shopping order

getSendOrderEmail

boolean getSendOrderEmail()
Gets the send order email of this shopping order.

Returns:
the send order email of this shopping order

isSendOrderEmail

boolean isSendOrderEmail()
Determines whether this shopping order is send order email.

Returns:
whether this shopping order is send order email

setSendOrderEmail

void setSendOrderEmail(boolean sendOrderEmail)
Sets whether this {$entity.humanName} is send order email.

Parameters:
sendOrderEmail - the send order email of this shopping order

getSendShippingEmail

boolean getSendShippingEmail()
Gets the send shipping email of this shopping order.

Returns:
the send shipping email of this shopping order

isSendShippingEmail

boolean isSendShippingEmail()
Determines whether this shopping order is send shipping email.

Returns:
whether this shopping order is send shipping email

setSendShippingEmail

void setSendShippingEmail(boolean sendShippingEmail)
Sets whether this {$entity.humanName} is send shipping email.

Parameters:
sendShippingEmail - the send shipping email of this shopping order

toEscapedModel

ShoppingOrder toEscapedModel()
Gets a copy of this shopping order as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

isNew

boolean isNew()
Description copied from interface: BaseModel
Determines if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<ShoppingOrder>
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<ShoppingOrder>
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

boolean isCachedModel()
Description copied from interface: BaseModel
Determines if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<ShoppingOrder>
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<ShoppingOrder>
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

boolean isEscapedModel()
Description copied from interface: BaseModel
Determines if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<ShoppingOrder>
Returns:
true if this model instance is escaped; false otherwise
See Also:
BaseModel.setEscapedModel(boolean)

setEscapedModel

void setEscapedModel(boolean escapedModel)
Description copied from interface: BaseModel
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe.

A model instance can be made escaped by wrapping it with an HTML auto escape handler using its toEscapedModel method. For example, UserModel.toEscapedModel().

Specified by:
setEscapedModel in interface BaseModel<ShoppingOrder>
Parameters:
escapedModel - whether this model instance is escaped
See Also:
AutoEscapeBeanHandler

getPrimaryKeyObj

Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Gets the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<ShoppingOrder>
Returns:
the primary key of this model instance

getExpandoBridge

ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Gets the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<ShoppingOrder>
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<ShoppingOrder>
Parameters:
serviceContext - the service context to retrieve the expando bridge attributes from
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<ShoppingOrder>
Returns:
the shallow clone of this model instance

compareTo

int compareTo(ShoppingOrder shoppingOrder)
Specified by:
compareTo in interface Comparable<ShoppingOrder>

hashCode

int hashCode()
Overrides:
hashCode in class Object

toString

String toString()
Overrides:
toString in class Object

toXmlString

String toXmlString()
Description copied from interface: BaseModel
Gets the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<ShoppingOrder>
Returns:
the XML representation of this model instance

Liferay 6.0.5