[pal-cvs 2726] [458] added new source for check out page

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 8月 18日 (土) 23:57:35 JST


Revision: 458
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=458
Author:   takeharu
Date:     2007-08-18 23:57:35 +0900 (Sat, 18 Aug 2007)

Log Message:
-----------
added new source for check out page

Added Paths:
-----------
    pompei/portlets/pompei-core/trunk/src/main/java/jp/sf/pal/pompei/web/user/checkout/
    pompei/portlets/pompei-core/trunk/src/main/java/jp/sf/pal/pompei/web/user/checkout/CheckoutEditAction.java
    pompei/portlets/pompei-core/trunk/src/main/java/jp/sf/pal/pompei/web/user/checkout/CheckoutEditPage.java


-------------- next part --------------
Added: pompei/portlets/pompei-core/trunk/src/main/java/jp/sf/pal/pompei/web/user/checkout/CheckoutEditAction.java
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/java/jp/sf/pal/pompei/web/user/checkout/CheckoutEditAction.java	2007-08-18 14:50:01 UTC (rev 457)
+++ pompei/portlets/pompei-core/trunk/src/main/java/jp/sf/pal/pompei/web/user/checkout/CheckoutEditAction.java	2007-08-18 14:57:35 UTC (rev 458)
@@ -0,0 +1,24 @@
+package jp.sf.pal.pompei.web.user.checkout;
+
+public class CheckoutEditAction {
+
+    /**
+     * 
+     */
+    private CheckoutEditPage checkoutEditPage;
+
+    /**
+     * @return checkoutEditPage
+     */
+    public CheckoutEditPage getCheckoutEditPage() {
+        return checkoutEditPage;
+    }
+
+    /**
+     * @param checkoutEditPage 設定する checkoutEditPage
+     */
+    public void setCheckoutEditPage(CheckoutEditPage checkoutEditPage) {
+        this.checkoutEditPage = checkoutEditPage;
+    }
+
+}

Added: pompei/portlets/pompei-core/trunk/src/main/java/jp/sf/pal/pompei/web/user/checkout/CheckoutEditPage.java
===================================================================
--- pompei/portlets/pompei-core/trunk/src/main/java/jp/sf/pal/pompei/web/user/checkout/CheckoutEditPage.java	2007-08-18 14:50:01 UTC (rev 457)
+++ pompei/portlets/pompei-core/trunk/src/main/java/jp/sf/pal/pompei/web/user/checkout/CheckoutEditPage.java	2007-08-18 14:57:35 UTC (rev 458)
@@ -0,0 +1,285 @@
+package jp.sf.pal.pompei.web.user.checkout;
+
+import java.util.List;
+
+public class CheckoutEditPage {
+
+    private String cc_expires1;
+
+    private String cc_expires2;
+
+    private String cc_number1;
+
+    private String cc_number2;
+
+    private String cc_number3;
+
+    private String cc_number4;
+
+    private String cc_owner1;
+
+    private String cc_owner2;
+
+    private String deliveryCity;
+
+    private String deliveryName;
+
+    private String deliveryPostcode;
+
+    private String deliveryState;
+
+    private List deliveryStateItems;
+
+    private String deliveryStreetAddress;
+
+    private String deliverySuburb;
+
+    private String finalPrice;
+
+    private String manufacturersId;
+
+    private String no;
+
+    private String paymentMethod;
+
+    private String product;
+
+    private String productsModel;
+
+    private String productsName;
+
+    private String productsPrice;
+
+    private String productsTax;
+
+    private String shippingCost;
+
+    private String subtotal;
+
+    private String title;
+
+    public String getCc_expires1() {
+        return cc_expires1;
+    }
+
+    public void setCc_expires1(String cc_expires1) {
+        this.cc_expires1 = cc_expires1;
+    }
+
+    public String getCc_expires2() {
+        return cc_expires2;
+    }
+
+    public void setCc_expires2(String cc_expires2) {
+        this.cc_expires2 = cc_expires2;
+    }
+
+    public String getCc_number1() {
+        return cc_number1;
+    }
+
+    public void setCc_number1(String cc_number1) {
+        this.cc_number1 = cc_number1;
+    }
+
+    public String getCc_number2() {
+        return cc_number2;
+    }
+
+    public void setCc_number2(String cc_number2) {
+        this.cc_number2 = cc_number2;
+    }
+
+    public String getCc_number3() {
+        return cc_number3;
+    }
+
+    public void setCc_number3(String cc_number3) {
+        this.cc_number3 = cc_number3;
+    }
+
+    public String getCc_number4() {
+        return cc_number4;
+    }
+
+    public void setCc_number4(String cc_number4) {
+        this.cc_number4 = cc_number4;
+    }
+
+    public String getCc_owner1() {
+        return cc_owner1;
+    }
+
+    public void setCc_owner1(String cc_owner1) {
+        this.cc_owner1 = cc_owner1;
+    }
+
+    public String getCc_owner2() {
+        return cc_owner2;
+    }
+
+    public void setCc_owner2(String cc_owner2) {
+        this.cc_owner2 = cc_owner2;
+    }
+
+    public String getDeliveryCity() {
+        return deliveryCity;
+    }
+
+    public void setDeliveryCity(String deliveryCity) {
+        this.deliveryCity = deliveryCity;
+    }
+
+    public String getDeliveryName() {
+        return deliveryName;
+    }
+
+    public void setDeliveryName(String deliveryName) {
+        this.deliveryName = deliveryName;
+    }
+
+    public String getDeliveryPostcode() {
+        return deliveryPostcode;
+    }
+
+    public void setDeliveryPostcode(String deliveryPostcode) {
+        this.deliveryPostcode = deliveryPostcode;
+    }
+
+    public String getDeliveryState() {
+        return deliveryState;
+    }
+
+    public void setDeliveryState(String deliveryState) {
+        this.deliveryState = deliveryState;
+    }
+
+    public List getDeliveryStateItems() {
+        return deliveryStateItems;
+    }
+
+    public void setDeliveryStateItems(List deliveryStateItems) {
+        this.deliveryStateItems = deliveryStateItems;
+    }
+
+    public String getDeliveryStreetAddress() {
+        return deliveryStreetAddress;
+    }
+
+    public void setDeliveryStreetAddress(String deliveryStreetAddress) {
+        this.deliveryStreetAddress = deliveryStreetAddress;
+    }
+
+    public String getDeliverySuburb() {
+        return deliverySuburb;
+    }
+
+    public void setDeliverySuburb(String deliverySuburb) {
+        this.deliverySuburb = deliverySuburb;
+    }
+
+    public String getFinalPrice() {
+        return finalPrice;
+    }
+
+    public void setFinalPrice(String finalPrice) {
+        this.finalPrice = finalPrice;
+    }
+
+    public String getManufacturersId() {
+        return manufacturersId;
+    }
+
+    public void setManufacturersId(String manufacturersId) {
+        this.manufacturersId = manufacturersId;
+    }
+
+    public String getNo() {
+        return no;
+    }
+
+    public void setNo(String no) {
+        this.no = no;
+    }
+
+    public String getPaymentMethod() {
+        return paymentMethod;
+    }
+
+    public void setPaymentMethod(String paymentMethod) {
+        this.paymentMethod = paymentMethod;
+    }
+
+    public String getProduct() {
+        return product;
+    }
+
+    public void setProduct(String product) {
+        this.product = product;
+    }
+
+    public String getProductsModel() {
+        return productsModel;
+    }
+
+    public void setProductsModel(String productsModel) {
+        this.productsModel = productsModel;
+    }
+
+    public String getProductsName() {
+        return productsName;
+    }
+
+    public void setProductsName(String productsName) {
+        this.productsName = productsName;
+    }
+
+    public String getProductsPrice() {
+        return productsPrice;
+    }
+
+    public void setProductsPrice(String productsPrice) {
+        this.productsPrice = productsPrice;
+    }
+
+    public String getProductsTax() {
+        return productsTax;
+    }
+
+    public void setProductsTax(String productsTax) {
+        this.productsTax = productsTax;
+    }
+
+    public String getShippingCost() {
+        return shippingCost;
+    }
+
+    public void setShippingCost(String shippingCost) {
+        this.shippingCost = shippingCost;
+    }
+
+    public String getSubtotal() {
+        return subtotal;
+    }
+
+    public void setSubtotal(String subtotal) {
+        this.subtotal = subtotal;
+    }
+
+    public String getTitle() {
+        return title;
+    }
+
+    public void setTitle(String title) {
+        this.title = title;
+    }
+
+    public Class initialize() {
+        return null;
+    }
+
+    public Class prerender() {
+        return null;
+    }
+
+}


pal-cvs メーリングリストの案内
Back to archive index