|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShoppingOrderModel
The base model interface for the ShoppingOrder service. Represents a row in the "ShoppingOrder" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation ShoppingOrderModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ShoppingOrderImpl
.
ShoppingOrder
,
ShoppingOrderImpl
,
ShoppingOrderModelImpl
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ShoppingOrder shoppingOrder)
|
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. |
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. |
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 |
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 |
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 interface com.liferay.portal.model.BaseModel |
---|
getModelAttributes, resetOriginalValues, setModelAttributes |
Methods inherited from interface com.liferay.portal.model.ClassedModel |
---|
getModelClass, getModelClassName |
Method Detail |
---|
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this shopping orderlong getOrderId()
void setOrderId(long orderId)
orderId
- the order ID of this shopping orderlong getGroupId()
getGroupId
in interface GroupedModel
void setGroupId(long groupId)
setGroupId
in interface GroupedModel
groupId
- the group ID of this shopping orderlong getCompanyId()
getCompanyId
in interface AuditedModel
void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
companyId
- the company ID of this shopping orderlong getUserId()
getUserId
in interface AuditedModel
void setUserId(long userId)
setUserId
in interface AuditedModel
userId
- the user ID of this shopping orderString getUserUuid() throws SystemException
getUserUuid
in interface AuditedModel
SystemException
- if a system exception occurredvoid setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
userUuid
- the user uuid of this shopping order@AutoEscape String getUserName()
getUserName
in interface AuditedModel
void setUserName(String userName)
setUserName
in interface AuditedModel
userName
- the user name of this shopping orderDate getCreateDate()
getCreateDate
in interface AuditedModel
void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
createDate
- the create date of this shopping orderDate getModifiedDate()
getModifiedDate
in interface AuditedModel
void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
modifiedDate
- the modified date of this shopping order@AutoEscape String getNumber()
void setNumber(String number)
number
- the number of this shopping orderdouble getTax()
void setTax(double tax)
tax
- the tax of this shopping orderdouble getShipping()
void setShipping(double shipping)
shipping
- the shipping of this shopping order@AutoEscape String getAltShipping()
void setAltShipping(String altShipping)
altShipping
- the alt shipping of this shopping orderboolean getRequiresShipping()
boolean isRequiresShipping()
true
if this shopping order is requires shipping.
true
if this shopping order is requires shipping; false
otherwisevoid setRequiresShipping(boolean requiresShipping)
requiresShipping
- the requires shipping of this shopping orderboolean getInsure()
boolean isInsure()
true
if this shopping order is insure.
true
if this shopping order is insure; false
otherwisevoid setInsure(boolean insure)
insure
- the insure of this shopping orderdouble getInsurance()
void setInsurance(double insurance)
insurance
- the insurance of this shopping order@AutoEscape String getCouponCodes()
void setCouponCodes(String couponCodes)
couponCodes
- the coupon codes of this shopping orderdouble getCouponDiscount()
void setCouponDiscount(double couponDiscount)
couponDiscount
- the coupon discount of this shopping order@AutoEscape String getBillingFirstName()
void setBillingFirstName(String billingFirstName)
billingFirstName
- the billing first name of this shopping order@AutoEscape String getBillingLastName()
void setBillingLastName(String billingLastName)
billingLastName
- the billing last name of this shopping order@AutoEscape String getBillingEmailAddress()
void setBillingEmailAddress(String billingEmailAddress)
billingEmailAddress
- the billing email address of this shopping order@AutoEscape String getBillingCompany()
void setBillingCompany(String billingCompany)
billingCompany
- the billing company of this shopping order@AutoEscape String getBillingStreet()
void setBillingStreet(String billingStreet)
billingStreet
- the billing street of this shopping order@AutoEscape String getBillingCity()
void setBillingCity(String billingCity)
billingCity
- the billing city of this shopping order@AutoEscape String getBillingState()
void setBillingState(String billingState)
billingState
- the billing state of this shopping order@AutoEscape String getBillingZip()
void setBillingZip(String billingZip)
billingZip
- the billing zip of this shopping order@AutoEscape String getBillingCountry()
void setBillingCountry(String billingCountry)
billingCountry
- the billing country of this shopping order@AutoEscape String getBillingPhone()
void setBillingPhone(String billingPhone)
billingPhone
- the billing phone of this shopping orderboolean getShipToBilling()
boolean isShipToBilling()
true
if this shopping order is ship to billing.
true
if this shopping order is ship to billing; false
otherwisevoid setShipToBilling(boolean shipToBilling)
shipToBilling
- the ship to billing of this shopping order@AutoEscape String getShippingFirstName()
void setShippingFirstName(String shippingFirstName)
shippingFirstName
- the shipping first name of this shopping order@AutoEscape String getShippingLastName()
void setShippingLastName(String shippingLastName)
shippingLastName
- the shipping last name of this shopping order@AutoEscape String getShippingEmailAddress()
void setShippingEmailAddress(String shippingEmailAddress)
shippingEmailAddress
- the shipping email address of this shopping order@AutoEscape String getShippingCompany()
void setShippingCompany(String shippingCompany)
shippingCompany
- the shipping company of this shopping order@AutoEscape String getShippingStreet()
void setShippingStreet(String shippingStreet)
shippingStreet
- the shipping street of this shopping order@AutoEscape String getShippingCity()
void setShippingCity(String shippingCity)
shippingCity
- the shipping city of this shopping order@AutoEscape String getShippingState()
void setShippingState(String shippingState)
shippingState
- the shipping state of this shopping order@AutoEscape String getShippingZip()
void setShippingZip(String shippingZip)
shippingZip
- the shipping zip of this shopping order@AutoEscape String getShippingCountry()
void setShippingCountry(String shippingCountry)
shippingCountry
- the shipping country of this shopping order@AutoEscape String getShippingPhone()
void setShippingPhone(String shippingPhone)
shippingPhone
- the shipping phone of this shopping order@AutoEscape String getCcName()
void setCcName(String ccName)
ccName
- the cc name of this shopping order@AutoEscape String getCcType()
void setCcType(String ccType)
ccType
- the cc type of this shopping order@AutoEscape String getCcNumber()
void setCcNumber(String ccNumber)
ccNumber
- the cc number of this shopping orderint getCcExpMonth()
void setCcExpMonth(int ccExpMonth)
ccExpMonth
- the cc exp month of this shopping orderint getCcExpYear()
void setCcExpYear(int ccExpYear)
ccExpYear
- the cc exp year of this shopping order@AutoEscape String getCcVerNumber()
void setCcVerNumber(String ccVerNumber)
ccVerNumber
- the cc ver number of this shopping order@AutoEscape String getComments()
void setComments(String comments)
comments
- the comments of this shopping order@AutoEscape String getPpTxnId()
void setPpTxnId(String ppTxnId)
ppTxnId
- the pp txn ID of this shopping order@AutoEscape String getPpPaymentStatus()
void setPpPaymentStatus(String ppPaymentStatus)
ppPaymentStatus
- the pp payment status of this shopping orderdouble getPpPaymentGross()
void setPpPaymentGross(double ppPaymentGross)
ppPaymentGross
- the pp payment gross of this shopping order@AutoEscape String getPpReceiverEmail()
void setPpReceiverEmail(String ppReceiverEmail)
ppReceiverEmail
- the pp receiver email of this shopping order@AutoEscape String getPpPayerEmail()
void setPpPayerEmail(String ppPayerEmail)
ppPayerEmail
- the pp payer email of this shopping orderboolean getSendOrderEmail()
boolean isSendOrderEmail()
true
if this shopping order is send order email.
true
if this shopping order is send order email; false
otherwisevoid setSendOrderEmail(boolean sendOrderEmail)
sendOrderEmail
- the send order email of this shopping orderboolean getSendShippingEmail()
boolean isSendShippingEmail()
true
if this shopping order is send shipping email.
true
if this shopping order is send shipping email; false
otherwisevoid setSendShippingEmail(boolean sendShippingEmail)
sendShippingEmail
- the send shipping email of this shopping orderboolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.
isNew
in interface BaseModel<ShoppingOrder>
true
if this model instance does not yet exist in
the database; false
otherwisevoid setNew(boolean n)
BaseModel
setNew
in interface BaseModel<ShoppingOrder>
n
- whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.
isCachedModel
in interface BaseModel<ShoppingOrder>
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<ShoppingOrder>
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.
isEscapedModel
in interface BaseModel<ShoppingOrder>
true
if this model instance is escaped;
false
otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<ShoppingOrder>
getPrimaryKeyObj
in interface ClassedModel
void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<ShoppingOrder>
setPrimaryKeyObj
in interface ClassedModel
primaryKeyObj
- the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<ShoppingOrder>
getExpandoBridge
in interface ClassedModel
void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<ShoppingOrder>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
Object clone()
BaseModel
clone
in interface BaseModel<ShoppingOrder>
int compareTo(ShoppingOrder shoppingOrder)
compareTo
in interface Comparable<ShoppingOrder>
int hashCode()
hashCode
in class Object
CacheModel<ShoppingOrder> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<ShoppingOrder>
ShoppingOrder toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<ShoppingOrder>
AutoEscapeBeanHandler
ShoppingOrder toUnescapedModel()
toUnescapedModel
in interface BaseModel<ShoppingOrder>
String toString()
toString
in class Object
String toXmlString()
BaseModel
toXmlString
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 |