Liferay 6.1.2-ce-ga3

com.liferay.portlet.shopping.model.impl
Class ShoppingOrderModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ShoppingOrder>
      extended by com.liferay.portlet.shopping.model.impl.ShoppingOrderModelImpl
All Implemented Interfaces:
AuditedModel, BaseModel<ShoppingOrder>, ClassedModel, GroupedModel, ShoppingOrderModel, Serializable, Cloneable, Comparable<ShoppingOrder>
Direct Known Subclasses:
ShoppingOrderBaseImpl

@JSON(strict=true)
public class ShoppingOrderModelImpl
extends BaseModelImpl<ShoppingOrder>
implements ShoppingOrderModel

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

This implementation and its corresponding interface ShoppingOrderModel 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:
ShoppingOrderImpl, ShoppingOrder, ShoppingOrderModel, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static boolean COLUMN_BITMASK_ENABLED
           
static String DATA_SOURCE
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
static long GROUPID_COLUMN_BITMASK
           
static long LOCK_EXPIRATION_TIME
           
static long NUMBER_COLUMN_BITMASK
           
static String ORDER_BY_JPQL
           
static String ORDER_BY_SQL
           
static long PPPAYMENTSTATUS_COLUMN_BITMASK
           
static long PPTXNID_COLUMN_BITMASK
           
static String SESSION_FACTORY
           
static Object[][] TABLE_COLUMNS
           
static String TABLE_NAME
           
static String TABLE_SQL_CREATE
           
static String TABLE_SQL_DROP
           
static String TX_MANAGER
           
