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

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

@JSON(strict=true)
public class ShoppingOrderModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingOrder>
implements com.liferay.portlet.shopping.model.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.

Author:
Brian Wing Shun Chan
See Also:
ShoppingOrderImpl, ShoppingOrder, ShoppingOrderModel, Serialized Form
Generated:

Field Summary
static boolean COLUMN_BITMASK_ENABLED
           
static java.lang.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 java.lang.String ORDER_BY_JPQL
           
static java.lang.String ORDER_BY_SQL
           
static long PPPAYMENTSTATUS_COLUMN_BITMASK
           
static long PPTXNID_COLUMN_BITMASK
           
static java.lang.String SESSION_FACTORY
           
static java.lang.Object[][] TABLE_COLUMNS
           
static java.lang.String TABLE_NAME
           
static java.lang.String TABLE_SQL_CREATE
           
static java.lang.String TABLE_SQL_DROP
           
static java.lang.String TX_MANAGER
           
static long USERID_COLUMN_BITMASK
           
 
Constructor Summary
ShoppingOrderModelImpl()
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(com.liferay.portlet.shopping.model.ShoppingOrder shoppingOrder)
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAltShipping()
           
 java.lang.String getBillingCity()
           
 java.lang.String getBillingCompany()
           
 java.lang.String getBillingCountry()
           
 java.lang.String getBillingEmailAddress()
           
 java.lang.String getBillingFirstName()
           
 java.lang.String getBillingLastName()
           
 java.lang.String getBillingPhone()
           
 java.lang.String getBillingState()
           
 java.lang.String getBillingStreet()
           
 java.lang.String getBillingZip()
           
 int getCcExpMonth()
           
 int getCcExpYear()
           
 java.lang.String getCcName()
           
 java.lang.String getCcNumber()
           
 java.lang.String getCcType()
           
 java.lang.String getCcVerNumber()
           
 long getColumnBitmask()
           
 java.lang.String getComments()
           
 long getCompanyId()
           
 java.lang.String getCouponCodes()
           
 double getCouponDiscount()
           
 java.util.Date getCreateDate()
           
 com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 double getInsurance()
           
 boolean getInsure()
           
 java.lang.Class<?> getModelClass()
           
 java.lang.String getModelClassName()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getNumber()
           
 long getOrderId()
           
 long getOriginalGroupId()
           
 java.lang.String getOriginalNumber()
           
 java.lang.String getOriginalPpPaymentStatus()
           
 java.lang.String getOriginalPpTxnId()
           
 long getOriginalUserId()
           
 java.lang.String getPpPayerEmail()
           
 double getPpPaymentGross()
           
 java.lang.String getPpPaymentStatus()
           
 java.lang.String getPpReceiverEmail()
           
 java.lang.String getPpTxnId()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 boolean getRequiresShipping()
           
 boolean getSendOrderEmail()
           
 boolean getSendShippingEmail()
           
 double getShipping()
           
 java.lang.String getShippingCity()
           
 java.lang.String getShippingCompany()
           
 java.lang.String getShippingCountry()
           
 java.lang.String getShippingEmailAddress()
           
 java.lang.String getShippingFirstName()
           
 java.lang.String getShippingLastName()
           
 java.lang.String getShippingPhone()
           
 java.lang.String getShippingState()
           
 java.lang.String getShippingStreet()
           
 java.lang.String getShippingZip()
           
 boolean getShipToBilling()
           
 double getTax()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 int hashCode()
           
 boolean isInsure()
           
 boolean isRequiresShipping()
           
 boolean isSendOrderEmail()
           
 boolean isSendShippingEmail()
           
 boolean isShipToBilling()
           
 void resetOriginalValues()
           
 void setAltShipping(java.lang.String altShipping)
           
 void setBillingCity(java.lang.String billingCity)
           
 void setBillingCompany(java.lang.String billingCompany)
           
 void setBillingCountry(java.lang.String billingCountry)
           
 void setBillingEmailAddress(java.lang.String billingEmailAddress)
           
 void setBillingFirstName(java.lang.String billingFirstName)
           
 void setBillingLastName(java.lang.String billingLastName)
           
 void setBillingPhone(java.lang.String billingPhone)
           
 void setBillingState(java.lang.String billingState)
           
 void setBillingStreet(java.lang.String billingStreet)
           
 void setBillingZip(java.lang.String billingZip)
           
 void setCcExpMonth(int ccExpMonth)
           
 void setCcExpYear(int ccExpYear)
           
 void setCcName(java.lang.String ccName)
           
 void setCcNumber(java.lang.String ccNumber)
           
 void setCcType(java.lang.String ccType)
           
 void setCcVerNumber(java.lang.String ccVerNumber)
           
 void setComments(java.lang.String comments)
           
 void setCompanyId(long companyId)
           
 void setCouponCodes(java.lang.String couponCodes)
           
 void setCouponDiscount(double couponDiscount)
           
 void setCreateDate(java.util.Date createDate)
           
 void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 void setInsurance(double insurance)
           
 void setInsure(boolean insure)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setNumber(java.lang.String number)
           
 void setOrderId(long orderId)
           
 void setPpPayerEmail(java.lang.String ppPayerEmail)
           
 void setPpPaymentGross(double ppPaymentGross)
           
 void setPpPaymentStatus(java.lang.String ppPaymentStatus)
           
 void setPpReceiverEmail(java.lang.String ppReceiverEmail)
           
 void setPpTxnId(java.lang.String ppTxnId)
           
 void setPrimaryKey(long primaryKey)
           
 void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
           
 void setRequiresShipping(boolean requiresShipping)
           
 void setSendOrderEmail(boolean sendOrderEmail)
           
 void setSendShippingEmail(boolean sendShippingEmail)
           
 void setShipping(double shipping)
           
 void setShippingCity(java.lang.String shippingCity)
           
 void setShippingCompany(java.lang.String shippingCompany)
           
 void setShippingCountry(java.lang.String shippingCountry)
           
 void setShippingEmailAddress(java.lang.String shippingEmailAddress)
           
 void setShippingFirstName(java.lang.String shippingFirstName)
           
 void setShippingLastName(java.lang.String shippingLastName)
           
 void setShippingPhone(java.lang.String shippingPhone)
           
 void setShippingState(java.lang.String shippingState)
           
 void setShippingStreet(java.lang.String shippingStreet)
           
 void setShippingZip(java.lang.String shippingZip)
           
 void setShipToBilling(boolean shipToBilling)
           
 void setTax(double tax)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 com.liferay.portal.model.CacheModel<com.liferay.portlet.shopping.model.ShoppingOrder> toCacheModel()
           
 com.liferay.portlet.shopping.model.ShoppingOrder toEscapedModel()
           
