|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.shopping.model.ShoppingOrderWrapper
public class ShoppingOrderWrapper
This class is a wrapper for ShoppingOrder.
ShoppingOrder,
Serialized Form| Constructor Summary | |
|---|---|
ShoppingOrderWrapper(ShoppingOrder shoppingOrder)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ShoppingOrder shoppingOrder)
|
String |
getAltShipping()
|
String |
getBillingCity()
|
String |
getBillingCompany()
|
String |
getBillingCountry()
|
String |
getBillingEmailAddress()
|
String |
getBillingFirstName()
|
String |
getBillingLastName()
|
String |
getBillingPhone()
|
String |
getBillingState()
|
String |
getBillingStreet()
|
String |
getBillingZip()
|
int |
getCcExpMonth()
|
int |
getCcExpYear()
|
String |
getCcName()
|
String |
getCcNumber()
|
String |
getCcType()
|
String |
getCcVerNumber()
|
String |
getComments()
|
long |
getCompanyId()
|
String |
getCouponCodes()
|
double |
getCouponDiscount()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
double |
getInsurance()
|
boolean |
getInsure()
|
Date |
getModifiedDate()
|
String |
getNumber()
|
long |
getOrderId()
|
String |
getPpPayerEmail()
|
double |
getPpPaymentGross()
|
String |
getPpPaymentStatus()
|
String |
getPpReceiverEmail()
|
String |
getPpTxnId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
boolean |
getRequiresShipping()
|
boolean |
getSendOrderEmail()
|
boolean |
getSendShippingEmail()
|
double |
getShipping()
|
String |
getShippingCity()
|
String |
getShippingCompany()
|
String |
getShippingCountry()
|
String |
getShippingEmailAddress()
|
String |
getShippingFirstName()
|
String |
getShippingLastName()
|
String |
getShippingPhone()
|
String |
getShippingState()
|
String |
getShippingStreet()
|
String |
getShippingZip()
|
boolean |
getShipToBilling()
|
double |
getTax()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
ShoppingOrder |
getWrappedShoppingOrder()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isInsure()
|
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isRequiresShipping()
|
boolean |
isSendOrderEmail()
|
boolean |
isSendShippingEmail()
|
boolean |
isShipToBilling()
|
void |
setAltShipping(String altShipping)
|
void |
setBillingCity(String billingCity)
|
void |
setBillingCompany(String billingCompany)
|
void |
setBillingCountry(String billingCountry)
|
void |
setBillingEmailAddress(String billingEmailAddress)
|
void |
setBillingFirstName(String billingFirstName)
|
void |
setBillingLastName(String billingLastName)
|
void |
setBillingPhone(String billingPhone)
|
void |
setBillingState(String billingState)
|
void |
setBillingStreet(String billingStreet)
|
void |
setBillingZip(String billingZip)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCcExpMonth(int ccExpMonth)
|
void |
setCcExpYear(int ccExpYear)
|
void |
setCcName(String ccName)
|
void |
setCcNumber(String ccNumber)
|
void |
setCcType(String ccType)
|
void |
setCcVerNumber(String ccVerNumber)
|
void |
setComments(String comments)
|
void |
setCompanyId(long companyId)
|
void |
setCouponCodes(String couponCodes)
|
void |
setCouponDiscount(double couponDiscount)
|
void |
setCreateDate(Date createDate)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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)
|
void |
setInsurance(double insurance)
|
void |
setInsure(boolean insure)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setNumber(String number)
|
void |
setOrderId(long orderId)
|
void |
setPpPayerEmail(String ppPayerEmail)
|
void |
setPpPaymentGross(double ppPaymentGross)
|
void |
setPpPaymentStatus(String ppPaymentStatus)
|
void |
setPpReceiverEmail(String ppReceiverEmail)
|
void |
setPpTxnId(String ppTxnId)
|
void |
setPrimaryKey(long pk)
|
void |
setRequiresShipping(boolean requiresShipping)
|
void |
setSendOrderEmail(boolean sendOrderEmail)
|
void |
setSendShippingEmail(boolean sendShippingEmail)
|
void |
setShipping(double shipping)
|
void |
setShippingCity(String shippingCity)
|
void |
setShippingCompany(String shippingCompany)
|
void |
setShippingCountry(String shippingCountry)
|
void |
setShippingEmailAddress(String shippingEmailAddress)
|
void |
setShippingFirstName(String shippingFirstName)
|
void |
setShippingLastName(String shippingLastName)
|
void |
setShippingPhone(String shippingPhone)
|
void |
setShippingState(String shippingState)
|
void |
setShippingStreet(String shippingStreet)
|
void |
setShippingZip(String shippingZip)
|
void |
setShipToBilling(boolean shipToBilling)
|
void |
setTax(double tax)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
ShoppingOrder |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ShoppingOrderWrapper(ShoppingOrder shoppingOrder)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface ShoppingOrderModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface ShoppingOrderModelpublic long getOrderId()
getOrderId in interface ShoppingOrderModelpublic void setOrderId(long orderId)
setOrderId in interface ShoppingOrderModelpublic long getGroupId()
getGroupId in interface ShoppingOrderModelpublic void setGroupId(long groupId)
setGroupId in interface ShoppingOrderModelpublic long getCompanyId()
getCompanyId in interface ShoppingOrderModelpublic void setCompanyId(long companyId)
setCompanyId in interface ShoppingOrderModelpublic long getUserId()
getUserId in interface ShoppingOrderModelpublic void setUserId(long userId)
setUserId in interface ShoppingOrderModel
public String getUserUuid()
throws SystemException
getUserUuid in interface ShoppingOrderModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface ShoppingOrderModelpublic String getUserName()
getUserName in interface ShoppingOrderModelpublic void setUserName(String userName)
setUserName in interface ShoppingOrderModelpublic Date getCreateDate()
getCreateDate in interface ShoppingOrderModelpublic void setCreateDate(Date createDate)
setCreateDate in interface ShoppingOrderModelpublic Date getModifiedDate()
getModifiedDate in interface ShoppingOrderModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface ShoppingOrderModelpublic String getNumber()
getNumber in interface ShoppingOrderModelpublic void setNumber(String number)
setNumber in interface ShoppingOrderModelpublic double getTax()
getTax in interface ShoppingOrderModelpublic void setTax(double tax)
setTax in interface ShoppingOrderModelpublic double getShipping()
getShipping in interface ShoppingOrderModelpublic void setShipping(double shipping)
setShipping in interface ShoppingOrderModelpublic String getAltShipping()
getAltShipping in interface ShoppingOrderModelpublic void setAltShipping(String altShipping)
setAltShipping in interface ShoppingOrderModelpublic boolean getRequiresShipping()
getRequiresShipping in interface ShoppingOrderModelpublic boolean isRequiresShipping()
isRequiresShipping in interface ShoppingOrderModelpublic void setRequiresShipping(boolean requiresShipping)
setRequiresShipping in interface ShoppingOrderModelpublic boolean getInsure()
getInsure in interface ShoppingOrderModelpublic boolean isInsure()
isInsure in interface ShoppingOrderModelpublic void setInsure(boolean insure)
setInsure in interface ShoppingOrderModelpublic double getInsurance()
getInsurance in interface ShoppingOrderModelpublic void setInsurance(double insurance)
setInsurance in interface ShoppingOrderModelpublic String getCouponCodes()
getCouponCodes in interface ShoppingOrderModelpublic void setCouponCodes(String couponCodes)
setCouponCodes in interface ShoppingOrderModelpublic double getCouponDiscount()
getCouponDiscount in interface ShoppingOrderModelpublic void setCouponDiscount(double couponDiscount)
setCouponDiscount in interface ShoppingOrderModelpublic String getBillingFirstName()
getBillingFirstName in interface ShoppingOrderModelpublic void setBillingFirstName(String billingFirstName)
setBillingFirstName in interface ShoppingOrderModelpublic String getBillingLastName()
getBillingLastName in interface ShoppingOrderModelpublic void setBillingLastName(String billingLastName)
setBillingLastName in interface ShoppingOrderModelpublic String getBillingEmailAddress()
getBillingEmailAddress in interface ShoppingOrderModelpublic void setBillingEmailAddress(String billingEmailAddress)
setBillingEmailAddress in interface ShoppingOrderModelpublic String getBillingCompany()
getBillingCompany in interface ShoppingOrderModelpublic void setBillingCompany(String billingCompany)
setBillingCompany in interface ShoppingOrderModelpublic String getBillingStreet()
getBillingStreet in interface ShoppingOrderModelpublic void setBillingStreet(String billingStreet)
setBillingStreet in interface ShoppingOrderModelpublic String getBillingCity()
getBillingCity in interface ShoppingOrderModelpublic void setBillingCity(String billingCity)
setBillingCity in interface ShoppingOrderModelpublic String getBillingState()
getBillingState in interface ShoppingOrderModelpublic void setBillingState(String billingState)
setBillingState in interface ShoppingOrderModelpublic String getBillingZip()
getBillingZip in interface ShoppingOrderModelpublic void setBillingZip(String billingZip)
setBillingZip in interface ShoppingOrderModelpublic String getBillingCountry()
getBillingCountry in interface ShoppingOrderModelpublic void setBillingCountry(String billingCountry)
setBillingCountry in interface ShoppingOrderModelpublic String getBillingPhone()
getBillingPhone in interface ShoppingOrderModelpublic void setBillingPhone(String billingPhone)
setBillingPhone in interface ShoppingOrderModelpublic boolean getShipToBilling()
getShipToBilling in interface ShoppingOrderModelpublic boolean isShipToBilling()
isShipToBilling in interface ShoppingOrderModelpublic void setShipToBilling(boolean shipToBilling)
setShipToBilling in interface ShoppingOrderModelpublic String getShippingFirstName()
getShippingFirstName in interface ShoppingOrderModelpublic void setShippingFirstName(String shippingFirstName)
setShippingFirstName in interface ShoppingOrderModelpublic String getShippingLastName()
getShippingLastName in interface ShoppingOrderModelpublic void setShippingLastName(String shippingLastName)
setShippingLastName in interface ShoppingOrderModelpublic String getShippingEmailAddress()
getShippingEmailAddress in interface ShoppingOrderModelpublic void setShippingEmailAddress(String shippingEmailAddress)
setShippingEmailAddress in interface ShoppingOrderModelpublic String getShippingCompany()
getShippingCompany in interface ShoppingOrderModelpublic void setShippingCompany(String shippingCompany)
setShippingCompany in interface ShoppingOrderModelpublic String getShippingStreet()
getShippingStreet in interface ShoppingOrderModelpublic void setShippingStreet(String shippingStreet)
setShippingStreet in interface ShoppingOrderModelpublic String getShippingCity()
getShippingCity in interface ShoppingOrderModelpublic void setShippingCity(String shippingCity)
setShippingCity in interface ShoppingOrderModelpublic String getShippingState()
getShippingState in interface ShoppingOrderModelpublic void setShippingState(String shippingState)
setShippingState in interface ShoppingOrderModelpublic String getShippingZip()
getShippingZip in interface ShoppingOrderModelpublic void setShippingZip(String shippingZip)
setShippingZip in interface ShoppingOrderModelpublic String getShippingCountry()
getShippingCountry in interface ShoppingOrderModelpublic void setShippingCountry(String shippingCountry)
setShippingCountry in interface ShoppingOrderModelpublic String getShippingPhone()
getShippingPhone in interface ShoppingOrderModelpublic void setShippingPhone(String shippingPhone)
setShippingPhone in interface ShoppingOrderModelpublic String getCcName()
getCcName in interface ShoppingOrderModelpublic void setCcName(String ccName)
setCcName in interface ShoppingOrderModelpublic String getCcType()
getCcType in interface ShoppingOrderModelpublic void setCcType(String ccType)
setCcType in interface ShoppingOrderModelpublic String getCcNumber()
getCcNumber in interface ShoppingOrderModelpublic void setCcNumber(String ccNumber)
setCcNumber in interface ShoppingOrderModelpublic int getCcExpMonth()
getCcExpMonth in interface ShoppingOrderModelpublic void setCcExpMonth(int ccExpMonth)
setCcExpMonth in interface ShoppingOrderModelpublic int getCcExpYear()
getCcExpYear in interface ShoppingOrderModelpublic void setCcExpYear(int ccExpYear)
setCcExpYear in interface ShoppingOrderModelpublic String getCcVerNumber()
getCcVerNumber in interface ShoppingOrderModelpublic void setCcVerNumber(String ccVerNumber)
setCcVerNumber in interface ShoppingOrderModelpublic String getComments()
getComments in interface ShoppingOrderModelpublic void setComments(String comments)
setComments in interface ShoppingOrderModelpublic String getPpTxnId()
getPpTxnId in interface ShoppingOrderModelpublic void setPpTxnId(String ppTxnId)
setPpTxnId in interface ShoppingOrderModelpublic String getPpPaymentStatus()
getPpPaymentStatus in interface ShoppingOrderModelpublic void setPpPaymentStatus(String ppPaymentStatus)
setPpPaymentStatus in interface ShoppingOrderModelpublic double getPpPaymentGross()
getPpPaymentGross in interface ShoppingOrderModelpublic void setPpPaymentGross(double ppPaymentGross)
setPpPaymentGross in interface ShoppingOrderModelpublic String getPpReceiverEmail()
getPpReceiverEmail in interface ShoppingOrderModelpublic void setPpReceiverEmail(String ppReceiverEmail)
setPpReceiverEmail in interface ShoppingOrderModelpublic String getPpPayerEmail()
getPpPayerEmail in interface ShoppingOrderModelpublic void setPpPayerEmail(String ppPayerEmail)
setPpPayerEmail in interface ShoppingOrderModelpublic boolean getSendOrderEmail()
getSendOrderEmail in interface ShoppingOrderModelpublic boolean isSendOrderEmail()
isSendOrderEmail in interface ShoppingOrderModelpublic void setSendOrderEmail(boolean sendOrderEmail)
setSendOrderEmail in interface ShoppingOrderModelpublic boolean getSendShippingEmail()
getSendShippingEmail in interface ShoppingOrderModelpublic boolean isSendShippingEmail()
isSendShippingEmail in interface ShoppingOrderModelpublic void setSendShippingEmail(boolean sendShippingEmail)
setSendShippingEmail in interface ShoppingOrderModelpublic ShoppingOrder toEscapedModel()
toEscapedModel in interface ShoppingOrderModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<ShoppingOrder>isNew in interface ShoppingOrderModeltrue 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 ShoppingOrderModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<ShoppingOrder>isCachedModel in interface ShoppingOrderModeltrue 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 ShoppingOrderModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<ShoppingOrder>isEscapedModel in interface ShoppingOrderModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<ShoppingOrder>setEscapedModel in interface ShoppingOrderModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ShoppingOrder>getPrimaryKeyObj in interface ShoppingOrderModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<ShoppingOrder>getExpandoBridge in interface ShoppingOrderModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<ShoppingOrder>setExpandoBridgeAttributes in interface ShoppingOrderModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<ShoppingOrder>clone in interface ShoppingOrderModelclone in class Objectpublic int compareTo(ShoppingOrder shoppingOrder)
compareTo in interface ShoppingOrderModelcompareTo in interface Comparable<ShoppingOrder>public int hashCode()
hashCode in interface ShoppingOrderModelhashCode in class Objectpublic String toString()
toString in interface ShoppingOrderModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<ShoppingOrder>toXmlString in interface ShoppingOrderModelpublic ShoppingOrder getWrappedShoppingOrder()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||