Liferay 6.2.0

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 com.liferay.portlet.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.portlet.shopping.model.impl.ShoppingOrderImpl.

See Also:
ShoppingOrder, com.liferay.portlet.shopping.model.impl.ShoppingOrderImpl, com.liferay.portlet.shopping.model.impl.ShoppingOrderModelImpl

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