|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ShoppingOrderModel
This interface is a model that represents the ShoppingOrder table in the database.
ShoppingOrder,
ShoppingOrderImpl,
ShoppingOrderModelImpl| 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()
|
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. |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long pk)
long getOrderId()
void setOrderId(long orderId)
long getGroupId()
void setGroupId(long groupId)
long getCompanyId()
void setCompanyId(long companyId)
long getUserId()
void setUserId(long userId)
String getUserUuid()
throws SystemException
SystemExceptionvoid setUserUuid(String userUuid)
String getUserName()
void setUserName(String userName)
Date getCreateDate()
void setCreateDate(Date createDate)
Date getModifiedDate()
void setModifiedDate(Date modifiedDate)
String getNumber()
void setNumber(String number)
double getTax()
void setTax(double tax)
double getShipping()
void setShipping(double shipping)
String getAltShipping()
void setAltShipping(String altShipping)
boolean getRequiresShipping()
boolean isRequiresShipping()
void setRequiresShipping(boolean requiresShipping)
boolean getInsure()
boolean isInsure()
void setInsure(boolean insure)
double getInsurance()
void setInsurance(double insurance)
String getCouponCodes()
void setCouponCodes(String couponCodes)
double getCouponDiscount()
void setCouponDiscount(double couponDiscount)
String getBillingFirstName()
void setBillingFirstName(String billingFirstName)
String getBillingLastName()
void setBillingLastName(String billingLastName)
String getBillingEmailAddress()
void setBillingEmailAddress(String billingEmailAddress)
String getBillingCompany()
void setBillingCompany(String billingCompany)
String getBillingStreet()
void setBillingStreet(String billingStreet)
String getBillingCity()
void setBillingCity(String billingCity)
String getBillingState()
void setBillingState(String billingState)
String getBillingZip()
void setBillingZip(String billingZip)
String getBillingCountry()
void setBillingCountry(String billingCountry)
String getBillingPhone()
void setBillingPhone(String billingPhone)
boolean getShipToBilling()
boolean isShipToBilling()
void setShipToBilling(boolean shipToBilling)
String getShippingFirstName()
void setShippingFirstName(String shippingFirstName)
String getShippingLastName()
void setShippingLastName(String shippingLastName)
String getShippingEmailAddress()
void setShippingEmailAddress(String shippingEmailAddress)
String getShippingCompany()
void setShippingCompany(String shippingCompany)
String getShippingStreet()
void setShippingStreet(String shippingStreet)
String getShippingCity()
void setShippingCity(String shippingCity)
String getShippingState()
void setShippingState(String shippingState)
String getShippingZip()
void setShippingZip(String shippingZip)
String getShippingCountry()
void setShippingCountry(String shippingCountry)
String getShippingPhone()
void setShippingPhone(String shippingPhone)
String getCcName()
void setCcName(String ccName)
String getCcType()
void setCcType(String ccType)
String getCcNumber()
void setCcNumber(String ccNumber)
int getCcExpMonth()
void setCcExpMonth(int ccExpMonth)
int getCcExpYear()
void setCcExpYear(int ccExpYear)
String getCcVerNumber()
void setCcVerNumber(String ccVerNumber)
String getComments()
void setComments(String comments)
String getPpTxnId()
void setPpTxnId(String ppTxnId)
String getPpPaymentStatus()
void setPpPaymentStatus(String ppPaymentStatus)
double getPpPaymentGross()
void setPpPaymentGross(double ppPaymentGross)
String getPpReceiverEmail()
void setPpReceiverEmail(String ppReceiverEmail)
String getPpPayerEmail()
void setPpPayerEmail(String ppPayerEmail)
boolean getSendOrderEmail()
boolean isSendOrderEmail()
void setSendOrderEmail(boolean sendOrderEmail)
boolean getSendShippingEmail()
boolean isSendShippingEmail()
void setSendShippingEmail(boolean sendShippingEmail)
ShoppingOrder toEscapedModel()
boolean isNew()
BaseModel
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
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 cacheEntityCacheboolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<ShoppingOrder>true if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)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>escapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ShoppingOrder>ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<ShoppingOrder>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<ShoppingOrder>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<ShoppingOrder>int compareTo(ShoppingOrder shoppingOrder)
compareTo in interface Comparable<ShoppingOrder>int hashCode()
hashCode in class ObjectString toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<ShoppingOrder>
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||