static com.liferay.portlet.shopping.model.ShoppingOrder toModel(com.liferay.portlet.shopping.model.ShoppingOrderSoap soapModel)
          Converts the soap model instance into a normal model instance.
static java.util.List<com.liferay.portlet.shopping.model.ShoppingOrder> toModels(com.liferay.portlet.shopping.model.ShoppingOrderSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
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 java.lang.String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final java.lang.Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final java.lang.String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final java.lang.String TABLE_SQL_DROP
See Also:
Constant Field Values

ORDER_BY_JPQL

public static final java.lang.String ORDER_BY_JPQL
See Also:
Constant Field Values

ORDER_BY_SQL

public static final java.lang.String ORDER_BY_SQL
See Also:
Constant Field Values

DATA_SOURCE

public static final java.lang.String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final java.lang.String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final java.lang.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 com.liferay.portlet.shopping.model.ShoppingOrder toModel(com.liferay.portlet.shopping.model.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 java.util.List<com.liferay.portlet.shopping.model.ShoppingOrder> toModels(com.liferay.portlet.shopping.model.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()
Specified by:
getPrimaryKey in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Specified by:
setPrimaryKey in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrder>
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel
Specified by:
getPrimaryKeyObj in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setPrimaryKeyObj

public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrder>
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel
Specified by:
setPrimaryKeyObj in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getModelClass

public java.lang.Class<?> getModelClass()
Specified by:
getModelClass in interface com.liferay.portal.model.ClassedModel

getModelClassName

public java.lang.String getModelClassName()
Specified by:
getModelClassName in interface com.liferay.portal.model.ClassedModel

getOrderId

@JSON
public long getOrderId()
Specified by:
getOrderId in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setOrderId

public void setOrderId(long orderId)
Specified by:
setOrderId in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getGroupId

@JSON
public long getGroupId()
Specified by:
getGroupId in interface com.liferay.portal.model.GroupedModel
Specified by:
getGroupId in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface com.liferay.portal.model.GroupedModel
Specified by:
setGroupId in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

@JSON
public long getCompanyId()
Specified by:
getCompanyId in interface com.liferay.portal.model.AuditedModel
Specified by:
getCompanyId in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface com.liferay.portal.model.AuditedModel
Specified by:
setCompanyId in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getUserId

@JSON
public long getUserId()
Specified by:
getUserId in interface com.liferay.portal.model.AuditedModel
Specified by:
getUserId in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface com.liferay.portal.model.AuditedModel
Specified by:
setUserId in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getUserUuid in interface com.liferay.portal.model.AuditedModel
Specified by:
getUserUuid in interface com.liferay.portlet.shopping.model.ShoppingOrderModel
Throws:
com.liferay.portal.kernel.exception.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface com.liferay.portal.model.AuditedModel
Specified by:
setUserUuid in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getOriginalUserId

public long getOriginalUserId()

getUserName

@JSON
public java.lang.String getUserName()
Specified by:
getUserName in interface com.liferay.portal.model.AuditedModel
Specified by:
getUserName in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface com.liferay.portal.model.AuditedModel
Specified by:
setUserName in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getCreateDate

@JSON
public java.util.Date getCreateDate()
Specified by:
getCreateDate in interface com.liferay.portal.model.AuditedModel
Specified by:
getCreateDate in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setCreateDate

public void setCreateDate(java.util.Date createDate)
Specified by:
setCreateDate in interface com.liferay.portal.model.AuditedModel
Specified by:
setCreateDate in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getModifiedDate

@JSON
public java.util.Date getModifiedDate()
Specified by:
getModifiedDate in interface com.liferay.portal.model.AuditedModel
Specified by:
getModifiedDate in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)
Specified by:
setModifiedDate in interface com.liferay.portal.model.AuditedModel
Specified by:
setModifiedDate in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getNumber

@JSON
public java.lang.String getNumber()
Specified by:
getNumber in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setNumber

public void setNumber(java.lang.String number)
Specified by:
setNumber in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getOriginalNumber

public java.lang.String getOriginalNumber()

getTax

@JSON
public double getTax()
Specified by:
getTax in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setTax

public void setTax(double tax)
Specified by:
setTax in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getShipping

@JSON
public double getShipping()
Specified by:
getShipping in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setShipping

public void setShipping(double shipping)
Specified by:
setShipping in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getAltShipping

@JSON
public java.lang.String getAltShipping()
Specified by:
getAltShipping in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setAltShipping

public void setAltShipping(java.lang.String altShipping)
Specified by:
setAltShipping in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getRequiresShipping

@JSON
public boolean getRequiresShipping()
Specified by:
getRequiresShipping in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

isRequiresShipping

public boolean isRequiresShipping()
Specified by:
isRequiresShipping in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setRequiresShipping

public void setRequiresShipping(boolean requiresShipping)
Specified by:
setRequiresShipping in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getInsure

@JSON
public boolean getInsure()
Specified by:
getInsure in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

isInsure

public boolean isInsure()
Specified by:
isInsure in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setInsure

public void setInsure(boolean insure)
Specified by:
setInsure in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getInsurance

@JSON
public double getInsurance()
Specified by:
getInsurance in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setInsurance

public void setInsurance(double insurance)
Specified by:
setInsurance in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getCouponCodes

@JSON
public java.lang.String getCouponCodes()
Specified by:
getCouponCodes in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setCouponCodes

public void setCouponCodes(java.lang.String couponCodes)
Specified by:
setCouponCodes in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getCouponDiscount

@JSON
public double getCouponDiscount()
Specified by:
getCouponDiscount in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setCouponDiscount

public void setCouponDiscount(double couponDiscount)
Specified by:
setCouponDiscount in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getBillingFirstName

@JSON
public java.lang.String getBillingFirstName()
Specified by:
getBillingFirstName in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setBillingFirstName

public void setBillingFirstName(java.lang.String billingFirstName)
Specified by:
setBillingFirstName in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getBillingLastName

@JSON
public java.lang.String getBillingLastName()
Specified by:
getBillingLastName in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setBillingLastName

public void setBillingLastName(java.lang.String billingLastName)
Specified by:
setBillingLastName in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getBillingEmailAddress

@JSON
public java.lang.String getBillingEmailAddress()
Specified by:
getBillingEmailAddress in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setBillingEmailAddress

public void setBillingEmailAddress(java.lang.String billingEmailAddress)
Specified by:
setBillingEmailAddress in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getBillingCompany

@JSON
public java.lang.String getBillingCompany()
Specified by:
getBillingCompany in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setBillingCompany

public void setBillingCompany(java.lang.String billingCompany)
Specified by:
setBillingCompany in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getBillingStreet

@JSON
public java.lang.String getBillingStreet()
Specified by:
getBillingStreet in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setBillingStreet

public void setBillingStreet(java.lang.String billingStreet)
Specified by:
setBillingStreet in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getBillingCity

@JSON
public java.lang.String getBillingCity()
Specified by:
getBillingCity in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setBillingCity

public void setBillingCity(java.lang.String billingCity)
Specified by:
setBillingCity in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getBillingState

@JSON
public java.lang.String getBillingState()
Specified by:
getBillingState in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setBillingState

public void setBillingState(java.lang.String billingState)
Specified by:
setBillingState in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getBillingZip

@JSON
public java.lang.String getBillingZip()
Specified by:
getBillingZip in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setBillingZip

public void setBillingZip(java.lang.String billingZip)
Specified by:
setBillingZip in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getBillingCountry

@JSON
public java.lang.String getBillingCountry()
Specified by:
getBillingCountry in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setBillingCountry

public void setBillingCountry(java.lang.String billingCountry)
Specified by:
setBillingCountry in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getBillingPhone

@JSON
public java.lang.String getBillingPhone()
Specified by:
getBillingPhone in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setBillingPhone

public void setBillingPhone(java.lang.String billingPhone)
Specified by:
setBillingPhone in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getShipToBilling

@JSON
public boolean getShipToBilling()
Specified by:
getShipToBilling in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

isShipToBilling

public boolean isShipToBilling()
Specified by:
isShipToBilling in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setShipToBilling

public void setShipToBilling(boolean shipToBilling)
Specified by:
setShipToBilling in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getShippingFirstName

@JSON
public java.lang.String getShippingFirstName()
Specified by:
getShippingFirstName in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setShippingFirstName

public void setShippingFirstName(java.lang.String shippingFirstName)
Specified by:
setShippingFirstName in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getShippingLastName

@JSON
public java.lang.String getShippingLastName()
Specified by:
getShippingLastName in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setShippingLastName

public void setShippingLastName(java.lang.String shippingLastName)
Specified by:
setShippingLastName in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getShippingEmailAddress

@JSON
public java.lang.String getShippingEmailAddress()
Specified by:
getShippingEmailAddress in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setShippingEmailAddress

public void setShippingEmailAddress(java.lang.String shippingEmailAddress)
Specified by:
setShippingEmailAddress in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getShippingCompany

@JSON
public java.lang.String getShippingCompany()
Specified by:
getShippingCompany in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setShippingCompany

public void setShippingCompany(java.lang.String shippingCompany)
Specified by:
setShippingCompany in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getShippingStreet

@JSON
public java.lang.String getShippingStreet()
Specified by:
getShippingStreet in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setShippingStreet

public void setShippingStreet(java.lang.String shippingStreet)
Specified by:
setShippingStreet in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getShippingCity

@JSON
public java.lang.String getShippingCity()
Specified by:
getShippingCity in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setShippingCity

public void setShippingCity(java.lang.String shippingCity)
Specified by:
setShippingCity in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getShippingState

@JSON
public java.lang.String getShippingState()
Specified by:
getShippingState in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setShippingState

public void setShippingState(java.lang.String shippingState)
Specified by:
setShippingState in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getShippingZip

@JSON
public java.lang.String getShippingZip()
Specified by:
getShippingZip in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setShippingZip

public void setShippingZip(java.lang.String shippingZip)
Specified by:
setShippingZip in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getShippingCountry

@JSON
public java.lang.String getShippingCountry()
Specified by:
getShippingCountry in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setShippingCountry

public void setShippingCountry(java.lang.String shippingCountry)
Specified by:
setShippingCountry in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getShippingPhone

@JSON
public java.lang.String getShippingPhone()
Specified by:
getShippingPhone in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setShippingPhone

public void setShippingPhone(java.lang.String shippingPhone)
Specified by:
setShippingPhone in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getCcName

@JSON
public java.lang.String getCcName()
Specified by:
getCcName in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setCcName

public void setCcName(java.lang.String ccName)
Specified by:
setCcName in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getCcType

@JSON
public java.lang.String getCcType()
Specified by:
getCcType in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setCcType

public void setCcType(java.lang.String ccType)
Specified by:
setCcType in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getCcNumber

@JSON
public java.lang.String getCcNumber()
Specified by:
getCcNumber in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setCcNumber

public void setCcNumber(java.lang.String ccNumber)
Specified by:
setCcNumber in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getCcExpMonth

@JSON
public int getCcExpMonth()
Specified by:
getCcExpMonth in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setCcExpMonth

public void setCcExpMonth(int ccExpMonth)
Specified by:
setCcExpMonth in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getCcExpYear

@JSON
public int getCcExpYear()
Specified by:
getCcExpYear in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setCcExpYear

public void setCcExpYear(int ccExpYear)
Specified by:
setCcExpYear in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getCcVerNumber

@JSON
public java.lang.String getCcVerNumber()
Specified by:
getCcVerNumber in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setCcVerNumber

public void setCcVerNumber(java.lang.String ccVerNumber)
Specified by:
setCcVerNumber in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getComments

@JSON
public java.lang.String getComments()
Specified by:
getComments in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setComments

public void setComments(java.lang.String comments)
Specified by:
setComments in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getPpTxnId

@JSON
public java.lang.String getPpTxnId()
Specified by:
getPpTxnId in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setPpTxnId

public void setPpTxnId(java.lang.String ppTxnId)
Specified by:
setPpTxnId in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getOriginalPpTxnId

public java.lang.String getOriginalPpTxnId()

getPpPaymentStatus

@JSON
public java.lang.String getPpPaymentStatus()
Specified by:
getPpPaymentStatus in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setPpPaymentStatus

public void setPpPaymentStatus(java.lang.String ppPaymentStatus)
Specified by:
setPpPaymentStatus in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getOriginalPpPaymentStatus

public java.lang.String getOriginalPpPaymentStatus()

getPpPaymentGross

@JSON
public double getPpPaymentGross()
Specified by:
getPpPaymentGross in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setPpPaymentGross

public void setPpPaymentGross(double ppPaymentGross)
Specified by:
setPpPaymentGross in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getPpReceiverEmail

@JSON
public java.lang.String getPpReceiverEmail()
Specified by:
getPpReceiverEmail in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setPpReceiverEmail

public void setPpReceiverEmail(java.lang.String ppReceiverEmail)
Specified by:
setPpReceiverEmail in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getPpPayerEmail

@JSON
public java.lang.String getPpPayerEmail()
Specified by:
getPpPayerEmail in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setPpPayerEmail

public void setPpPayerEmail(java.lang.String ppPayerEmail)
Specified by:
setPpPayerEmail in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getSendOrderEmail

@JSON
public boolean getSendOrderEmail()
Specified by:
getSendOrderEmail in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

isSendOrderEmail

public boolean isSendOrderEmail()
Specified by:
isSendOrderEmail in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setSendOrderEmail

public void setSendOrderEmail(boolean sendOrderEmail)
Specified by:
setSendOrderEmail in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getSendShippingEmail

@JSON
public boolean getSendShippingEmail()
Specified by:
getSendShippingEmail in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

isSendShippingEmail

public boolean isSendShippingEmail()
Specified by:
isSendShippingEmail in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

setSendShippingEmail

public void setSendShippingEmail(boolean sendShippingEmail)
Specified by:
setSendShippingEmail in interface com.liferay.portlet.shopping.model.ShoppingOrderModel

getColumnBitmask

public long getColumnBitmask()

toEscapedModel

public com.liferay.portlet.shopping.model.ShoppingOrder toEscapedModel()
Specified by:
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrder>
Specified by:
toEscapedModel in interface com.liferay.portlet.shopping.model.ShoppingOrderModel
Overrides:
toEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingOrder>

getExpandoBridge

public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrder>
Specified by:
getExpandoBridge in interface com.liferay.portal.model.ClassedModel
Specified by:
getExpandoBridge in interface com.liferay.portlet.shopping.model.ShoppingOrderModel
Overrides:
getExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingOrder>

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrder>
Specified by:
setExpandoBridgeAttributes in interface com.liferay.portlet.shopping.model.ShoppingOrderModel
Overrides:
setExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingOrder>

clone

public java.lang.Object clone()
Specified by:
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrder>
Specified by:
clone in interface com.liferay.portlet.shopping.model.ShoppingOrderModel
Specified by:
clone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingOrder>

compareTo

public int compareTo(com.liferay.portlet.shopping.model.ShoppingOrder shoppingOrder)
Specified by:
compareTo in interface com.liferay.portlet.shopping.model.ShoppingOrderModel
Specified by:
compareTo in interface java.lang.Comparable<com.liferay.portlet.shopping.model.ShoppingOrder>

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface com.liferay.portlet.shopping.model.ShoppingOrderModel
Overrides:
hashCode in class java.lang.Object

resetOriginalValues

public void resetOriginalValues()
Specified by:
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrder>
Overrides:
resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingOrder>

toCacheModel

public com.liferay.portal.model.CacheModel<com.liferay.portlet.shopping.model.ShoppingOrder> toCacheModel()
Specified by:
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrder>
Specified by:
toCacheModel in interface com.liferay.portlet.shopping.model.ShoppingOrderModel
Overrides:
toCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingOrder>

toString

public java.lang.String toString()
Specified by:
toString in interface com.liferay.portlet.shopping.model.ShoppingOrderModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingOrder>
Specified by:
toXmlString in interface com.liferay.portlet.shopping.model.ShoppingOrderModel