Liferay 6.2-ce-ga5

com.liferay.portlet.shopping.model
Interface ShoppingOrderModel

All Superinterfaces:
AuditedModel, BaseModel<ShoppingOrder>, ClassedModel, Cloneable, Comparable<ShoppingOrder>, GroupedModel, Serializable
All Known Subinterfaces:
ShoppingOrder
All Known Implementing Classes:
ShoppingOrderWrapper

@ProviderType
public interface ShoppingOrderModel
extends BaseModel<ShoppingOrder>, GroupedModel

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.

See Also:
ShoppingOrder, ShoppingOrderImpl, ShoppingOrderModelImpl

Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(ShoppingOrder shoppingOrder)
           
 String getAltShipping()
          Returns the alt shipping of this shopping order.
 String getBillingCity()
          Returns the billing city of this shopping order.
 String getBillingCompany()
          Returns the billing company of this shopping order.
 String getBillingCountry()
          Returns the billing country of this shopping order.
 String getBillingEmailAddress()
          Returns the billing email address of this shopping order.
 String getBillingFirstName()
          Returns the billing first name of this shopping order.
 String getBillingLastName()
          Returns the billing last name of this shopping order.
 String getBillingPhone()
          Returns the billing phone of this shopping order.
 String getBillingState()
          Returns the billing state of this shopping order.
 String getBillingStreet()
          Returns the billing street of this shopping order.
 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.
 String getCcName()
          Returns the cc name of this shopping order.
 String getCcNumber()
          Returns the cc number of this shopping order.
 String getCcType()
          Returns the cc type of this shopping order.
 String getCcVerNumber()
          Returns the cc ver number of this shopping order.
 String getComments()
          Returns the comments of this shopping order.
 long getCompanyId()
          Returns the company ID of this shopping order.
 String getCouponCodes()
          Returns the coupon codes of this shopping order.
 double getCouponDiscount()
          Returns the coupon discount of this shopping order.
 Date getCreateDate()
          Returns the create date of this shopping order.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 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.
 Date getModifiedDate()
          Returns the modified date of this shopping order.
 String getNumber()
          Returns the number of this shopping order.
 long getOrderId()
          Returns the order ID of this shopping order.
 String getPpPayerEmail()
          Returns the pp payer email of this shopping order.
 double getPpPaymentGross()
          Returns the pp payment gross of this shopping order.
 String getPpPaymentStatus()
          Returns the pp payment status of this shopping order.
 String getPpReceiverEmail()
          Returns the pp receiver email of this shopping order.
 String getPpTxnId()
          Returns the pp txn ID of this shopping order.
 long getPrimaryKey()
          Returns the primary key of this shopping order.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 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.
 String getShippingCity()
          Returns the shipping city of this shopping order.
 String getShippingCompany()
          Returns the shipping company of this shopping order.
 String getShippingCountry()
          Returns the shipping country of this shopping order.
 String getShippingEmailAddress()
          Returns the shipping email address of this shopping order.
 String getShippingFirstName()
          Returns the shipping first name of this shopping order.
 String getShippingLastName()
          Returns the shipping last name of this shopping order.
 String getShippingPhone()
          Returns the shipping phone of this shopping order.
 String getShippingState()
          Returns the shipping state of this shopping order.
 String getShippingStreet()
          Returns the shipping street of this shopping order.
 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.
 String getUserName()
          Returns the user name of this shopping order.
 String getUserUuid()
          Returns the user uuid of this shopping order.
 int hashCode()
           
 boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Returns true if this model instance is escaped.
 boolean isInsure()
          Returns true if this shopping order is insure.
 boolean isNew()
          Returns true if this model instance does not yet exist in the database.
 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(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 setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
           
 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 shopping order 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 primaryKey)
          Sets the primary key of this shopping order.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 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(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 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(String userName)
          Sets the user name of this shopping order.
 void setUserUuid(String userUuid)
          Sets the user uuid of this shopping order.
 CacheModel<ShoppingOrder> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 ShoppingOrder toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 ShoppingOrder toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Method Detail

getPrimaryKey

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

Returns:
the primary key of this shopping order

setPrimaryKey

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

Parameters:
primaryKey - the primary key of this shopping order

getOrderId

long getOrderId()
Returns 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()
Returns the group ID of this shopping order.

Specified by:
getGroupId in interface GroupedModel
Returns:
the group ID of this shopping order

setGroupId

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

Specified by:
setGroupId in interface GroupedModel
Parameters:
groupId - the group ID of this shopping order

getCompanyId

long getCompanyId()
Returns the company ID of this shopping order.

Specified by:
getCompanyId in interface AuditedModel
Returns:
the company ID of this shopping order

setCompanyId

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

Specified by:
setCompanyId in interface AuditedModel
Parameters:
companyId - the company ID of this shopping order

getUserId

long getUserId()
Returns the user ID of this shopping order.

Specified by:
getUserId in interface AuditedModel
Returns:
the user ID of this shopping order

setUserId

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

Specified by:
setUserId in interface AuditedModel
Parameters:
userId - the user ID of this shopping order

getUserUuid

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

Specified by:
getUserUuid in interface AuditedModel
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.

Specified by:
setUserUuid in interface AuditedModel
Parameters:
userUuid - the user uuid of this shopping order

getUserName

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

Specified by:
getUserName in interface AuditedModel
Returns:
the user name of this shopping order

setUserName

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

Specified by:
setUserName in interface AuditedModel
Parameters:
userName - the user name of this shopping order

getCreateDate

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

Specified by:
getCreateDate in interface AuditedModel
Returns:
the create date of this shopping order

setCreateDate

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

Specified by:
setCreateDate in interface AuditedModel
Parameters:
createDate - the create date of this shopping order

getModifiedDate

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

Specified by:
getModifiedDate in interface AuditedModel
Returns:
the modified date of this shopping order

setModifiedDate

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

Specified by:
setModifiedDate in interface AuditedModel
Parameters:
modifiedDate - the modified date of this shopping order

getNumber

@AutoEscape
String getNumber()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns the requires shipping of this shopping order.

Returns:
the requires shipping of this shopping order

isRequiresShipping

boolean isRequiresShipping()
Returns true if this shopping order is requires shipping.

Returns:
true if this shopping order is requires shipping; false otherwise

setRequiresShipping

void setRequiresShipping(boolean requiresShipping)
Sets whether this shopping order is requires shipping.

Parameters:
requiresShipping - the requires shipping of this shopping order

getInsure

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

Returns:
the insure of this shopping order

isInsure

boolean isInsure()
Returns true if this shopping order is insure.

Returns:
true if this shopping order is insure; false otherwise

setInsure

void setInsure(boolean insure)
Sets whether this shopping order is insure.

Parameters:
insure - the insure of this shopping order

getInsurance

double getInsurance()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns the ship to billing of this shopping order.

Returns:
the ship to billing of this shopping order

isShipToBilling

boolean isShipToBilling()
Returns true if this shopping order is ship to billing.

Returns:
true if this shopping order is ship to billing; false otherwise

setShipToBilling

void setShipToBilling(boolean shipToBilling)
Sets whether this shopping order is ship to billing.

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

getShippingFirstName

@AutoEscape
String getShippingFirstName()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns the send order email of this shopping order.

Returns:
the send order email of this shopping order

isSendOrderEmail

boolean isSendOrderEmail()
Returns true if this shopping order is send order email.

Returns:
true if this shopping order is send order email; false otherwise

setSendOrderEmail

void setSendOrderEmail(boolean sendOrderEmail)
Sets whether this shopping order is send order email.

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

getSendShippingEmail

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

Returns:
the send shipping email of this shopping order

isSendShippingEmail

boolean isSendShippingEmail()
Returns true if this shopping order is send shipping email.

Returns:
true if this shopping order is send shipping email; false otherwise

setSendShippingEmail

void setSendShippingEmail(boolean sendShippingEmail)
Sets whether this shopping order is send shipping email.

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

isNew

boolean isNew()
Description copied from interface: BaseModel
Returns true 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
Returns true 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
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<ShoppingOrder>
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

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

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

setPrimaryKeyObj

void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<ShoppingOrder>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

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

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

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(BaseModel<?> baseModel)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<ShoppingOrder>

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<ShoppingOrder>

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 be applied
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

toCacheModel

CacheModel<ShoppingOrder> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<ShoppingOrder>
Returns:
the cache model object

toEscapedModel

ShoppingOrder toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<ShoppingOrder>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

ShoppingOrder toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<ShoppingOrder>

toString

String toString()
Overrides:
toString in class Object

toXmlString

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

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

Liferay 6.2-ce-ga5