|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.model.impl.BaseModelImpl<ShoppingOrder> com.liferay.portlet.shopping.model.impl.ShoppingOrderModelImpl
@JSON(strict=true) public class ShoppingOrderModelImpl
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
.
ShoppingOrderImpl
,
ShoppingOrder
,
ShoppingOrderModel
,
Serialized FormField 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 |
---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static long GROUPID_COLUMN_BITMASK
public static long NUMBER_COLUMN_BITMASK
public static long PPPAYMENTSTATUS_COLUMN_BITMASK
public static long PPTXNID_COLUMN_BITMASK
public static long USERID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public ShoppingOrderModelImpl()
Method Detail |
---|
public static ShoppingOrder toModel(ShoppingOrderSoap soapModel)
soapModel
- the soap model instance to convert
public static List<ShoppingOrder> toModels(ShoppingOrderSoap[] soapModels)
soapModels
- the soap model instances to convert
public long getPrimaryKey()
ShoppingOrderModel
getPrimaryKey
in interface ShoppingOrderModel
public void setPrimaryKey(long primaryKey)
ShoppingOrderModel
setPrimaryKey
in interface ShoppingOrderModel
primaryKey
- the primary key of this shopping orderpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<ShoppingOrder>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface ShoppingOrderModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<ShoppingOrder>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface ShoppingOrderModel
primaryKeyObj
- the primary key of this model instancepublic Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<ShoppingOrder>
getModelAttributes
in class BaseModelImpl<ShoppingOrder>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<ShoppingOrder>
setModelAttributes
in class BaseModelImpl<ShoppingOrder>
@JSON public long getOrderId()
ShoppingOrderModel
getOrderId
in interface ShoppingOrderModel
public void setOrderId(long orderId)
ShoppingOrderModel
setOrderId
in interface ShoppingOrderModel
orderId
- the order ID of this shopping order@JSON public long getGroupId()
ShoppingOrderModel
getGroupId
in interface GroupedModel
getGroupId
in interface ShoppingOrderModel
public void setGroupId(long groupId)
ShoppingOrderModel
setGroupId
in interface GroupedModel
setGroupId
in interface ShoppingOrderModel
groupId
- the group ID of this shopping orderpublic long getOriginalGroupId()
@JSON public long getCompanyId()
ShoppingOrderModel
getCompanyId
in interface AuditedModel
getCompanyId
in interface ShoppingOrderModel
public void setCompanyId(long companyId)
ShoppingOrderModel
setCompanyId
in interface AuditedModel
setCompanyId
in interface ShoppingOrderModel
companyId
- the company ID of this shopping order@JSON public long getUserId()
ShoppingOrderModel
getUserId
in interface AuditedModel
getUserId
in interface ShoppingOrderModel
public void setUserId(long userId)
ShoppingOrderModel
setUserId
in interface AuditedModel
setUserId
in interface ShoppingOrderModel
userId
- the user ID of this shopping orderpublic String getUserUuid() throws SystemException
ShoppingOrderModel
getUserUuid
in interface AuditedModel
getUserUuid
in interface ShoppingOrderModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
ShoppingOrderModel
setUserUuid
in interface AuditedModel
setUserUuid
in interface ShoppingOrderModel
userUuid
- the user uuid of this shopping orderpublic long getOriginalUserId()
@JSON public String getUserName()
ShoppingOrderModel
getUserName
in interface AuditedModel
getUserName
in interface ShoppingOrderModel
public void setUserName(String userName)
ShoppingOrderModel
setUserName
in interface AuditedModel
setUserName
in interface ShoppingOrderModel
userName
- the user name of this shopping order@JSON public Date getCreateDate()
ShoppingOrderModel
getCreateDate
in interface AuditedModel
getCreateDate
in interface ShoppingOrderModel
public void setCreateDate(Date createDate)
ShoppingOrderModel
setCreateDate
in interface AuditedModel
setCreateDate
in interface ShoppingOrderModel
createDate
- the create date of this shopping order@JSON public Date getModifiedDate()
ShoppingOrderModel
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface ShoppingOrderModel
public void setModifiedDate(Date modifiedDate)
ShoppingOrderModel
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface ShoppingOrderModel
modifiedDate
- the modified date of this shopping order@JSON public String getNumber()
ShoppingOrderModel
getNumber
in interface ShoppingOrderModel
public void setNumber(String number)
ShoppingOrderModel
setNumber
in interface ShoppingOrderModel
number
- the number of this shopping orderpublic String getOriginalNumber()
@JSON public double getTax()
ShoppingOrderModel
getTax
in interface ShoppingOrderModel
public void setTax(double tax)
ShoppingOrderModel
setTax
in interface ShoppingOrderModel
tax
- the tax of this shopping order@JSON public double getShipping()
ShoppingOrderModel
getShipping
in interface ShoppingOrderModel
public void setShipping(double shipping)
ShoppingOrderModel
setShipping
in interface ShoppingOrderModel
shipping
- the shipping of this shopping order@JSON public String getAltShipping()
ShoppingOrderModel
getAltShipping
in interface ShoppingOrderModel
public void setAltShipping(String altShipping)
ShoppingOrderModel
setAltShipping
in interface ShoppingOrderModel
altShipping
- the alt shipping of this shopping order@JSON public boolean getRequiresShipping()
ShoppingOrderModel
getRequiresShipping
in interface ShoppingOrderModel
public boolean isRequiresShipping()
ShoppingOrderModel
true
if this shopping order is requires shipping.
isRequiresShipping
in interface ShoppingOrderModel
true
if this shopping order is requires shipping; false
otherwisepublic void setRequiresShipping(boolean requiresShipping)
ShoppingOrderModel
setRequiresShipping
in interface ShoppingOrderModel
requiresShipping
- the requires shipping of this shopping order@JSON public boolean getInsure()
ShoppingOrderModel
getInsure
in interface ShoppingOrderModel
public boolean isInsure()
ShoppingOrderModel
true
if this shopping order is insure.
isInsure
in interface ShoppingOrderModel
true
if this shopping order is insure; false
otherwisepublic void setInsure(boolean insure)
ShoppingOrderModel
setInsure
in interface ShoppingOrderModel
insure
- the insure of this shopping order@JSON public double getInsurance()
ShoppingOrderModel
getInsurance
in interface ShoppingOrderModel
public void setInsurance(double insurance)
ShoppingOrderModel
setInsurance
in interface ShoppingOrderModel
insurance
- the insurance of this shopping order@JSON public String getCouponCodes()
ShoppingOrderModel
getCouponCodes
in interface ShoppingOrderModel
public void setCouponCodes(String couponCodes)
ShoppingOrderModel
setCouponCodes
in interface ShoppingOrderModel
couponCodes
- the coupon codes of this shopping order@JSON public double getCouponDiscount()
ShoppingOrderModel
getCouponDiscount
in interface ShoppingOrderModel
public void setCouponDiscount(double couponDiscount)
ShoppingOrderModel
setCouponDiscount
in interface ShoppingOrderModel
couponDiscount
- the coupon discount of this shopping order@JSON public String getBillingFirstName()
ShoppingOrderModel
getBillingFirstName
in interface ShoppingOrderModel
public void setBillingFirstName(String billingFirstName)
ShoppingOrderModel
setBillingFirstName
in interface ShoppingOrderModel
billingFirstName
- the billing first name of this shopping order@JSON public String getBillingLastName()
ShoppingOrderModel
getBillingLastName
in interface ShoppingOrderModel
public void setBillingLastName(String billingLastName)
ShoppingOrderModel
setBillingLastName
in interface ShoppingOrderModel
billingLastName
- the billing last name of this shopping order@JSON public String getBillingEmailAddress()
ShoppingOrderModel
getBillingEmailAddress
in interface ShoppingOrderModel
public void setBillingEmailAddress(String billingEmailAddress)
ShoppingOrderModel
setBillingEmailAddress
in interface ShoppingOrderModel
billingEmailAddress
- the billing email address of this shopping order@JSON public String getBillingCompany()
ShoppingOrderModel
getBillingCompany
in interface ShoppingOrderModel
public void setBillingCompany(String billingCompany)
ShoppingOrderModel
setBillingCompany
in interface ShoppingOrderModel
billingCompany
- the billing company of this shopping order@JSON public String getBillingStreet()
ShoppingOrderModel
getBillingStreet
in interface ShoppingOrderModel
public void setBillingStreet(String billingStreet)
ShoppingOrderModel
setBillingStreet
in interface ShoppingOrderModel
billingStreet
- the billing street of this shopping order@JSON public String getBillingCity()
ShoppingOrderModel
getBillingCity
in interface ShoppingOrderModel
public void setBillingCity(String billingCity)
ShoppingOrderModel
setBillingCity
in interface ShoppingOrderModel
billingCity
- the billing city of this shopping order@JSON public String getBillingState()
ShoppingOrderModel
getBillingState
in interface ShoppingOrderModel
public void setBillingState(String billingState)
ShoppingOrderModel
setBillingState
in interface ShoppingOrderModel
billingState
- the billing state of this shopping order@JSON public String getBillingZip()
ShoppingOrderModel
getBillingZip
in interface ShoppingOrderModel
public void setBillingZip(String billingZip)
ShoppingOrderModel
setBillingZip
in interface ShoppingOrderModel
billingZip
- the billing zip of this shopping order@JSON public String getBillingCountry()
ShoppingOrderModel
getBillingCountry
in interface ShoppingOrderModel
public void setBillingCountry(String billingCountry)
ShoppingOrderModel
setBillingCountry
in interface ShoppingOrderModel
billingCountry
- the billing country of this shopping order@JSON public String getBillingPhone()
ShoppingOrderModel
getBillingPhone
in interface ShoppingOrderModel
public void setBillingPhone(String billingPhone)
ShoppingOrderModel
setBillingPhone
in interface ShoppingOrderModel
billingPhone
- the billing phone of this shopping order@JSON public boolean getShipToBilling()
ShoppingOrderModel
getShipToBilling
in interface ShoppingOrderModel
public boolean isShipToBilling()
ShoppingOrderModel
true
if this shopping order is ship to billing.
isShipToBilling
in interface ShoppingOrderModel
true
if this shopping order is ship to billing; false
otherwisepublic void setShipToBilling(boolean shipToBilling)
ShoppingOrderModel
setShipToBilling
in interface ShoppingOrderModel
shipToBilling
- the ship to billing of this shopping order@JSON public String getShippingFirstName()
ShoppingOrderModel
getShippingFirstName
in interface ShoppingOrderModel
public void setShippingFirstName(String shippingFirstName)
ShoppingOrderModel
setShippingFirstName
in interface ShoppingOrderModel
shippingFirstName
- the shipping first name of this shopping order@JSON public String getShippingLastName()
ShoppingOrderModel
getShippingLastName
in interface ShoppingOrderModel
public void setShippingLastName(String shippingLastName)
ShoppingOrderModel
setShippingLastName
in interface ShoppingOrderModel
shippingLastName
- the shipping last name of this shopping order@JSON public String getShippingEmailAddress()
ShoppingOrderModel
getShippingEmailAddress
in interface ShoppingOrderModel
public void setShippingEmailAddress(String shippingEmailAddress)
ShoppingOrderModel
setShippingEmailAddress
in interface ShoppingOrderModel
shippingEmailAddress
- the shipping email address of this shopping order@JSON public String getShippingCompany()
ShoppingOrderModel
getShippingCompany
in interface ShoppingOrderModel
public void setShippingCompany(String shippingCompany)
ShoppingOrderModel
setShippingCompany
in interface ShoppingOrderModel
shippingCompany
- the shipping company of this shopping order@JSON public String getShippingStreet()
ShoppingOrderModel
getShippingStreet
in interface ShoppingOrderModel
public void setShippingStreet(String shippingStreet)
ShoppingOrderModel
setShippingStreet
in interface ShoppingOrderModel
shippingStreet
- the shipping street of this shopping order@JSON public String getShippingCity()
ShoppingOrderModel
getShippingCity
in interface ShoppingOrderModel
public void setShippingCity(String shippingCity)
ShoppingOrderModel
setShippingCity
in interface ShoppingOrderModel
shippingCity
- the shipping city of this shopping order@JSON public String getShippingState()
ShoppingOrderModel
getShippingState
in interface ShoppingOrderModel
public void setShippingState(String shippingState)
ShoppingOrderModel
setShippingState
in interface ShoppingOrderModel
shippingState
- the shipping state of this shopping order@JSON public String getShippingZip()
ShoppingOrderModel
getShippingZip
in interface ShoppingOrderModel
public void setShippingZip(String shippingZip)
ShoppingOrderModel
setShippingZip
in interface ShoppingOrderModel
shippingZip
- the shipping zip of this shopping order@JSON public String getShippingCountry()
ShoppingOrderModel
getShippingCountry
in interface ShoppingOrderModel
public void setShippingCountry(String shippingCountry)
ShoppingOrderModel
setShippingCountry
in interface ShoppingOrderModel
shippingCountry
- the shipping country of this shopping order@JSON public String getShippingPhone()
ShoppingOrderModel
getShippingPhone
in interface ShoppingOrderModel
public void setShippingPhone(String shippingPhone)
ShoppingOrderModel
setShippingPhone
in interface ShoppingOrderModel
shippingPhone
- the shipping phone of this shopping order@JSON public String getCcName()
ShoppingOrderModel
getCcName
in interface ShoppingOrderModel
public void setCcName(String ccName)
ShoppingOrderModel
setCcName
in interface ShoppingOrderModel
ccName
- the cc name of this shopping order@JSON public String getCcType()
ShoppingOrderModel
getCcType
in interface ShoppingOrderModel
public void setCcType(String ccType)
ShoppingOrderModel
setCcType
in interface ShoppingOrderModel
ccType
- the cc type of this shopping order@JSON public String getCcNumber()
ShoppingOrderModel
getCcNumber
in interface ShoppingOrderModel
public void setCcNumber(String ccNumber)
ShoppingOrderModel
setCcNumber
in interface ShoppingOrderModel
ccNumber
- the cc number of this shopping order@JSON public int getCcExpMonth()
ShoppingOrderModel
getCcExpMonth
in interface ShoppingOrderModel
public void setCcExpMonth(int ccExpMonth)
ShoppingOrderModel
setCcExpMonth
in interface ShoppingOrderModel
ccExpMonth
- the cc exp month of this shopping order@JSON public int getCcExpYear()
ShoppingOrderModel
getCcExpYear
in interface ShoppingOrderModel
public void setCcExpYear(int ccExpYear)
ShoppingOrderModel
setCcExpYear
in interface ShoppingOrderModel
ccExpYear
- the cc exp year of this shopping order@JSON public String getCcVerNumber()
ShoppingOrderModel
getCcVerNumber
in interface ShoppingOrderModel
public void setCcVerNumber(String ccVerNumber)
ShoppingOrderModel
setCcVerNumber
in interface ShoppingOrderModel
ccVerNumber
- the cc ver number of this shopping order@JSON public String getComments()
ShoppingOrderModel
getComments
in interface ShoppingOrderModel
public void setComments(String comments)
ShoppingOrderModel
setComments
in interface ShoppingOrderModel
comments
- the comments of this shopping order@JSON public String getPpTxnId()
ShoppingOrderModel
getPpTxnId
in interface ShoppingOrderModel
public void setPpTxnId(String ppTxnId)
ShoppingOrderModel
setPpTxnId
in interface ShoppingOrderModel
ppTxnId
- the pp txn ID of this shopping orderpublic String getOriginalPpTxnId()
@JSON public String getPpPaymentStatus()
ShoppingOrderModel
getPpPaymentStatus
in interface ShoppingOrderModel
public void setPpPaymentStatus(String ppPaymentStatus)
ShoppingOrderModel
setPpPaymentStatus
in interface ShoppingOrderModel
ppPaymentStatus
- the pp payment status of this shopping orderpublic String getOriginalPpPaymentStatus()
@JSON public double getPpPaymentGross()
ShoppingOrderModel
getPpPaymentGross
in interface ShoppingOrderModel
public void setPpPaymentGross(double ppPaymentGross)
ShoppingOrderModel
setPpPaymentGross
in interface ShoppingOrderModel
ppPaymentGross
- the pp payment gross of this shopping order@JSON public String getPpReceiverEmail()
ShoppingOrderModel
getPpReceiverEmail
in interface ShoppingOrderModel
public void setPpReceiverEmail(String ppReceiverEmail)
ShoppingOrderModel
setPpReceiverEmail
in interface ShoppingOrderModel
ppReceiverEmail
- the pp receiver email of this shopping order@JSON public String getPpPayerEmail()
ShoppingOrderModel
getPpPayerEmail
in interface ShoppingOrderModel
public void setPpPayerEmail(String ppPayerEmail)
ShoppingOrderModel
setPpPayerEmail
in interface ShoppingOrderModel
ppPayerEmail
- the pp payer email of this shopping order@JSON public boolean getSendOrderEmail()
ShoppingOrderModel
getSendOrderEmail
in interface ShoppingOrderModel
public boolean isSendOrderEmail()
ShoppingOrderModel
true
if this shopping order is send order email.
isSendOrderEmail
in interface ShoppingOrderModel
true
if this shopping order is send order email; false
otherwisepublic void setSendOrderEmail(boolean sendOrderEmail)
ShoppingOrderModel
setSendOrderEmail
in interface ShoppingOrderModel
sendOrderEmail
- the send order email of this shopping order@JSON public boolean getSendShippingEmail()
ShoppingOrderModel
getSendShippingEmail
in interface ShoppingOrderModel
public boolean isSendShippingEmail()
ShoppingOrderModel
true
if this shopping order is send shipping email.
isSendShippingEmail
in interface ShoppingOrderModel
true
if this shopping order is send shipping email; false
otherwisepublic void setSendShippingEmail(boolean sendShippingEmail)
ShoppingOrderModel
setSendShippingEmail
in interface ShoppingOrderModel
sendShippingEmail
- the send shipping email of this shopping orderpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<ShoppingOrder>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface ShoppingOrderModel
getExpandoBridge
in class BaseModelImpl<ShoppingOrder>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<ShoppingOrder>
setExpandoBridgeAttributes
in interface ShoppingOrderModel
setExpandoBridgeAttributes
in class BaseModelImpl<ShoppingOrder>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public ShoppingOrder toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<ShoppingOrder>
toEscapedModel
in interface ShoppingOrderModel
toEscapedModel
in class BaseModelImpl<ShoppingOrder>
AutoEscapeBeanHandler
public ShoppingOrder toUnescapedModel()
toUnescapedModel
in interface BaseModel<ShoppingOrder>
toUnescapedModel
in interface ShoppingOrderModel
toUnescapedModel
in class BaseModelImpl<ShoppingOrder>
public Object clone()
BaseModel
clone
in interface BaseModel<ShoppingOrder>
clone
in interface ShoppingOrderModel
clone
in class BaseModelImpl<ShoppingOrder>
public int compareTo(ShoppingOrder shoppingOrder)
compareTo
in interface ShoppingOrderModel
compareTo
in interface Comparable<ShoppingOrder>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface ShoppingOrderModel
hashCode
in class Object
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<ShoppingOrder>
resetOriginalValues
in class BaseModelImpl<ShoppingOrder>
public CacheModel<ShoppingOrder> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<ShoppingOrder>
toCacheModel
in interface ShoppingOrderModel
toCacheModel
in class BaseModelImpl<ShoppingOrder>
public String toString()
toString
in interface ShoppingOrderModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<ShoppingOrder>
toXmlString
in interface ShoppingOrderModel
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |