001    /**
002     * Copyright (c) 2000-2012 Liferay, Inc. All rights reserved.
003     *
004     * This library is free software; you can redistribute it and/or modify it under
005     * the terms of the GNU Lesser General Public License as published by the Free
006     * Software Foundation; either version 2.1 of the License, or (at your option)
007     * any later version.
008     *
009     * This library is distributed in the hope that it will be useful, but WITHOUT
010     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
011     * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
012     * details.
013     */
014    
015    package com.liferay.portlet.shopping.model;
016    
017    import com.liferay.portal.model.ModelWrapper;
018    
019    /**
020     * <p>
021     * This class is a wrapper for {@link ShoppingOrder}.
022     * </p>
023     *
024     * @author    Brian Wing Shun Chan
025     * @see       ShoppingOrder
026     * @generated
027     */
028    public class ShoppingOrderWrapper implements ShoppingOrder,
029            ModelWrapper<ShoppingOrder> {
030            public ShoppingOrderWrapper(ShoppingOrder shoppingOrder) {
031                    _shoppingOrder = shoppingOrder;
032            }
033    
034            public Class<?> getModelClass() {
035                    return ShoppingOrder.class;
036            }
037    
038            public String getModelClassName() {
039                    return ShoppingOrder.class.getName();
040            }
041    
042            /**
043            * Returns the primary key of this shopping order.
044            *
045            * @return the primary key of this shopping order
046            */
047            public long getPrimaryKey() {
048                    return _shoppingOrder.getPrimaryKey();
049            }
050    
051            /**
052            * Sets the primary key of this shopping order.
053            *
054            * @param primaryKey the primary key of this shopping order
055            */
056            public void setPrimaryKey(long primaryKey) {
057                    _shoppingOrder.setPrimaryKey(primaryKey);
058            }
059    
060            /**
061            * Returns the order ID of this shopping order.
062            *
063            * @return the order ID of this shopping order
064            */
065            public long getOrderId() {
066                    return _shoppingOrder.getOrderId();
067            }
068    
069            /**
070            * Sets the order ID of this shopping order.
071            *
072            * @param orderId the order ID of this shopping order
073            */
074            public void setOrderId(long orderId) {
075                    _shoppingOrder.setOrderId(orderId);
076            }
077    
078            /**
079            * Returns the group ID of this shopping order.
080            *
081            * @return the group ID of this shopping order
082            */
083            public long getGroupId() {
084                    return _shoppingOrder.getGroupId();
085            }
086    
087            /**
088            * Sets the group ID of this shopping order.
089            *
090            * @param groupId the group ID of this shopping order
091            */
092            public void setGroupId(long groupId) {
093                    _shoppingOrder.setGroupId(groupId);
094            }
095    
096            /**
097            * Returns the company ID of this shopping order.
098            *
099            * @return the company ID of this shopping order
100            */
101            public long getCompanyId() {
102                    return _shoppingOrder.getCompanyId();
103            }
104    
105            /**
106            * Sets the company ID of this shopping order.
107            *
108            * @param companyId the company ID of this shopping order
109            */
110            public void setCompanyId(long companyId) {
111                    _shoppingOrder.setCompanyId(companyId);
112            }
113    
114            /**
115            * Returns the user ID of this shopping order.
116            *
117            * @return the user ID of this shopping order
118            */
119            public long getUserId() {
120                    return _shoppingOrder.getUserId();
121            }
122    
123            /**
124            * Sets the user ID of this shopping order.
125            *
126            * @param userId the user ID of this shopping order
127            */
128            public void setUserId(long userId) {
129                    _shoppingOrder.setUserId(userId);
130            }
131    
132            /**
133            * Returns the user uuid of this shopping order.
134            *
135            * @return the user uuid of this shopping order
136            * @throws SystemException if a system exception occurred
137            */
138            public java.lang.String getUserUuid()
139                    throws com.liferay.portal.kernel.exception.SystemException {
140                    return _shoppingOrder.getUserUuid();
141            }
142    
143            /**
144            * Sets the user uuid of this shopping order.
145            *
146            * @param userUuid the user uuid of this shopping order
147            */
148            public void setUserUuid(java.lang.String userUuid) {
149                    _shoppingOrder.setUserUuid(userUuid);
150            }
151    
152            /**
153            * Returns the user name of this shopping order.
154            *
155            * @return the user name of this shopping order
156            */
157            public java.lang.String getUserName() {
158                    return _shoppingOrder.getUserName();
159            }
160    
161            /**
162            * Sets the user name of this shopping order.
163            *
164            * @param userName the user name of this shopping order
165            */
166            public void setUserName(java.lang.String userName) {
167                    _shoppingOrder.setUserName(userName);
168            }
169    
170            /**
171            * Returns the create date of this shopping order.
172            *
173            * @return the create date of this shopping order
174            */
175            public java.util.Date getCreateDate() {
176                    return _shoppingOrder.getCreateDate();
177            }
178    
179            /**
180            * Sets the create date of this shopping order.
181            *
182            * @param createDate the create date of this shopping order
183            */
184            public void setCreateDate(java.util.Date createDate) {
185                    _shoppingOrder.setCreateDate(createDate);
186            }
187    
188            /**
189            * Returns the modified date of this shopping order.
190            *
191            * @return the modified date of this shopping order
192            */
193            public java.util.Date getModifiedDate() {
194                    return _shoppingOrder.getModifiedDate();
195            }
196    
197            /**
198            * Sets the modified date of this shopping order.
199            *
200            * @param modifiedDate the modified date of this shopping order
201            */
202            public void setModifiedDate(java.util.Date modifiedDate) {
203                    _shoppingOrder.setModifiedDate(modifiedDate);
204            }
205    
206            /**
207            * Returns the number of this shopping order.
208            *
209            * @return the number of this shopping order
210            */
211            public java.lang.String getNumber() {
212                    return _shoppingOrder.getNumber();
213            }
214    
215            /**
216            * Sets the number of this shopping order.
217            *
218            * @param number the number of this shopping order
219            */
220            public void setNumber(java.lang.String number) {
221                    _shoppingOrder.setNumber(number);
222            }
223    
224            /**
225            * Returns the tax of this shopping order.
226            *
227            * @return the tax of this shopping order
228            */
229            public double getTax() {
230                    return _shoppingOrder.getTax();
231            }
232    
233            /**
234            * Sets the tax of this shopping order.
235            *
236            * @param tax the tax of this shopping order
237            */
238            public void setTax(double tax) {
239                    _shoppingOrder.setTax(tax);
240            }
241    
242            /**
243            * Returns the shipping of this shopping order.
244            *
245            * @return the shipping of this shopping order
246            */
247            public double getShipping() {
248                    return _shoppingOrder.getShipping();
249            }
250    
251            /**
252            * Sets the shipping of this shopping order.
253            *
254            * @param shipping the shipping of this shopping order
255            */
256            public void setShipping(double shipping) {
257                    _shoppingOrder.setShipping(shipping);
258            }
259    
260            /**
261            * Returns the alt shipping of this shopping order.
262            *
263            * @return the alt shipping of this shopping order
264            */
265            public java.lang.String getAltShipping() {
266                    return _shoppingOrder.getAltShipping();
267            }
268    
269            /**
270            * Sets the alt shipping of this shopping order.
271            *
272            * @param altShipping the alt shipping of this shopping order
273            */
274            public void setAltShipping(java.lang.String altShipping) {
275                    _shoppingOrder.setAltShipping(altShipping);
276            }
277    
278            /**
279            * Returns the requires shipping of this shopping order.
280            *
281            * @return the requires shipping of this shopping order
282            */
283            public boolean getRequiresShipping() {
284                    return _shoppingOrder.getRequiresShipping();
285            }
286    
287            /**
288            * Returns <code>true</code> if this shopping order is requires shipping.
289            *
290            * @return <code>true</code> if this shopping order is requires shipping; <code>false</code> otherwise
291            */
292            public boolean isRequiresShipping() {
293                    return _shoppingOrder.isRequiresShipping();
294            }
295    
296            /**
297            * Sets whether this shopping order is requires shipping.
298            *
299            * @param requiresShipping the requires shipping of this shopping order
300            */
301            public void setRequiresShipping(boolean requiresShipping) {
302                    _shoppingOrder.setRequiresShipping(requiresShipping);
303            }
304    
305            /**
306            * Returns the insure of this shopping order.
307            *
308            * @return the insure of this shopping order
309            */
310            public boolean getInsure() {
311                    return _shoppingOrder.getInsure();
312            }
313    
314            /**
315            * Returns <code>true</code> if this shopping order is insure.
316            *
317            * @return <code>true</code> if this shopping order is insure; <code>false</code> otherwise
318            */
319            public boolean isInsure() {
320                    return _shoppingOrder.isInsure();
321            }
322    
323            /**
324            * Sets whether this shopping order is insure.
325            *
326            * @param insure the insure of this shopping order
327            */
328            public void setInsure(boolean insure) {
329                    _shoppingOrder.setInsure(insure);
330            }
331    
332            /**
333            * Returns the insurance of this shopping order.
334            *
335            * @return the insurance of this shopping order
336            */
337            public double getInsurance() {
338                    return _shoppingOrder.getInsurance();
339            }
340    
341            /**
342            * Sets the insurance of this shopping order.
343            *
344            * @param insurance the insurance of this shopping order
345            */
346            public void setInsurance(double insurance) {
347                    _shoppingOrder.setInsurance(insurance);
348            }
349    
350            /**
351            * Returns the coupon codes of this shopping order.
352            *
353            * @return the coupon codes of this shopping order
354            */
355            public java.lang.String getCouponCodes() {
356                    return _shoppingOrder.getCouponCodes();
357            }
358    
359            /**
360            * Sets the coupon codes of this shopping order.
361            *
362            * @param couponCodes the coupon codes of this shopping order
363            */
364            public void setCouponCodes(java.lang.String couponCodes) {
365                    _shoppingOrder.setCouponCodes(couponCodes);
366            }
367    
368            /**
369            * Returns the coupon discount of this shopping order.
370            *
371            * @return the coupon discount of this shopping order
372            */
373            public double getCouponDiscount() {
374                    return _shoppingOrder.getCouponDiscount();
375            }
376    
377            /**
378            * Sets the coupon discount of this shopping order.
379            *
380            * @param couponDiscount the coupon discount of this shopping order
381            */
382            public void setCouponDiscount(double couponDiscount) {
383                    _shoppingOrder.setCouponDiscount(couponDiscount);
384            }
385    
386            /**
387            * Returns the billing first name of this shopping order.
388            *
389            * @return the billing first name of this shopping order
390            */
391            public java.lang.String getBillingFirstName() {
392                    return _shoppingOrder.getBillingFirstName();
393            }
394    
395            /**
396            * Sets the billing first name of this shopping order.
397            *
398            * @param billingFirstName the billing first name of this shopping order
399            */
400            public void setBillingFirstName(java.lang.String billingFirstName) {
401                    _shoppingOrder.setBillingFirstName(billingFirstName);
402            }
403    
404            /**
405            * Returns the billing last name of this shopping order.
406            *
407            * @return the billing last name of this shopping order
408            */
409            public java.lang.String getBillingLastName() {
410                    return _shoppingOrder.getBillingLastName();
411            }
412    
413            /**
414            * Sets the billing last name of this shopping order.
415            *
416            * @param billingLastName the billing last name of this shopping order
417            */
418            public void setBillingLastName(java.lang.String billingLastName) {
419                    _shoppingOrder.setBillingLastName(billingLastName);
420            }
421    
422            /**
423            * Returns the billing email address of this shopping order.
424            *
425            * @return the billing email address of this shopping order
426            */
427            public java.lang.String getBillingEmailAddress() {
428                    return _shoppingOrder.getBillingEmailAddress();
429            }
430    
431            /**
432            * Sets the billing email address of this shopping order.
433            *
434            * @param billingEmailAddress the billing email address of this shopping order
435            */
436            public void setBillingEmailAddress(java.lang.String billingEmailAddress) {
437                    _shoppingOrder.setBillingEmailAddress(billingEmailAddress);
438            }
439    
440            /**
441            * Returns the billing company of this shopping order.
442            *
443            * @return the billing company of this shopping order
444            */
445            public java.lang.String getBillingCompany() {
446                    return _shoppingOrder.getBillingCompany();
447            }
448    
449            /**
450            * Sets the billing company of this shopping order.
451            *
452            * @param billingCompany the billing company of this shopping order
453            */
454            public void setBillingCompany(java.lang.String billingCompany) {
455                    _shoppingOrder.setBillingCompany(billingCompany);
456            }
457    
458            /**
459            * Returns the billing street of this shopping order.
460            *
461            * @return the billing street of this shopping order
462            */
463            public java.lang.String getBillingStreet() {
464                    return _shoppingOrder.getBillingStreet();
465            }
466    
467            /**
468            * Sets the billing street of this shopping order.
469            *
470            * @param billingStreet the billing street of this shopping order
471            */
472            public void setBillingStreet(java.lang.String billingStreet) {
473                    _shoppingOrder.setBillingStreet(billingStreet);
474            }
475    
476            /**
477            * Returns the billing city of this shopping order.
478            *
479            * @return the billing city of this shopping order
480            */
481            public java.lang.String getBillingCity() {
482                    return _shoppingOrder.getBillingCity();
483            }
484    
485            /**
486            * Sets the billing city of this shopping order.
487            *
488            * @param billingCity the billing city of this shopping order
489            */
490            public void setBillingCity(java.lang.String billingCity) {
491                    _shoppingOrder.setBillingCity(billingCity);
492            }
493    
494            /**
495            * Returns the billing state of this shopping order.
496            *
497            * @return the billing state of this shopping order
498            */
499            public java.lang.String getBillingState() {
500                    return _shoppingOrder.getBillingState();
501            }
502    
503            /**
504            * Sets the billing state of this shopping order.
505            *
506            * @param billingState the billing state of this shopping order
507            */
508            public void setBillingState(java.lang.String billingState) {
509                    _shoppingOrder.setBillingState(billingState);
510            }
511    
512            /**
513            * Returns the billing zip of this shopping order.
514            *
515            * @return the billing zip of this shopping order
516            */
517            public java.lang.String getBillingZip() {
518                    return _shoppingOrder.getBillingZip();
519            }
520    
521            /**
522            * Sets the billing zip of this shopping order.
523            *
524            * @param billingZip the billing zip of this shopping order
525            */
526            public void setBillingZip(java.lang.String billingZip) {
527                    _shoppingOrder.setBillingZip(billingZip);
528            }
529    
530            /**
531            * Returns the billing country of this shopping order.
532            *
533            * @return the billing country of this shopping order
534            */
535            public java.lang.String getBillingCountry() {
536                    return _shoppingOrder.getBillingCountry();
537            }
538    
539            /**
540            * Sets the billing country of this shopping order.
541            *
542            * @param billingCountry the billing country of this shopping order
543            */
544            public void setBillingCountry(java.lang.String billingCountry) {
545                    _shoppingOrder.setBillingCountry(billingCountry);
546            }
547    
548            /**
549            * Returns the billing phone of this shopping order.
550            *
551            * @return the billing phone of this shopping order
552            */
553            public java.lang.String getBillingPhone() {
554                    return _shoppingOrder.getBillingPhone();
555            }
556    
557            /**
558            * Sets the billing phone of this shopping order.
559            *
560            * @param billingPhone the billing phone of this shopping order
561            */
562            public void setBillingPhone(java.lang.String billingPhone) {
563                    _shoppingOrder.setBillingPhone(billingPhone);
564            }
565    
566            /**
567            * Returns the ship to billing of this shopping order.
568            *
569            * @return the ship to billing of this shopping order
570            */
571            public boolean getShipToBilling() {
572                    return _shoppingOrder.getShipToBilling();
573            }
574    
575            /**
576            * Returns <code>true</code> if this shopping order is ship to billing.
577            *
578            * @return <code>true</code> if this shopping order is ship to billing; <code>false</code> otherwise
579            */
580            public boolean isShipToBilling() {
581                    return _shoppingOrder.isShipToBilling();
582            }
583    
584            /**
585            * Sets whether this shopping order is ship to billing.
586            *
587            * @param shipToBilling the ship to billing of this shopping order
588            */
589            public void setShipToBilling(boolean shipToBilling) {
590                    _shoppingOrder.setShipToBilling(shipToBilling);
591            }
592    
593            /**
594            * Returns the shipping first name of this shopping order.
595            *
596            * @return the shipping first name of this shopping order
597            */
598            public java.lang.String getShippingFirstName() {
599                    return _shoppingOrder.getShippingFirstName();
600            }
601    
602            /**
603            * Sets the shipping first name of this shopping order.
604            *
605            * @param shippingFirstName the shipping first name of this shopping order
606            */
607            public void setShippingFirstName(java.lang.String shippingFirstName) {
608                    _shoppingOrder.setShippingFirstName(shippingFirstName);
609            }
610    
611            /**
612            * Returns the shipping last name of this shopping order.
613            *
614            * @return the shipping last name of this shopping order
615            */
616            public java.lang.String getShippingLastName() {
617                    return _shoppingOrder.getShippingLastName();
618            }
619    
620            /**
621            * Sets the shipping last name of this shopping order.
622            *
623            * @param shippingLastName the shipping last name of this shopping order
624            */
625            public void setShippingLastName(java.lang.String shippingLastName) {
626                    _shoppingOrder.setShippingLastName(shippingLastName);
627            }
628    
629            /**
630            * Returns the shipping email address of this shopping order.
631            *
632            * @return the shipping email address of this shopping order
633            */
634            public java.lang.String getShippingEmailAddress() {
635                    return _shoppingOrder.getShippingEmailAddress();
636            }
637    
638            /**
639            * Sets the shipping email address of this shopping order.
640            *
641            * @param shippingEmailAddress the shipping email address of this shopping order
642            */
643            public void setShippingEmailAddress(java.lang.String shippingEmailAddress) {
644                    _shoppingOrder.setShippingEmailAddress(shippingEmailAddress);
645            }
646    
647            /**
648            * Returns the shipping company of this shopping order.
649            *
650            * @return the shipping company of this shopping order
651            */
652            public java.lang.String getShippingCompany() {
653                    return _shoppingOrder.getShippingCompany();
654            }
655    
656            /**
657            * Sets the shipping company of this shopping order.
658            *
659            * @param shippingCompany the shipping company of this shopping order
660            */
661            public void setShippingCompany(java.lang.String shippingCompany) {
662                    _shoppingOrder.setShippingCompany(shippingCompany);
663            }
664    
665            /**
666            * Returns the shipping street of this shopping order.
667            *
668            * @return the shipping street of this shopping order
669            */
670            public java.lang.String getShippingStreet() {
671                    return _shoppingOrder.getShippingStreet();
672            }
673    
674            /**
675            * Sets the shipping street of this shopping order.
676            *
677            * @param shippingStreet the shipping street of this shopping order
678            */
679            public void setShippingStreet(java.lang.String shippingStreet) {
680                    _shoppingOrder.setShippingStreet(shippingStreet);
681            }
682    
683            /**
684            * Returns the shipping city of this shopping order.
685            *
686            * @return the shipping city of this shopping order
687            */
688            public java.lang.String getShippingCity() {
689                    return _shoppingOrder.getShippingCity();
690            }
691    
692            /**
693            * Sets the shipping city of this shopping order.
694            *
695            * @param shippingCity the shipping city of this shopping order
696            */
697            public void setShippingCity(java.lang.String shippingCity) {
698                    _shoppingOrder.setShippingCity(shippingCity);
699            }
700    
701            /**
702            * Returns the shipping state of this shopping order.
703            *
704            * @return the shipping state of this shopping order
705            */
706            public java.lang.String getShippingState() {
707                    return _shoppingOrder.getShippingState();
708            }
709    
710            /**
711            * Sets the shipping state of this shopping order.
712            *
713            * @param shippingState the shipping state of this shopping order
714            */
715            public void setShippingState(java.lang.String shippingState) {
716                    _shoppingOrder.setShippingState(shippingState);
717            }
718    
719            /**
720            * Returns the shipping zip of this shopping order.
721            *
722            * @return the shipping zip of this shopping order
723            */
724            public java.lang.String getShippingZip() {
725                    return _shoppingOrder.getShippingZip();
726            }
727    
728            /**
729            * Sets the shipping zip of this shopping order.
730            *
731            * @param shippingZip the shipping zip of this shopping order
732            */
733            public void setShippingZip(java.lang.String shippingZip) {
734                    _shoppingOrder.setShippingZip(shippingZip);
735            }
736    
737            /**
738            * Returns the shipping country of this shopping order.
739            *
740            * @return the shipping country of this shopping order
741            */
742            public java.lang.String getShippingCountry() {
743                    return _shoppingOrder.getShippingCountry();
744            }
745    
746            /**
747            * Sets the shipping country of this shopping order.
748            *
749            * @param shippingCountry the shipping country of this shopping order
750            */
751            public void setShippingCountry(java.lang.String shippingCountry) {
752                    _shoppingOrder.setShippingCountry(shippingCountry);
753            }
754    
755            /**
756            * Returns the shipping phone of this shopping order.
757            *
758            * @return the shipping phone of this shopping order
759            */
760            public java.lang.String getShippingPhone() {
761                    return _shoppingOrder.getShippingPhone();
762            }
763    
764            /**
765            * Sets the shipping phone of this shopping order.
766            *
767            * @param shippingPhone the shipping phone of this shopping order
768            */
769            public void setShippingPhone(java.lang.String shippingPhone) {
770                    _shoppingOrder.setShippingPhone(shippingPhone);
771            }
772    
773            /**
774            * Returns the cc name of this shopping order.
775            *
776            * @return the cc name of this shopping order
777            */
778            public java.lang.String getCcName() {
779                    return _shoppingOrder.getCcName();
780            }
781    
782            /**
783            * Sets the cc name of this shopping order.
784            *
785            * @param ccName the cc name of this shopping order
786            */
787            public void setCcName(java.lang.String ccName) {
788                    _shoppingOrder.setCcName(ccName);
789            }
790    
791            /**
792            * Returns the cc type of this shopping order.
793            *
794            * @return the cc type of this shopping order
795            */
796            public java.lang.String getCcType() {
797                    return _shoppingOrder.getCcType();
798            }
799    
800            /**
801            * Sets the cc type of this shopping order.
802            *
803            * @param ccType the cc type of this shopping order
804            */
805            public void setCcType(java.lang.String ccType) {
806                    _shoppingOrder.setCcType(ccType);
807            }
808    
809            /**
810            * Returns the cc number of this shopping order.
811            *
812            * @return the cc number of this shopping order
813            */
814            public java.lang.String getCcNumber() {
815                    return _shoppingOrder.getCcNumber();
816            }
817    
818            /**
819            * Sets the cc number of this shopping order.
820            *
821            * @param ccNumber the cc number of this shopping order
822            */
823            public void setCcNumber(java.lang.String ccNumber) {
824                    _shoppingOrder.setCcNumber(ccNumber);
825            }
826    
827            /**
828            * Returns the cc exp month of this shopping order.
829            *
830            * @return the cc exp month of this shopping order
831            */
832            public int getCcExpMonth() {
833                    return _shoppingOrder.getCcExpMonth();
834            }
835    
836            /**
837            * Sets the cc exp month of this shopping order.
838            *
839            * @param ccExpMonth the cc exp month of this shopping order
840            */
841            public void setCcExpMonth(int ccExpMonth) {
842                    _shoppingOrder.setCcExpMonth(ccExpMonth);
843            }
844    
845            /**
846            * Returns the cc exp year of this shopping order.
847            *
848            * @return the cc exp year of this shopping order
849            */
850            public int getCcExpYear() {
851                    return _shoppingOrder.getCcExpYear();
852            }
853    
854            /**
855            * Sets the cc exp year of this shopping order.
856            *
857            * @param ccExpYear the cc exp year of this shopping order
858            */
859            public void setCcExpYear(int ccExpYear) {
860                    _shoppingOrder.setCcExpYear(ccExpYear);
861            }
862    
863            /**
864            * Returns the cc ver number of this shopping order.
865            *
866            * @return the cc ver number of this shopping order
867            */
868            public java.lang.String getCcVerNumber() {
869                    return _shoppingOrder.getCcVerNumber();
870            }
871    
872            /**
873            * Sets the cc ver number of this shopping order.
874            *
875            * @param ccVerNumber the cc ver number of this shopping order
876            */
877            public void setCcVerNumber(java.lang.String ccVerNumber) {
878                    _shoppingOrder.setCcVerNumber(ccVerNumber);
879            }
880    
881            /**
882            * Returns the comments of this shopping order.
883            *
884            * @return the comments of this shopping order
885            */
886            public java.lang.String getComments() {
887                    return _shoppingOrder.getComments();
888            }
889    
890            /**
891            * Sets the comments of this shopping order.
892            *
893            * @param comments the comments of this shopping order
894            */
895            public void setComments(java.lang.String comments) {
896                    _shoppingOrder.setComments(comments);
897            }
898    
899            /**
900            * Returns the pp txn ID of this shopping order.
901            *
902            * @return the pp txn ID of this shopping order
903            */
904            public java.lang.String getPpTxnId() {
905                    return _shoppingOrder.getPpTxnId();
906            }
907    
908            /**
909            * Sets the pp txn ID of this shopping order.
910            *
911            * @param ppTxnId the pp txn ID of this shopping order
912            */
913            public void setPpTxnId(java.lang.String ppTxnId) {
914                    _shoppingOrder.setPpTxnId(ppTxnId);
915            }
916    
917            /**
918            * Returns the pp payment status of this shopping order.
919            *
920            * @return the pp payment status of this shopping order
921            */
922            public java.lang.String getPpPaymentStatus() {
923                    return _shoppingOrder.getPpPaymentStatus();
924            }
925    
926            /**
927            * Sets the pp payment status of this shopping order.
928            *
929            * @param ppPaymentStatus the pp payment status of this shopping order
930            */
931            public void setPpPaymentStatus(java.lang.String ppPaymentStatus) {
932                    _shoppingOrder.setPpPaymentStatus(ppPaymentStatus);
933            }
934    
935            /**
936            * Returns the pp payment gross of this shopping order.
937            *
938            * @return the pp payment gross of this shopping order
939            */
940            public double getPpPaymentGross() {
941                    return _shoppingOrder.getPpPaymentGross();
942            }
943    
944            /**
945            * Sets the pp payment gross of this shopping order.
946            *
947            * @param ppPaymentGross the pp payment gross of this shopping order
948            */
949            public void setPpPaymentGross(double ppPaymentGross) {
950                    _shoppingOrder.setPpPaymentGross(ppPaymentGross);
951            }
952    
953            /**
954            * Returns the pp receiver email of this shopping order.
955            *
956            * @return the pp receiver email of this shopping order
957            */
958            public java.lang.String getPpReceiverEmail() {
959                    return _shoppingOrder.getPpReceiverEmail();
960            }
961    
962            /**
963            * Sets the pp receiver email of this shopping order.
964            *
965            * @param ppReceiverEmail the pp receiver email of this shopping order
966            */
967            public void setPpReceiverEmail(java.lang.String ppReceiverEmail) {
968                    _shoppingOrder.setPpReceiverEmail(ppReceiverEmail);
969            }
970    
971            /**
972            * Returns the pp payer email of this shopping order.
973            *
974            * @return the pp payer email of this shopping order
975            */
976            public java.lang.String getPpPayerEmail() {
977                    return _shoppingOrder.getPpPayerEmail();
978            }
979    
980            /**
981            * Sets the pp payer email of this shopping order.
982            *
983            * @param ppPayerEmail the pp payer email of this shopping order
984            */
985            public void setPpPayerEmail(java.lang.String ppPayerEmail) {
986                    _shoppingOrder.setPpPayerEmail(ppPayerEmail);
987            }
988    
989            /**
990            * Returns the send order email of this shopping order.
991            *
992            * @return the send order email of this shopping order
993            */
994            public boolean getSendOrderEmail() {
995                    return _shoppingOrder.getSendOrderEmail();
996            }
997    
998            /**
999            * Returns <code>true</code> if this shopping order is send order email.
1000            *
1001            * @return <code>true</code> if this shopping order is send order email; <code>false</code> otherwise
1002            */
1003            public boolean isSendOrderEmail() {
1004                    return _shoppingOrder.isSendOrderEmail();
1005            }
1006    
1007            /**
1008            * Sets whether this shopping order is send order email.
1009            *
1010            * @param sendOrderEmail the send order email of this shopping order
1011            */
1012            public void setSendOrderEmail(boolean sendOrderEmail) {
1013                    _shoppingOrder.setSendOrderEmail(sendOrderEmail);
1014            }
1015    
1016            /**
1017            * Returns the send shipping email of this shopping order.
1018            *
1019            * @return the send shipping email of this shopping order
1020            */
1021            public boolean getSendShippingEmail() {
1022                    return _shoppingOrder.getSendShippingEmail();
1023            }
1024    
1025            /**
1026            * Returns <code>true</code> if this shopping order is send shipping email.
1027            *
1028            * @return <code>true</code> if this shopping order is send shipping email; <code>false</code> otherwise
1029            */
1030            public boolean isSendShippingEmail() {
1031                    return _shoppingOrder.isSendShippingEmail();
1032            }
1033    
1034            /**
1035            * Sets whether this shopping order is send shipping email.
1036            *
1037            * @param sendShippingEmail the send shipping email of this shopping order
1038            */
1039            public void setSendShippingEmail(boolean sendShippingEmail) {
1040                    _shoppingOrder.setSendShippingEmail(sendShippingEmail);
1041            }
1042    
1043            public boolean isNew() {
1044                    return _shoppingOrder.isNew();
1045            }
1046    
1047            public void setNew(boolean n) {
1048                    _shoppingOrder.setNew(n);
1049            }
1050    
1051            public boolean isCachedModel() {
1052                    return _shoppingOrder.isCachedModel();
1053            }
1054    
1055            public void setCachedModel(boolean cachedModel) {
1056                    _shoppingOrder.setCachedModel(cachedModel);
1057            }
1058    
1059            public boolean isEscapedModel() {
1060                    return _shoppingOrder.isEscapedModel();
1061            }
1062    
1063            public java.io.Serializable getPrimaryKeyObj() {
1064                    return _shoppingOrder.getPrimaryKeyObj();
1065            }
1066    
1067            public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj) {
1068                    _shoppingOrder.setPrimaryKeyObj(primaryKeyObj);
1069            }
1070    
1071            public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge() {
1072                    return _shoppingOrder.getExpandoBridge();
1073            }
1074    
1075            public void setExpandoBridgeAttributes(
1076                    com.liferay.portal.service.ServiceContext serviceContext) {
1077                    _shoppingOrder.setExpandoBridgeAttributes(serviceContext);
1078            }
1079    
1080            @Override
1081            public java.lang.Object clone() {
1082                    return new ShoppingOrderWrapper((ShoppingOrder)_shoppingOrder.clone());
1083            }
1084    
1085            public int compareTo(
1086                    com.liferay.portlet.shopping.model.ShoppingOrder shoppingOrder) {
1087                    return _shoppingOrder.compareTo(shoppingOrder);
1088            }
1089    
1090            @Override
1091            public int hashCode() {
1092                    return _shoppingOrder.hashCode();
1093            }
1094    
1095            public com.liferay.portal.model.CacheModel<com.liferay.portlet.shopping.model.ShoppingOrder> toCacheModel() {
1096                    return _shoppingOrder.toCacheModel();
1097            }
1098    
1099            public com.liferay.portlet.shopping.model.ShoppingOrder toEscapedModel() {
1100                    return new ShoppingOrderWrapper(_shoppingOrder.toEscapedModel());
1101            }
1102    
1103            @Override
1104            public java.lang.String toString() {
1105                    return _shoppingOrder.toString();
1106            }
1107    
1108            public java.lang.String toXmlString() {
1109                    return _shoppingOrder.toXmlString();
1110            }
1111    
1112            public void persist()
1113                    throws com.liferay.portal.kernel.exception.SystemException {
1114                    _shoppingOrder.persist();
1115            }
1116    
1117            /**
1118             * @deprecated Renamed to {@link #getWrappedModel}
1119             */
1120            public ShoppingOrder getWrappedShoppingOrder() {
1121                    return _shoppingOrder;
1122            }
1123    
1124            public ShoppingOrder getWrappedModel() {
1125                    return _shoppingOrder;
1126            }
1127    
1128            public void resetOriginalValues() {
1129                    _shoppingOrder.resetOriginalValues();
1130            }
1131    
1132            private ShoppingOrder _shoppingOrder;
1133    }