static long USERID_COLUMN_BITMASK
           
 
Constructor Summary
ShoppingOrderModelImpl()
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(ShoppingOrder shoppingOrder)
           
 boolean equals(Object obj)
           
 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.
 long getColumnBitmask()
           
 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.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 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.
 long getOriginalGroupId()
           
 String getOriginalNumber()
           
 String getOriginalPpPaymentStatus()
           
 String getOriginalPpTxnId()
           
 long getOriginalUserId()
           
 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 isInsure()
          Returns true if this shopping order is insure.
 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 resetOriginalValues()
          Reset all original fields to current values.
 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 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(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 setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this shopping order.
 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.
static ShoppingOrder toModel(ShoppingOrderSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<ShoppingOrder> toModels(ShoppingOrderSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 String toString()
           
 ShoppingOrder toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingOrderModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 

Field Detail

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

ORDER_BY_JPQL

public static final String ORDER_BY_JPQL
See Also:
Constant Field Values

ORDER_BY_SQL

public static final String ORDER_BY_SQL
See Also:
Constant Field Values

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

COLUMN_BITMASK_ENABLED

public static final boolean COLUMN_BITMASK_ENABLED

GROUPID_COLUMN_BITMASK

public static long GROUPID_COLUMN_BITMASK

NUMBER_COLUMN_BITMASK

public static long NUMBER_COLUMN_BITMASK

PPPAYMENTSTATUS_COLUMN_BITMASK

public static long PPPAYMENTSTATUS_COLUMN_BITMASK

PPTXNID_COLUMN_BITMASK

public static long PPTXNID_COLUMN_BITMASK

USERID_COLUMN_BITMASK

public static long USERID_COLUMN_BITMASK

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

ShoppingOrderModelImpl

public ShoppingOrderModelImpl()
Method Detail

toModel

public static ShoppingOrder toModel(ShoppingOrderSoap soapModel)
Converts the soap model instance into a normal model instance.

Parameters:
soapModel - the soap model instance to convert
Returns:
the normal model instance

toModels

public static List<ShoppingOrder> toModels(ShoppingOrderSoap[] soapModels)
Converts the soap model instances into normal model instances.

Parameters:
soapModels - the soap model instances to convert
Returns:
the normal model instances

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: ShoppingOrderModel
Returns the primary key of this shopping order.

Specified by:
getPrimaryKey in interface ShoppingOrderModel
Returns:
the primary key of this shopping order

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Description copied from interface: ShoppingOrderModel
Sets the primary key of this shopping order.

Specified by:
setPrimaryKey in interface ShoppingOrderModel
Parameters:
primaryKey - the primary key of this shopping order

getPrimaryKeyObj

public 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
Specified by:
getPrimaryKeyObj in interface ShoppingOrderModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public 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
Specified by:
setPrimaryKeyObj in interface ShoppingOrderModel
Parameters:
primaryKeyObj - the primary key of this model instance

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<ShoppingOrder>
Overrides:
getModelAttributes in class BaseModelImpl<ShoppingOrder>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<ShoppingOrder>
Overrides:
setModelAttributes in class BaseModelImpl<ShoppingOrder>

getOrderId

@JSON
public long getOrderId()
Description copied from interface: ShoppingOrderModel
Returns the order ID of this shopping order.

Specified by:
getOrderId in interface ShoppingOrderModel
Returns:
the order ID of this shopping order

setOrderId

public void setOrderId(long orderId)
Description copied from interface: ShoppingOrderModel
Sets the order ID of this shopping order.

Specified by:
setOrderId in interface ShoppingOrderModel
Parameters:
orderId - the order ID of this shopping order

getGroupId

@JSON
public long getGroupId()
Description copied from interface: ShoppingOrderModel
Returns the group ID of this shopping order.

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

setGroupId

public void setGroupId(long groupId)
Description copied from interface: ShoppingOrderModel
Sets the group ID of this shopping order.

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

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

@JSON
public long getCompanyId()
Description copied from interface: ShoppingOrderModel
Returns the company ID of this shopping order.

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

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: ShoppingOrderModel
Sets the company ID of this shopping order.

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

getUserId

@JSON
public long getUserId()
Description copied from interface: ShoppingOrderModel
Returns the user ID of this shopping order.

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

setUserId

public void setUserId(long userId)
Description copied from interface: ShoppingOrderModel
Sets the user ID of this shopping order.

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

getUserUuid

public String getUserUuid()
                   throws SystemException
Description copied from interface: ShoppingOrderModel
Returns the user uuid of this shopping order.

Specified by:
getUserUuid in interface AuditedModel
Specified by:
getUserUuid in interface ShoppingOrderModel
Returns:
the user uuid of this shopping order
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Description copied from interface: ShoppingOrderModel
Sets the user uuid of this shopping order.

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

getOriginalUserId

public long getOriginalUserId()

getUserName

@JSON
public String getUserName()
Description copied from interface: ShoppingOrderModel
Returns the user name of this shopping order.

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

setUserName

public void setUserName(String userName)
Description copied from interface: ShoppingOrderModel
Sets the user name of this shopping order.

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

getCreateDate

@JSON
public Date getCreateDate()
Description copied from interface: ShoppingOrderModel
Returns the create date of this shopping order.

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

setCreateDate

public void setCreateDate(Date createDate)
Description copied from interface: ShoppingOrderModel
Sets the create date of this shopping order.

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

getModifiedDate

@JSON
public Date getModifiedDate()
Description copied from interface: ShoppingOrderModel
Returns the modified date of this shopping order.

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

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Description copied from interface: ShoppingOrderModel
Sets the modified date of this shopping order.

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

getNumber

@JSON
public String getNumber()
Description copied from interface: ShoppingOrderModel
Returns the number of this shopping order.

Specified by:
getNumber in interface ShoppingOrderModel
Returns:
the number of this shopping order

setNumber

public void setNumber(String number)
Description copied from interface: ShoppingOrderModel
Sets the number of this shopping order.

Specified by:
setNumber in interface ShoppingOrderModel
Parameters:
number - the number of this shopping order

getOriginalNumber

public String getOriginalNumber()

getTax

@JSON
public double getTax()
Description copied from interface: ShoppingOrderModel
Returns the tax of this shopping order.

Specified by:
getTax in interface ShoppingOrderModel
Returns:
the tax of this shopping order

setTax

public void setTax(double tax)
Description copied from interface: ShoppingOrderModel
Sets the tax of this shopping order.

Specified by:
setTax in interface ShoppingOrderModel
Parameters:
tax - the tax of this shopping order

getShipping

@JSON
public double getShipping()
Description copied from interface: ShoppingOrderModel
Returns the shipping of this shopping order.

Specified by:
getShipping in interface ShoppingOrderModel
Returns:
the shipping of this shopping order

setShipping

public void setShipping(double shipping)
Description copied from interface: ShoppingOrderModel
Sets the shipping of this shopping order.

Specified by:
setShipping in interface ShoppingOrderModel
Parameters:
shipping - the shipping of this shopping order

getAltShipping

@JSON
public String getAltShipping()
Description copied from interface: ShoppingOrderModel
Returns the alt shipping of this shopping order.

Specified by:
getAltShipping in interface ShoppingOrderModel
Returns:
the alt shipping of this shopping order

setAltShipping

public void setAltShipping(String altShipping)
Description copied from interface: ShoppingOrderModel
Sets the alt shipping of this shopping order.

Specified by:
setAltShipping in interface ShoppingOrderModel
Parameters:
altShipping - the alt shipping of this shopping order

getRequiresShipping

@JSON
public boolean getRequiresShipping()
Description copied from interface: ShoppingOrderModel
Returns the requires shipping of this shopping order.

Specified by:
getRequiresShipping in interface ShoppingOrderModel
Returns:
the requires shipping of this shopping order

isRequiresShipping

public boolean isRequiresShipping()
Description copied from interface: ShoppingOrderModel
Returns true if this shopping order is requires shipping.

Specified by:
isRequiresShipping in interface ShoppingOrderModel
Returns:
true if this shopping order is requires shipping; false otherwise

setRequiresShipping

public void setRequiresShipping(boolean requiresShipping)
Description copied from interface: ShoppingOrderModel
Sets whether this shopping order is requires shipping.

Specified by:
setRequiresShipping in interface ShoppingOrderModel
Parameters:
requiresShipping - the requires shipping of this shopping order

getInsure

@JSON
public boolean getInsure()
Description copied from interface: ShoppingOrderModel
Returns the insure of this shopping order.

Specified by:
getInsure in interface ShoppingOrderModel
Returns:
the insure of this shopping order

isInsure

public boolean isInsure()
Description copied from interface: ShoppingOrderModel
Returns true if this shopping order is insure.

Specified by:
isInsure in interface ShoppingOrderModel
Returns:
true if this shopping order is insure; false otherwise

setInsure

public void setInsure(boolean insure)
Description copied from interface: ShoppingOrderModel
Sets whether this shopping order is insure.

Specified by:
setInsure in interface ShoppingOrderModel
Parameters:
insure - the insure of this shopping order

getInsurance

@JSON
public double getInsurance()
Description copied from interface: ShoppingOrderModel
Returns the insurance of this shopping order.

Specified by:
getInsurance in interface ShoppingOrderModel
Returns:
the insurance of this shopping order

setInsurance

public void setInsurance(double insurance)
Description copied from interface: ShoppingOrderModel
Sets the insurance of this shopping order.

Specified by:
setInsurance in interface ShoppingOrderModel
Parameters:
insurance - the insurance of this shopping order

getCouponCodes

@JSON
public String getCouponCodes()
Description copied from interface: ShoppingOrderModel
Returns the coupon codes of this shopping order.

Specified by:
getCouponCodes in interface ShoppingOrderModel
Returns:
the coupon codes of this shopping order

setCouponCodes

public void setCouponCodes(String couponCodes)
Description copied from interface: ShoppingOrderModel
Sets the coupon codes of this shopping order.

Specified by:
setCouponCodes in interface ShoppingOrderModel
Parameters:
couponCodes - the coupon codes of this shopping order

getCouponDiscount

@JSON
public double getCouponDiscount()
Description copied from interface: ShoppingOrderModel
Returns the coupon discount of this shopping order.

Specified by:
getCouponDiscount in interface ShoppingOrderModel
Returns:
the coupon discount of this shopping order

setCouponDiscount

public void setCouponDiscount(double couponDiscount)
Description copied from interface: ShoppingOrderModel
Sets the coupon discount of this shopping order.

Specified by:
setCouponDiscount in interface ShoppingOrderModel
Parameters:
couponDiscount - the coupon discount of this shopping order

getBillingFirstName

@JSON
public String getBillingFirstName()
Description copied from interface: ShoppingOrderModel
Returns the billing first name of this shopping order.

Specified by:
getBillingFirstName in interface ShoppingOrderModel
Returns:
the billing first name of this shopping order

setBillingFirstName

public void setBillingFirstName(String billingFirstName)
Description copied from interface: ShoppingOrderModel
Sets the billing first name of this shopping order.

Specified by:
setBillingFirstName in interface ShoppingOrderModel
Parameters:
billingFirstName - the billing first name of this shopping order

getBillingLastName

@JSON
public String getBillingLastName()
Description copied from interface: ShoppingOrderModel
Returns the billing last name of this shopping order.

Specified by:
getBillingLastName in interface ShoppingOrderModel
Returns:
the billing last name of this shopping order

setBillingLastName

public void setBillingLastName(String billingLastName)
Description copied from interface: ShoppingOrderModel
Sets the billing last name of this shopping order.

Specified by:
setBillingLastName in interface ShoppingOrderModel
Parameters:
billingLastName - the billing last name of this shopping order

getBillingEmailAddress

@JSON
public String getBillingEmailAddress()
Description copied from interface: ShoppingOrderModel
Returns the billing email address of this shopping order.

Specified by:
getBillingEmailAddress in interface ShoppingOrderModel
Returns:
the billing email address of this shopping order

setBillingEmailAddress

public void setBillingEmailAddress(String billingEmailAddress)
Description copied from interface: ShoppingOrderModel
Sets the billing email address of this shopping order.

Specified by:
setBillingEmailAddress in interface ShoppingOrderModel
Parameters:
billingEmailAddress - the billing email address of this shopping order

getBillingCompany

@JSON
public String getBillingCompany()
Description copied from interface: ShoppingOrderModel
Returns the billing company of this shopping order.

Specified by:
getBillingCompany in interface ShoppingOrderModel
Returns:
the billing company of this shopping order

setBillingCompany

public void setBillingCompany(String billingCompany)
Description copied from interface: ShoppingOrderModel
Sets the billing company of this shopping order.

Specified by:
setBillingCompany in interface ShoppingOrderModel
Parameters:
billingCompany - the billing company of this shopping order

getBillingStreet

@JSON
public String getBillingStreet()
Description copied from interface: ShoppingOrderModel
Returns the billing street of this shopping order.

Specified by:
getBillingStreet in interface ShoppingOrderModel
Returns:
the billing street of this shopping order

setBillingStreet

public void setBillingStreet(String billingStreet)
Description copied from interface: ShoppingOrderModel
Sets the billing street of this shopping order.

Specified by:
setBillingStreet in interface ShoppingOrderModel
Parameters:
billingStreet - the billing street of this shopping order

getBillingCity

@JSON
public String getBillingCity()
Description copied from interface: ShoppingOrderModel
Returns the billing city of this shopping order.

Specified by:
getBillingCity in interface ShoppingOrderModel
Returns:
the billing city of this shopping order

setBillingCity

public void setBillingCity(String billingCity)
Description copied from interface: ShoppingOrderModel
Sets the billing city of this shopping order.

Specified by:
setBillingCity in interface ShoppingOrderModel
Parameters:
billingCity - the billing city of this shopping order

getBillingState

@JSON
public String getBillingState()
Description copied from interface: ShoppingOrderModel
Returns the billing state of this shopping order.

Specified by:
getBillingState in interface ShoppingOrderModel
Returns:
the billing state of this shopping order

setBillingState

public void setBillingState(String billingState)
Description copied from interface: ShoppingOrderModel
Sets the billing state of this shopping order.

Specified by:
setBillingState in interface ShoppingOrderModel
Parameters:
billingState - the billing state of this shopping order

getBillingZip

@JSON
public String getBillingZip()
Description copied from interface: ShoppingOrderModel
Returns the billing zip of this shopping order.

Specified by:
getBillingZip in interface ShoppingOrderModel
Returns:
the billing zip of this shopping order

setBillingZip

public void setBillingZip(String billingZip)
Description copied from interface: ShoppingOrderModel
Sets the billing zip of this shopping order.

Specified by:
setBillingZip in interface ShoppingOrderModel
Parameters:
billingZip - the billing zip of this shopping order

getBillingCountry

@JSON
public String getBillingCountry()
Description copied from interface: ShoppingOrderModel
Returns the billing country of this shopping order.

Specified by:
getBillingCountry in interface ShoppingOrderModel
Returns:
the billing country of this shopping order

setBillingCountry

public void setBillingCountry(String billingCountry)
Description copied from interface: ShoppingOrderModel
Sets the billing country of this shopping order.

Specified by:
setBillingCountry in interface ShoppingOrderModel
Parameters:
billingCountry - the billing country of this shopping order

getBillingPhone

@JSON
public String getBillingPhone()
Description copied from interface: ShoppingOrderModel
Returns the billing phone of this shopping order.

Specified by:
getBillingPhone in interface ShoppingOrderModel
Returns:
the billing phone of this shopping order

setBillingPhone

public void setBillingPhone(String billingPhone)
Description copied from interface: ShoppingOrderModel
Sets the billing phone of this shopping order.

Specified by:
setBillingPhone in interface ShoppingOrderModel
Parameters:
billingPhone - the billing phone of this shopping order

getShipToBilling

@JSON
public boolean getShipToBilling()
Description copied from interface: ShoppingOrderModel
Returns the ship to billing of this shopping order.

Specified by:
getShipToBilling in interface ShoppingOrderModel
Returns:
the ship to billing of this shopping order

isShipToBilling

public boolean isShipToBilling()
Description copied from interface: ShoppingOrderModel
Returns true if this shopping order is ship to billing.

Specified by:
isShipToBilling in interface ShoppingOrderModel
Returns:
true if this shopping order is ship to billing; false otherwise

setShipToBilling

public void setShipToBilling(boolean shipToBilling)
Description copied from interface: ShoppingOrderModel
Sets whether this shopping order is ship to billing.

Specified by:
setShipToBilling in interface ShoppingOrderModel
Parameters:
shipToBilling - the ship to billing of this shopping order

getShippingFirstName

@JSON
public String getShippingFirstName()
Description copied from interface: ShoppingOrderModel
Returns the shipping first name of this shopping order.

Specified by:
getShippingFirstName in interface ShoppingOrderModel
Returns:
the shipping first name of this shopping order

setShippingFirstName

public void setShippingFirstName(String shippingFirstName)
Description copied from interface: ShoppingOrderModel
Sets the shipping first name of this shopping order.

Specified by:
setShippingFirstName in interface ShoppingOrderModel
Parameters:
shippingFirstName - the shipping first name of this shopping order

getShippingLastName

@JSON
public String getShippingLastName()
Description copied from interface: ShoppingOrderModel
Returns the shipping last name of this shopping order.

Specified by:
getShippingLastName in interface ShoppingOrderModel
Returns:
the shipping last name of this shopping order

setShippingLastName

public void setShippingLastName(String shippingLastName)
Description copied from interface: ShoppingOrderModel
Sets the shipping last name of this shopping order.

Specified by:
setShippingLastName in interface ShoppingOrderModel
Parameters:
shippingLastName - the shipping last name of this shopping order

getShippingEmailAddress

@JSON
public String getShippingEmailAddress()
Description copied from interface: ShoppingOrderModel
Returns the shipping email address of this shopping order.

Specified by:
getShippingEmailAddress in interface ShoppingOrderModel
Returns:
the shipping email address of this shopping order

setShippingEmailAddress

public void setShippingEmailAddress(String shippingEmailAddress)
Description copied from interface: ShoppingOrderModel
Sets the shipping email address of this shopping order.

Specified by:
setShippingEmailAddress in interface ShoppingOrderModel
Parameters:
shippingEmailAddress - the shipping email address of this shopping order

getShippingCompany

@JSON
public String getShippingCompany()
Description copied from interface: ShoppingOrderModel
Returns the shipping company of this shopping order.

Specified by:
getShippingCompany in interface ShoppingOrderModel
Returns:
the shipping company of this shopping order

setShippingCompany

public void setShippingCompany(String shippingCompany)
Description copied from interface: ShoppingOrderModel
Sets the shipping company of this shopping order.

Specified by:
setShippingCompany in interface ShoppingOrderModel
Parameters:
shippingCompany - the shipping company of this shopping order

getShippingStreet

@JSON
public String getShippingStreet()
Description copied from interface: ShoppingOrderModel
Returns the shipping street of this shopping order.

Specified by:
getShippingStreet in interface ShoppingOrderModel
Returns:
the shipping street of this shopping order

setShippingStreet

public void setShippingStreet(String shippingStreet)
Description copied from interface: ShoppingOrderModel
Sets the shipping street of this shopping order.

Specified by:
setShippingStreet in interface ShoppingOrderModel
Parameters:
shippingStreet - the shipping street of this shopping order

getShippingCity

@JSON
public String getShippingCity()
Description copied from interface: ShoppingOrderModel
Returns the shipping city of this shopping order.

Specified by:
getShippingCity in interface ShoppingOrderModel
Returns:
the shipping city of this shopping order

setShippingCity

public void setShippingCity(String shippingCity)
Description copied from interface: ShoppingOrderModel
Sets the shipping city of this shopping order.

Specified by:
setShippingCity in interface ShoppingOrderModel
Parameters:
shippingCity - the shipping city of this shopping order

getShippingState

@JSON
public String getShippingState()
Description copied from interface: ShoppingOrderModel
Returns the shipping state of this shopping order.

Specified by:
getShippingState in interface ShoppingOrderModel
Returns:
the shipping state of this shopping order

setShippingState

public void setShippingState(String shippingState)
Description copied from interface: ShoppingOrderModel
Sets the shipping state of this shopping order.

Specified by:
setShippingState in interface ShoppingOrderModel
Parameters:
shippingState - the shipping state of this shopping order

getShippingZip

@JSON
public String getShippingZip()
Description copied from interface: ShoppingOrderModel
Returns the shipping zip of this shopping order.

Specified by:
getShippingZip in interface ShoppingOrderModel
Returns:
the shipping zip of this shopping order

setShippingZip

public void setShippingZip(String shippingZip)
Description copied from interface: ShoppingOrderModel
Sets the shipping zip of this shopping order.

Specified by:
setShippingZip in interface ShoppingOrderModel
Parameters:
shippingZip - the shipping zip of this shopping order

getShippingCountry

@JSON
public String getShippingCountry()
Description copied from interface: ShoppingOrderModel
Returns the shipping country of this shopping order.

Specified by:
getShippingCountry in interface ShoppingOrderModel
Returns:
the shipping country of this shopping order

setShippingCountry

public void setShippingCountry(String shippingCountry)
Description copied from interface: ShoppingOrderModel
Sets the shipping country of this shopping order.

Specified by:
setShippingCountry in interface ShoppingOrderModel
Parameters:
shippingCountry - the shipping country of this shopping order

getShippingPhone

@JSON
public String getShippingPhone()
Description copied from interface: ShoppingOrderModel
Returns the shipping phone of this shopping order.

Specified by:
getShippingPhone in interface ShoppingOrderModel
Returns:
the shipping phone of this shopping order

setShippingPhone

public void setShippingPhone(String shippingPhone)
Description copied from interface: ShoppingOrderModel
Sets the shipping phone of this shopping order.

Specified by:
setShippingPhone in interface ShoppingOrderModel
Parameters:
shippingPhone - the shipping phone of this shopping order

getCcName

@JSON
public String getCcName()
Description copied from interface: ShoppingOrderModel
Returns the cc name of this shopping order.

Specified by:
getCcName in interface ShoppingOrderModel
Returns:
the cc name of this shopping order

setCcName

public void setCcName(String ccName)
Description copied from interface: ShoppingOrderModel
Sets the cc name of this shopping order.

Specified by:
setCcName in interface ShoppingOrderModel
Parameters:
ccName - the cc name of this shopping order

getCcType

@JSON
public String getCcType()
Description copied from interface: ShoppingOrderModel
Returns the cc type of this shopping order.

Specified by:
getCcType in interface ShoppingOrderModel
Returns:
the cc type of this shopping order

setCcType

public void setCcType(String ccType)
Description copied from interface: ShoppingOrderModel
Sets the cc type of this shopping order.

Specified by:
setCcType in interface ShoppingOrderModel
Parameters:
ccType - the cc type of this shopping order

getCcNumber

@JSON
public String getCcNumber()
Description copied from interface: ShoppingOrderModel
Returns the cc number of this shopping order.

Specified by:
getCcNumber in interface ShoppingOrderModel
Returns:
the cc number of this shopping order

setCcNumber

public void setCcNumber(String ccNumber)
Description copied from interface: ShoppingOrderModel
Sets the cc number of this shopping order.

Specified by:
setCcNumber in interface ShoppingOrderModel
Parameters:
ccNumber - the cc number of this shopping order

getCcExpMonth

@JSON
public int getCcExpMonth()
Description copied from interface: ShoppingOrderModel
Returns the cc exp month of this shopping order.

Specified by:
getCcExpMonth in interface ShoppingOrderModel
Returns:
the cc exp month of this shopping order

setCcExpMonth

public void setCcExpMonth(int ccExpMonth)
Description copied from interface: ShoppingOrderModel
Sets the cc exp month of this shopping order.

Specified by:
setCcExpMonth in interface ShoppingOrderModel
Parameters:
ccExpMonth - the cc exp month of this shopping order

getCcExpYear

@JSON
public int getCcExpYear()
Description copied from interface: ShoppingOrderModel
Returns the cc exp year of this shopping order.

Specified by:
getCcExpYear in interface ShoppingOrderModel
Returns:
the cc exp year of this shopping order

setCcExpYear

public void setCcExpYear(int ccExpYear)
Description copied from interface: ShoppingOrderModel
Sets the cc exp year of this shopping order.

Specified by:
setCcExpYear in interface ShoppingOrderModel
Parameters:
ccExpYear - the cc exp year of this shopping order

getCcVerNumber

@JSON
public String getCcVerNumber()
Description copied from interface: ShoppingOrderModel
Returns the cc ver number of this shopping order.

Specified by:
getCcVerNumber in interface ShoppingOrderModel
Returns:
the cc ver number of this shopping order

setCcVerNumber

public void setCcVerNumber(String ccVerNumber)
Description copied from interface: ShoppingOrderModel
Sets the cc ver number of this shopping order.

Specified by:
setCcVerNumber in interface ShoppingOrderModel
Parameters:
ccVerNumber - the cc ver number of this shopping order

getComments

@JSON
public String getComments()
Description copied from interface: ShoppingOrderModel
Returns the comments of this shopping order.

Specified by:
getComments in interface ShoppingOrderModel
Returns:
the comments of this shopping order

setComments

public void setComments(String comments)
Description copied from interface: ShoppingOrderModel
Sets the comments of this shopping order.

Specified by:
setComments in interface ShoppingOrderModel
Parameters:
comments - the comments of this shopping order

getPpTxnId

@JSON
public String getPpTxnId()
Description copied from interface: ShoppingOrderModel
Returns the pp txn ID of this shopping order.

Specified by:
getPpTxnId in interface ShoppingOrderModel
Returns:
the pp txn ID of this shopping order

setPpTxnId

public void setPpTxnId(String ppTxnId)
Description copied from interface: ShoppingOrderModel
Sets the pp txn ID of this shopping order.

Specified by:
setPpTxnId in interface ShoppingOrderModel
Parameters:
ppTxnId - the pp txn ID of this shopping order

getOriginalPpTxnId

public String getOriginalPpTxnId()

getPpPaymentStatus

@JSON
public String getPpPaymentStatus()
Description copied from interface: ShoppingOrderModel
Returns the pp payment status of this shopping order.

Specified by:
getPpPaymentStatus in interface ShoppingOrderModel
Returns:
the pp payment status of this shopping order

setPpPaymentStatus

public void setPpPaymentStatus(String ppPaymentStatus)
Description copied from interface: ShoppingOrderModel
Sets the pp payment status of this shopping order.

Specified by:
setPpPaymentStatus in interface ShoppingOrderModel
Parameters:
ppPaymentStatus - the pp payment status of this shopping order

getOriginalPpPaymentStatus

public String getOriginalPpPaymentStatus()

getPpPaymentGross

@JSON
public double getPpPaymentGross()
Description copied from interface: ShoppingOrderModel
Returns the pp payment gross of this shopping order.

Specified by:
getPpPaymentGross in interface ShoppingOrderModel
Returns:
the pp payment gross of this shopping order

setPpPaymentGross

public void setPpPaymentGross(double ppPaymentGross)
Description copied from interface: ShoppingOrderModel
Sets the pp payment gross of this shopping order.

Specified by:
setPpPaymentGross in interface ShoppingOrderModel
Parameters:
ppPaymentGross - the pp payment gross of this shopping order

getPpReceiverEmail

@JSON
public String getPpReceiverEmail()
Description copied from interface: ShoppingOrderModel
Returns the pp receiver email of this shopping order.

Specified by:
getPpReceiverEmail in interface ShoppingOrderModel
Returns:
the pp receiver email of this shopping order

setPpReceiverEmail

public void setPpReceiverEmail(String ppReceiverEmail)
Description copied from interface: ShoppingOrderModel
Sets the pp receiver email of this shopping order.

Specified by:
setPpReceiverEmail in interface ShoppingOrderModel
Parameters:
ppReceiverEmail - the pp receiver email of this shopping order

getPpPayerEmail

@JSON
public String getPpPayerEmail()
Description copied from interface: ShoppingOrderModel
Returns the pp payer email of this shopping order.

Specified by:
getPpPayerEmail in interface ShoppingOrderModel
Returns:
the pp payer email of this shopping order

setPpPayerEmail

public void setPpPayerEmail(String ppPayerEmail)
Description copied from interface: ShoppingOrderModel
Sets the pp payer email of this shopping order.

Specified by:
setPpPayerEmail in interface ShoppingOrderModel
Parameters:
ppPayerEmail - the pp payer email of this shopping order

getSendOrderEmail

@JSON
public boolean getSendOrderEmail()
Description copied from interface: ShoppingOrderModel
Returns the send order email of this shopping order.

Specified by:
getSendOrderEmail in interface ShoppingOrderModel
Returns:
the send order email of this shopping order

isSendOrderEmail

public boolean isSendOrderEmail()
Description copied from interface: ShoppingOrderModel
Returns true if this shopping order is send order email.

Specified by:
isSendOrderEmail in interface ShoppingOrderModel
Returns:
true if this shopping order is send order email; false otherwise

setSendOrderEmail

public void setSendOrderEmail(boolean sendOrderEmail)
Description copied from interface: ShoppingOrderModel
Sets whether this shopping order is send order email.

Specified by:
setSendOrderEmail in interface ShoppingOrderModel
Parameters:
sendOrderEmail - the send order email of this shopping order

getSendShippingEmail

@JSON
public boolean getSendShippingEmail()
Description copied from interface: ShoppingOrderModel
Returns the send shipping email of this shopping order.

Specified by:
getSendShippingEmail in interface ShoppingOrderModel
Returns:
the send shipping email of this shopping order

isSendShippingEmail

public boolean isSendShippingEmail()
Description copied from interface: ShoppingOrderModel
Returns true if this shopping order is send shipping email.

Specified by:
isSendShippingEmail in interface ShoppingOrderModel
Returns:
true if this shopping order is send shipping email; false otherwise

setSendShippingEmail

public void setSendShippingEmail(boolean sendShippingEmail)
Description copied from interface: ShoppingOrderModel
Sets whether this shopping order is send shipping email.

Specified by:
setSendShippingEmail in interface ShoppingOrderModel
Parameters:
sendShippingEmail - the send shipping email of this shopping order

getColumnBitmask

public long getColumnBitmask()

getExpandoBridge

public 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
Specified by:
getExpandoBridge in interface ShoppingOrderModel
Overrides:
getExpandoBridge in class BaseModelImpl<ShoppingOrder>
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public 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>
Specified by:
setExpandoBridgeAttributes in interface ShoppingOrderModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<ShoppingOrder>
Parameters:
serviceContext - the service context
See Also:
ServiceContext.getExpandoBridgeAttributes( )

toEscapedModel

public 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>
Specified by:
toEscapedModel in interface ShoppingOrderModel
Overrides:
toEscapedModel in class BaseModelImpl<ShoppingOrder>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public ShoppingOrder toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<ShoppingOrder>
Specified by:
toUnescapedModel in interface ShoppingOrderModel
Overrides:
toUnescapedModel in class BaseModelImpl<ShoppingOrder>

clone

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

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

compareTo

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

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface ShoppingOrderModel
Overrides:
hashCode in class Object

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<ShoppingOrder>
Overrides:
resetOriginalValues in class BaseModelImpl<ShoppingOrder>

toCacheModel

public 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>
Specified by:
toCacheModel in interface ShoppingOrderModel
Overrides:
toCacheModel in class BaseModelImpl<ShoppingOrder>
Returns:
the cache model object

toString

public String toString()
Specified by:
toString in interface ShoppingOrderModel
Overrides:
toString in class Object

toXmlString

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

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

Liferay 6.1.2-ce-ga3