|
Liferay 6.0.5 | |||||||||
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
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
.
Never modify or reference this class directly. All methods that expect a shopping order model instance should use the ShoppingOrder
interface instead.
ShoppingOrderImpl
,
ShoppingOrder
,
ShoppingOrderModel
,
Serialized FormField Summary | |
---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
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
|
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()
Gets the alt shipping of this shopping order. |
String |
getBillingCity()
Gets the billing city of this shopping order. |
String |
getBillingCompany()
Gets the billing company of this shopping order. |
String |
getBillingCountry()
Gets the billing country of this shopping order. |
String |
getBillingEmailAddress()
Gets the billing email address of this shopping order. |
String |
getBillingFirstName()
Gets the billing first name of this shopping order. |
String |
getBillingLastName()
Gets the billing last name of this shopping order. |
String |
getBillingPhone()
Gets the billing phone of this shopping order. |
String |
getBillingState()
Gets the billing state of this shopping order. |
String |
getBillingStreet()
Gets the billing street of this shopping order. |
String |
getBillingZip()
Gets the billing zip of this shopping order. |
int |
getCcExpMonth()
Gets the cc exp month of this shopping order. |
int |
getCcExpYear()
Gets the cc exp year of this shopping order. |
String |
getCcName()
Gets the cc name of this shopping order. |
String |
getCcNumber()
Gets the cc number of this shopping order. |
String |
getCcType()
Gets the cc type of this shopping order. |
String |
getCcVerNumber()
Gets the cc ver number of this shopping order. |
String |
getComments()
Gets the comments of this shopping order. |
long |
getCompanyId()
Gets the company id of this shopping order. |
String |
getCouponCodes()
Gets the coupon codes of this shopping order. |
double |
getCouponDiscount()
Gets the coupon discount of this shopping order. |
Date |
getCreateDate()
Gets the create date of this shopping order. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this shopping order. |
double |
getInsurance()
Gets the insurance of this shopping order. |
boolean |
getInsure()
Gets the insure of this shopping order. |
Date |
getModifiedDate()
Gets the modified date of this shopping order. |
String |
getNumber()
Gets the number of this shopping order. |
long |
getOrderId()
Gets the order id of this shopping order. |
String |
getOriginalNumber()
|
String |
getOriginalPpTxnId()
|
String |
getPpPayerEmail()
Gets the pp payer email of this shopping order. |
double |
getPpPaymentGross()
Gets the pp payment gross of this shopping order. |
String |
getPpPaymentStatus()
Gets the pp payment status of this shopping order. |
String |
getPpReceiverEmail()
Gets the pp receiver email of this shopping order. |
String |
getPpTxnId()
Gets the pp txn id of this shopping order. |
long |
getPrimaryKey()
Gets the primary key of this shopping order. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
boolean |
getRequiresShipping()
Gets the requires shipping of this shopping order. |
boolean |
getSendOrderEmail()
Gets the send order email of this shopping order. |
boolean |
getSendShippingEmail()
Gets the send shipping email of this shopping order. |
double |
getShipping()
Gets the shipping of this shopping order. |
String |
getShippingCity()
Gets the shipping city of this shopping order. |
String |
getShippingCompany()
Gets the shipping company of this shopping order. |
String |
getShippingCountry()
Gets the shipping country of this shopping order. |
String |
getShippingEmailAddress()
Gets the shipping email address of this shopping order. |
String |
getShippingFirstName()
Gets the shipping first name of this shopping order. |
String |
getShippingLastName()
Gets the shipping last name of this shopping order. |
String |
getShippingPhone()
Gets the shipping phone of this shopping order. |
String |
getShippingState()
Gets the shipping state of this shopping order. |
String |
getShippingStreet()
Gets the shipping street of this shopping order. |
String |
getShippingZip()
Gets the shipping zip of this shopping order. |
boolean |
getShipToBilling()
Gets the ship to billing of this shopping order. |
double |
getTax()
Gets the tax of this shopping order. |
long |
getUserId()
Gets the user id of this shopping order. |
String |
getUserName()
Gets the user name of this shopping order. |
String |
getUserUuid()
Gets the user uuid of this shopping order. |
int |
hashCode()
|
boolean |
isInsure()
Determines whether this shopping order is insure. |
boolean |
isRequiresShipping()
Determines whether this shopping order is requires shipping. |
boolean |
isSendOrderEmail()
Determines whether this shopping order is send order email. |
boolean |
isSendShippingEmail()
Determines whether this shopping order is send shipping email. |
boolean |
isShipToBilling()
Determines whether this shopping order is ship to billing. |
void |
setAltShipping(String altShipping)
Sets the alt shipping of this shopping order. |
void |
setBillingCity(String billingCity)
Sets the billing city of this shopping order. |
void |
setBillingCompany(String billingCompany)
Sets the billing company of this shopping order. |
void |
setBillingCountry(String billingCountry)
Sets the billing country of this shopping order. |
void |
setBillingEmailAddress(String billingEmailAddress)
Sets the billing email address of this shopping order. |
void |
setBillingFirstName(String billingFirstName)
Sets the billing first name of this shopping order. |
void |
setBillingLastName(String billingLastName)
Sets the billing last name of this shopping order. |
void |
setBillingPhone(String billingPhone)
Sets the billing phone of this shopping order. |
void |
setBillingState(String billingState)
Sets the billing state of this shopping order. |
void |
setBillingStreet(String billingStreet)
Sets the billing street of this shopping order. |
void |
setBillingZip(String billingZip)
Sets the billing zip of this shopping order. |
void |
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 {$entity.humanName} is insure. |
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 pk)
Sets the primary key of this shopping order |
void |
setRequiresShipping(boolean requiresShipping)
Sets whether this {$entity.humanName} is requires shipping. |
void |
setSendOrderEmail(boolean sendOrderEmail)
Sets whether this {$entity.humanName} is send order email. |
void |
setSendShippingEmail(boolean sendShippingEmail)
Sets whether this {$entity.humanName} 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 {$entity.humanName} 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. |
ShoppingOrder |
toEscapedModel()
Gets a copy of this shopping order 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()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, 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, setEscapedModel, 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 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 pk)
ShoppingOrderModel
setPrimaryKey
in interface ShoppingOrderModel
pk
- the primary key of this shopping orderpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<ShoppingOrder>
getPrimaryKeyObj
in interface ShoppingOrderModel
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 orderpublic long getGroupId()
ShoppingOrderModel
getGroupId
in interface ShoppingOrderModel
public void setGroupId(long groupId)
ShoppingOrderModel
setGroupId
in interface ShoppingOrderModel
groupId
- the group id of this shopping orderpublic long getCompanyId()
ShoppingOrderModel
getCompanyId
in interface ShoppingOrderModel
public void setCompanyId(long companyId)
ShoppingOrderModel
setCompanyId
in interface ShoppingOrderModel
companyId
- the company id of this shopping orderpublic long getUserId()
ShoppingOrderModel
getUserId
in interface ShoppingOrderModel
public void setUserId(long userId)
ShoppingOrderModel
setUserId
in interface ShoppingOrderModel
userId
- the user id of this shopping orderpublic String getUserUuid() throws SystemException
ShoppingOrderModel
getUserUuid
in interface ShoppingOrderModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
ShoppingOrderModel
setUserUuid
in interface ShoppingOrderModel
userUuid
- the user uuid of this shopping orderpublic String getUserName()
ShoppingOrderModel
getUserName
in interface ShoppingOrderModel
public void setUserName(String userName)
ShoppingOrderModel
setUserName
in interface ShoppingOrderModel
userName
- the user name of this shopping orderpublic Date getCreateDate()
ShoppingOrderModel
getCreateDate
in interface ShoppingOrderModel
public void setCreateDate(Date createDate)
ShoppingOrderModel
setCreateDate
in interface ShoppingOrderModel
createDate
- the create date of this shopping orderpublic Date getModifiedDate()
ShoppingOrderModel
getModifiedDate
in interface ShoppingOrderModel
public void setModifiedDate(Date modifiedDate)
ShoppingOrderModel
setModifiedDate
in interface ShoppingOrderModel
modifiedDate
- the modified date of this shopping orderpublic 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()
public double getTax()
ShoppingOrderModel
getTax
in interface ShoppingOrderModel
public void setTax(double tax)
ShoppingOrderModel
setTax
in interface ShoppingOrderModel
tax
- the tax of this shopping orderpublic double getShipping()
ShoppingOrderModel
getShipping
in interface ShoppingOrderModel
public void setShipping(double shipping)
ShoppingOrderModel
setShipping
in interface ShoppingOrderModel
shipping
- the shipping of this shopping orderpublic String getAltShipping()
ShoppingOrderModel
getAltShipping
in interface ShoppingOrderModel
public void setAltShipping(String altShipping)
ShoppingOrderModel
setAltShipping
in interface ShoppingOrderModel
altShipping
- the alt shipping of this shopping orderpublic boolean getRequiresShipping()
ShoppingOrderModel
getRequiresShipping
in interface ShoppingOrderModel
public boolean isRequiresShipping()
ShoppingOrderModel
isRequiresShipping
in interface ShoppingOrderModel
public void setRequiresShipping(boolean requiresShipping)
ShoppingOrderModel
setRequiresShipping
in interface ShoppingOrderModel
requiresShipping
- the requires shipping of this shopping orderpublic boolean getInsure()
ShoppingOrderModel
getInsure
in interface ShoppingOrderModel
public boolean isInsure()
ShoppingOrderModel
isInsure
in interface ShoppingOrderModel
public void setInsure(boolean insure)
ShoppingOrderModel
setInsure
in interface ShoppingOrderModel
insure
- the insure of this shopping orderpublic double getInsurance()
ShoppingOrderModel
getInsurance
in interface ShoppingOrderModel
public void setInsurance(double insurance)
ShoppingOrderModel
setInsurance
in interface ShoppingOrderModel
insurance
- the insurance of this shopping orderpublic String getCouponCodes()
ShoppingOrderModel
getCouponCodes
in interface ShoppingOrderModel
public void setCouponCodes(String couponCodes)
ShoppingOrderModel
setCouponCodes
in interface ShoppingOrderModel
couponCodes
- the coupon codes of this shopping orderpublic double getCouponDiscount()
ShoppingOrderModel
getCouponDiscount
in interface ShoppingOrderModel
public void setCouponDiscount(double couponDiscount)
ShoppingOrderModel
setCouponDiscount
in interface ShoppingOrderModel
couponDiscount
- the coupon discount of this shopping orderpublic 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 orderpublic 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 orderpublic 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 orderpublic String getBillingCompany()
ShoppingOrderModel
getBillingCompany
in interface ShoppingOrderModel
public void setBillingCompany(String billingCompany)
ShoppingOrderModel
setBillingCompany
in interface ShoppingOrderModel
billingCompany
- the billing company of this shopping orderpublic String getBillingStreet()
ShoppingOrderModel
getBillingStreet
in interface ShoppingOrderModel
public void setBillingStreet(String billingStreet)
ShoppingOrderModel
setBillingStreet
in interface ShoppingOrderModel
billingStreet
- the billing street of this shopping orderpublic String getBillingCity()
ShoppingOrderModel
getBillingCity
in interface ShoppingOrderModel
public void setBillingCity(String billingCity)
ShoppingOrderModel
setBillingCity
in interface ShoppingOrderModel
billingCity
- the billing city of this shopping orderpublic String getBillingState()
ShoppingOrderModel
getBillingState
in interface ShoppingOrderModel
public void setBillingState(String billingState)
ShoppingOrderModel
setBillingState
in interface ShoppingOrderModel
billingState
- the billing state of this shopping orderpublic String getBillingZip()
ShoppingOrderModel
getBillingZip
in interface ShoppingOrderModel
public void setBillingZip(String billingZip)
ShoppingOrderModel
setBillingZip
in interface ShoppingOrderModel
billingZip
- the billing zip of this shopping orderpublic String getBillingCountry()
ShoppingOrderModel
getBillingCountry
in interface ShoppingOrderModel
public void setBillingCountry(String billingCountry)
ShoppingOrderModel
setBillingCountry
in interface ShoppingOrderModel
billingCountry
- the billing country of this shopping orderpublic String getBillingPhone()
ShoppingOrderModel
getBillingPhone
in interface ShoppingOrderModel
public void setBillingPhone(String billingPhone)
ShoppingOrderModel
setBillingPhone
in interface ShoppingOrderModel
billingPhone
- the billing phone of this shopping orderpublic boolean getShipToBilling()
ShoppingOrderModel
getShipToBilling
in interface ShoppingOrderModel
public boolean isShipToBilling()
ShoppingOrderModel
isShipToBilling
in interface ShoppingOrderModel
public void setShipToBilling(boolean shipToBilling)
ShoppingOrderModel
setShipToBilling
in interface ShoppingOrderModel
shipToBilling
- the ship to billing of this shopping orderpublic 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 orderpublic 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 orderpublic 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 orderpublic String getShippingCompany()
ShoppingOrderModel
getShippingCompany
in interface ShoppingOrderModel
public void setShippingCompany(String shippingCompany)
ShoppingOrderModel
setShippingCompany
in interface ShoppingOrderModel
shippingCompany
- the shipping company of this shopping orderpublic String getShippingStreet()
ShoppingOrderModel
getShippingStreet
in interface ShoppingOrderModel
public void setShippingStreet(String shippingStreet)
ShoppingOrderModel
setShippingStreet
in interface ShoppingOrderModel
shippingStreet
- the shipping street of this shopping orderpublic String getShippingCity()
ShoppingOrderModel
getShippingCity
in interface ShoppingOrderModel
public void setShippingCity(String shippingCity)
ShoppingOrderModel
setShippingCity
in interface ShoppingOrderModel
shippingCity
- the shipping city of this shopping orderpublic String getShippingState()
ShoppingOrderModel
getShippingState
in interface ShoppingOrderModel
public void setShippingState(String shippingState)
ShoppingOrderModel
setShippingState
in interface ShoppingOrderModel
shippingState
- the shipping state of this shopping orderpublic String getShippingZip()
ShoppingOrderModel
getShippingZip
in interface ShoppingOrderModel
public void setShippingZip(String shippingZip)
ShoppingOrderModel
setShippingZip
in interface ShoppingOrderModel
shippingZip
- the shipping zip of this shopping orderpublic String getShippingCountry()
ShoppingOrderModel
getShippingCountry
in interface ShoppingOrderModel
public void setShippingCountry(String shippingCountry)
ShoppingOrderModel
setShippingCountry
in interface ShoppingOrderModel
shippingCountry
- the shipping country of this shopping orderpublic String getShippingPhone()
ShoppingOrderModel
getShippingPhone
in interface ShoppingOrderModel
public void setShippingPhone(String shippingPhone)
ShoppingOrderModel
setShippingPhone
in interface ShoppingOrderModel
shippingPhone
- the shipping phone of this shopping orderpublic String getCcName()
ShoppingOrderModel
getCcName
in interface ShoppingOrderModel
public void setCcName(String ccName)
ShoppingOrderModel
setCcName
in interface ShoppingOrderModel
ccName
- the cc name of this shopping orderpublic String getCcType()
ShoppingOrderModel
getCcType
in interface ShoppingOrderModel
public void setCcType(String ccType)
ShoppingOrderModel
setCcType
in interface ShoppingOrderModel
ccType
- the cc type of this shopping orderpublic String getCcNumber()
ShoppingOrderModel
getCcNumber
in interface ShoppingOrderModel
public void setCcNumber(String ccNumber)
ShoppingOrderModel
setCcNumber
in interface ShoppingOrderModel
ccNumber
- the cc number of this shopping orderpublic 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 orderpublic 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 orderpublic 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 orderpublic String getComments()
ShoppingOrderModel
getComments
in interface ShoppingOrderModel
public void setComments(String comments)
ShoppingOrderModel
setComments
in interface ShoppingOrderModel
comments
- the comments of this shopping orderpublic 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()
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 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 orderpublic 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 orderpublic 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 orderpublic boolean getSendOrderEmail()
ShoppingOrderModel
getSendOrderEmail
in interface ShoppingOrderModel
public boolean isSendOrderEmail()
ShoppingOrderModel
isSendOrderEmail
in interface ShoppingOrderModel
public void setSendOrderEmail(boolean sendOrderEmail)
ShoppingOrderModel
setSendOrderEmail
in interface ShoppingOrderModel
sendOrderEmail
- the send order email of this shopping orderpublic boolean getSendShippingEmail()
ShoppingOrderModel
getSendShippingEmail
in interface ShoppingOrderModel
public boolean isSendShippingEmail()
ShoppingOrderModel
isSendShippingEmail
in interface ShoppingOrderModel
public void setSendShippingEmail(boolean sendShippingEmail)
ShoppingOrderModel
setSendShippingEmail
in interface ShoppingOrderModel
sendShippingEmail
- the send shipping email of this shopping orderpublic ShoppingOrder toEscapedModel()
ShoppingOrderModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface ShoppingOrderModel
AutoEscapeBeanHandler
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<ShoppingOrder>
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 context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)
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 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.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |