|
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.portlet.shopping.model.ShoppingOrderWrapper
public class ShoppingOrderWrapper
This class is a wrapper for ShoppingOrder
.
ShoppingOrder
,
Serialized FormConstructor Summary | |
---|---|
ShoppingOrderWrapper(ShoppingOrder shoppingOrder)
|
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. |
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. |
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. |
ShoppingOrder |
getWrappedModel()
|
ShoppingOrder |
getWrappedShoppingOrder()
Deprecated. Renamed to getWrappedModel() |
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isInsure()
Returns true if this shopping order is insure. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
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 |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
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 |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
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 . |
String |
toString()
|
ShoppingOrder |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ShoppingOrderWrapper(ShoppingOrder shoppingOrder)
Method Detail |
---|
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<ShoppingOrder>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<ShoppingOrder>
public long getPrimaryKey()
getPrimaryKey
in interface ShoppingOrderModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface ShoppingOrderModel
primaryKey
- the primary key of this shopping orderpublic long getOrderId()
getOrderId
in interface ShoppingOrderModel
public void setOrderId(long orderId)
setOrderId
in interface ShoppingOrderModel
orderId
- the order ID of this shopping orderpublic long getGroupId()
getGroupId
in interface GroupedModel
getGroupId
in interface ShoppingOrderModel
public void setGroupId(long groupId)
setGroupId
in interface GroupedModel
setGroupId
in interface ShoppingOrderModel
groupId
- the group ID of this shopping orderpublic long getCompanyId()
getCompanyId
in interface AuditedModel
getCompanyId
in interface ShoppingOrderModel
public void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface ShoppingOrderModel
companyId
- the company ID of this shopping orderpublic long getUserId()
getUserId
in interface AuditedModel
getUserId
in interface ShoppingOrderModel
public void setUserId(long userId)
setUserId
in interface AuditedModel
setUserId
in interface ShoppingOrderModel
userId
- the user ID of this shopping orderpublic String getUserUuid() throws SystemException
getUserUuid
in interface AuditedModel
getUserUuid
in interface ShoppingOrderModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
setUserUuid
in interface ShoppingOrderModel
userUuid
- the user uuid of this shopping orderpublic String getUserName()
getUserName
in interface AuditedModel
getUserName
in interface ShoppingOrderModel
public void setUserName(String userName)
setUserName
in interface AuditedModel
setUserName
in interface ShoppingOrderModel
userName
- the user name of this shopping orderpublic Date getCreateDate()
getCreateDate
in interface AuditedModel
getCreateDate
in interface ShoppingOrderModel
public void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
setCreateDate
in interface ShoppingOrderModel
createDate
- the create date of this shopping orderpublic Date getModifiedDate()
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface ShoppingOrderModel
public void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface ShoppingOrderModel
modifiedDate
- the modified date of this shopping orderpublic String getNumber()
getNumber
in interface ShoppingOrderModel
public void setNumber(String number)
setNumber
in interface ShoppingOrderModel
number
- the number of this shopping orderpublic double getTax()
getTax
in interface ShoppingOrderModel
public void setTax(double tax)
setTax
in interface ShoppingOrderModel
tax
- the tax of this shopping orderpublic double getShipping()
getShipping
in interface ShoppingOrderModel
public void setShipping(double shipping)
setShipping
in interface ShoppingOrderModel
shipping
- the shipping of this shopping orderpublic String getAltShipping()
getAltShipping
in interface ShoppingOrderModel
public void setAltShipping(String altShipping)
setAltShipping
in interface ShoppingOrderModel
altShipping
- the alt shipping of this shopping orderpublic boolean getRequiresShipping()
getRequiresShipping
in interface ShoppingOrderModel
public boolean isRequiresShipping()
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)
setRequiresShipping
in interface ShoppingOrderModel
requiresShipping
- the requires shipping of this shopping orderpublic boolean getInsure()
getInsure
in interface ShoppingOrderModel
public boolean isInsure()
true
if this shopping order is insure.
isInsure
in interface ShoppingOrderModel
true
if this shopping order is insure; false
otherwisepublic void setInsure(boolean insure)
setInsure
in interface ShoppingOrderModel
insure
- the insure of this shopping orderpublic double getInsurance()
getInsurance
in interface ShoppingOrderModel
public void setInsurance(double insurance)
setInsurance
in interface ShoppingOrderModel
insurance
- the insurance of this shopping orderpublic String getCouponCodes()
getCouponCodes
in interface ShoppingOrderModel
public void setCouponCodes(String couponCodes)
setCouponCodes
in interface ShoppingOrderModel
couponCodes
- the coupon codes of this shopping orderpublic double getCouponDiscount()
getCouponDiscount
in interface ShoppingOrderModel
public void setCouponDiscount(double couponDiscount)
setCouponDiscount
in interface ShoppingOrderModel
couponDiscount
- the coupon discount of this shopping orderpublic String getBillingFirstName()
getBillingFirstName
in interface ShoppingOrderModel
public void setBillingFirstName(String billingFirstName)
setBillingFirstName
in interface ShoppingOrderModel
billingFirstName
- the billing first name of this shopping orderpublic String getBillingLastName()
getBillingLastName
in interface ShoppingOrderModel
public void setBillingLastName(String billingLastName)
setBillingLastName
in interface ShoppingOrderModel
billingLastName
- the billing last name of this shopping orderpublic String getBillingEmailAddress()
getBillingEmailAddress
in interface ShoppingOrderModel
public void setBillingEmailAddress(String billingEmailAddress)
setBillingEmailAddress
in interface ShoppingOrderModel
billingEmailAddress
- the billing email address of this shopping orderpublic String getBillingCompany()
getBillingCompany
in interface ShoppingOrderModel
public void setBillingCompany(String billingCompany)
setBillingCompany
in interface ShoppingOrderModel
billingCompany
- the billing company of this shopping orderpublic String getBillingStreet()
getBillingStreet
in interface ShoppingOrderModel
public void setBillingStreet(String billingStreet)
setBillingStreet
in interface ShoppingOrderModel
billingStreet
- the billing street of this shopping orderpublic String getBillingCity()
getBillingCity
in interface ShoppingOrderModel
public void setBillingCity(String billingCity)
setBillingCity
in interface ShoppingOrderModel
billingCity
- the billing city of this shopping orderpublic String getBillingState()
getBillingState
in interface ShoppingOrderModel
public void setBillingState(String billingState)
setBillingState
in interface ShoppingOrderModel
billingState
- the billing state of this shopping orderpublic String getBillingZip()
getBillingZip
in interface ShoppingOrderModel
public void setBillingZip(String billingZip)
setBillingZip
in interface ShoppingOrderModel
billingZip
- the billing zip of this shopping orderpublic String getBillingCountry()
getBillingCountry
in interface ShoppingOrderModel
public void setBillingCountry(String billingCountry)
setBillingCountry
in interface ShoppingOrderModel
billingCountry
- the billing country of this shopping orderpublic String getBillingPhone()
getBillingPhone
in interface ShoppingOrderModel
public void setBillingPhone(String billingPhone)
setBillingPhone
in interface ShoppingOrderModel
billingPhone
- the billing phone of this shopping orderpublic boolean getShipToBilling()
getShipToBilling
in interface ShoppingOrderModel
public boolean isShipToBilling()
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)
setShipToBilling
in interface ShoppingOrderModel
shipToBilling
- the ship to billing of this shopping orderpublic String getShippingFirstName()
getShippingFirstName
in interface ShoppingOrderModel
public void setShippingFirstName(String shippingFirstName)
setShippingFirstName
in interface ShoppingOrderModel
shippingFirstName
- the shipping first name of this shopping orderpublic String getShippingLastName()
getShippingLastName
in interface ShoppingOrderModel
public void setShippingLastName(String shippingLastName)
setShippingLastName
in interface ShoppingOrderModel
shippingLastName
- the shipping last name of this shopping orderpublic String getShippingEmailAddress()
getShippingEmailAddress
in interface ShoppingOrderModel
public void setShippingEmailAddress(String shippingEmailAddress)
setShippingEmailAddress
in interface ShoppingOrderModel
shippingEmailAddress
- the shipping email address of this shopping orderpublic String getShippingCompany()
getShippingCompany
in interface ShoppingOrderModel
public void setShippingCompany(String shippingCompany)
setShippingCompany
in interface ShoppingOrderModel
shippingCompany
- the shipping company of this shopping orderpublic String getShippingStreet()
getShippingStreet
in interface ShoppingOrderModel
public void setShippingStreet(String shippingStreet)
setShippingStreet
in interface ShoppingOrderModel
shippingStreet
- the shipping street of this shopping orderpublic String getShippingCity()
getShippingCity
in interface ShoppingOrderModel
public void setShippingCity(String shippingCity)
setShippingCity
in interface ShoppingOrderModel
shippingCity
- the shipping city of this shopping orderpublic String getShippingState()
getShippingState
in interface ShoppingOrderModel
public void setShippingState(String shippingState)
setShippingState
in interface ShoppingOrderModel
shippingState
- the shipping state of this shopping orderpublic String getShippingZip()
getShippingZip
in interface ShoppingOrderModel
public void setShippingZip(String shippingZip)
setShippingZip
in interface ShoppingOrderModel
shippingZip
- the shipping zip of this shopping orderpublic String getShippingCountry()
getShippingCountry
in interface ShoppingOrderModel
public void setShippingCountry(String shippingCountry)
setShippingCountry
in interface ShoppingOrderModel
shippingCountry
- the shipping country of this shopping orderpublic String getShippingPhone()
getShippingPhone
in interface ShoppingOrderModel
public void setShippingPhone(String shippingPhone)
setShippingPhone
in interface ShoppingOrderModel
shippingPhone
- the shipping phone of this shopping orderpublic String getCcName()
getCcName
in interface ShoppingOrderModel
public void setCcName(String ccName)
setCcName
in interface ShoppingOrderModel
ccName
- the cc name of this shopping orderpublic String getCcType()
getCcType
in interface ShoppingOrderModel
public void setCcType(String ccType)
setCcType
in interface ShoppingOrderModel
ccType
- the cc type of this shopping orderpublic String getCcNumber()
getCcNumber
in interface ShoppingOrderModel
public void setCcNumber(String ccNumber)
setCcNumber
in interface ShoppingOrderModel
ccNumber
- the cc number of this shopping orderpublic int getCcExpMonth()
getCcExpMonth
in interface ShoppingOrderModel
public void setCcExpMonth(int ccExpMonth)
setCcExpMonth
in interface ShoppingOrderModel
ccExpMonth
- the cc exp month of this shopping orderpublic int getCcExpYear()
getCcExpYear
in interface ShoppingOrderModel
public void setCcExpYear(int ccExpYear)
setCcExpYear
in interface ShoppingOrderModel
ccExpYear
- the cc exp year of this shopping orderpublic String getCcVerNumber()
getCcVerNumber
in interface ShoppingOrderModel
public void setCcVerNumber(String ccVerNumber)
setCcVerNumber
in interface ShoppingOrderModel
ccVerNumber
- the cc ver number of this shopping orderpublic String getComments()
getComments
in interface ShoppingOrderModel
public void setComments(String comments)
setComments
in interface ShoppingOrderModel
comments
- the comments of this shopping orderpublic String getPpTxnId()
getPpTxnId
in interface ShoppingOrderModel
public void setPpTxnId(String ppTxnId)
setPpTxnId
in interface ShoppingOrderModel
ppTxnId
- the pp txn ID of this shopping orderpublic String getPpPaymentStatus()
getPpPaymentStatus
in interface ShoppingOrderModel
public void setPpPaymentStatus(String ppPaymentStatus)
setPpPaymentStatus
in interface ShoppingOrderModel
ppPaymentStatus
- the pp payment status of this shopping orderpublic double getPpPaymentGross()
getPpPaymentGross
in interface ShoppingOrderModel
public void setPpPaymentGross(double ppPaymentGross)
setPpPaymentGross
in interface ShoppingOrderModel
ppPaymentGross
- the pp payment gross of this shopping orderpublic String getPpReceiverEmail()
getPpReceiverEmail
in interface ShoppingOrderModel
public void setPpReceiverEmail(String ppReceiverEmail)
setPpReceiverEmail
in interface ShoppingOrderModel
ppReceiverEmail
- the pp receiver email of this shopping orderpublic String getPpPayerEmail()
getPpPayerEmail
in interface ShoppingOrderModel
public void setPpPayerEmail(String ppPayerEmail)
setPpPayerEmail
in interface ShoppingOrderModel
ppPayerEmail
- the pp payer email of this shopping orderpublic boolean getSendOrderEmail()
getSendOrderEmail
in interface ShoppingOrderModel
public boolean isSendOrderEmail()
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)
setSendOrderEmail
in interface ShoppingOrderModel
sendOrderEmail
- the send order email of this shopping orderpublic boolean getSendShippingEmail()
getSendShippingEmail
in interface ShoppingOrderModel
public boolean isSendShippingEmail()
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)
setSendShippingEmail
in interface ShoppingOrderModel
sendShippingEmail
- the send shipping email of this shopping orderpublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.
isNew
in interface BaseModel<ShoppingOrder>
isNew
in interface ShoppingOrderModel
true
if this model instance does not yet exist in
the database; false
otherwisepublic void setNew(boolean n)
BaseModel
setNew
in interface BaseModel<ShoppingOrder>
setNew
in interface ShoppingOrderModel
n
- whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.
isCachedModel
in interface BaseModel<ShoppingOrder>
isCachedModel
in interface ShoppingOrderModel
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<ShoppingOrder>
setCachedModel
in interface ShoppingOrderModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.
isEscapedModel
in interface BaseModel<ShoppingOrder>
isEscapedModel
in interface ShoppingOrderModel
true
if this model instance is escaped;
false
otherwisepublic 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 ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<ShoppingOrder>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface ShoppingOrderModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<ShoppingOrder>
setExpandoBridgeAttributes
in interface ShoppingOrderModel
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public Object clone()
BaseModel
clone
in interface BaseModel<ShoppingOrder>
clone
in interface ShoppingOrderModel
clone
in class Object
public int compareTo(ShoppingOrder shoppingOrder)
compareTo
in interface ShoppingOrderModel
compareTo
in interface Comparable<ShoppingOrder>
public int hashCode()
hashCode
in interface ShoppingOrderModel
hashCode
in class Object
public CacheModel<ShoppingOrder> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<ShoppingOrder>
toCacheModel
in interface ShoppingOrderModel
public ShoppingOrder toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<ShoppingOrder>
toEscapedModel
in interface ShoppingOrderModel
AutoEscapeBeanHandler
public ShoppingOrder toUnescapedModel()
toUnescapedModel
in interface BaseModel<ShoppingOrder>
toUnescapedModel
in interface ShoppingOrderModel
public String toString()
toString
in interface ShoppingOrderModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<ShoppingOrder>
toXmlString
in interface ShoppingOrderModel
public void persist() throws SystemException
PersistedModel
persist
in interface PersistedModel
SystemException
- if a system exception occurredpublic boolean equals(Object obj)
equals
in class Object
public ShoppingOrder getWrappedShoppingOrder()
getWrappedModel()
public ShoppingOrder getWrappedModel()
getWrappedModel
in interface ModelWrapper<ShoppingOrder>
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<ShoppingOrder>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |