Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

package order;

import java.util.List;

import javax.xml.datatype.XMLGregorianCalendar;

import com.google.gson.annotations.SerializedName;


public class Order {
        @SerializedName("status")
    public String statusDateMessage;
    int sla;
    public String hasTickets;
    
    public int returnableQuantity;
    public String tickets;
    public String imei;
    public String invoice;
    public XMLGregorianCalendar invoiceDate;
    public short invoiceAmount;
    public float taxAmount;
    public String weight;
    @SerializedName("external_id")
    public String externalId;
    @SerializedName("order_item_id")
    public String orderItemId;
    public long sku;
    public String title;
    @SerializedName("listing_id")
    public String listingId;
    @SerializedName("product_image")
    public String productImage;
    public int quantity;
    @SerializedName("product_id")
    public String productId;
    public String freebie;
    @SerializedName("created_date")
    public String createdDate;
    @SerializedName("created_time")
    public String createdTime;
    @SerializedName("list_price")
    public double listPrice;
    @SerializedName("shipping_fees")
    public double shippingFees;
    public double emi;
    public double octroi;
    @SerializedName("total_price")
    public double totalPrice;
    @SerializedName("customer_name")    
    public String customerName;
    @SerializedName("shipping_address")
    public String shippingAddress;
    @SerializedName("shipping_address_name")
    public String shippingAddressName;
    @SerializedName("shipping_address_line1")
    public String shippingAddressLine1;
    @SerializedName("shipping_address_line2")
    public String shippingAddressLine2;
    @SerializedName("shipping_address_city")
    public String shippingAddressCity;
    @SerializedName("shipping_address_state")
    public String shippingAddressState;
    @SerializedName("shipping_address_pincode")
    public String shippingAddressPincode;
    //public long phone;
    public String status;
    @SerializedName("statusLabel")
    public String statusLabel;
    @SerializedName("tracking_id")
    public String trackingId;
    public List<String> actions;
    @SerializedName("flipkart_item_link")
    public String flipkartItemLink;
    @SerializedName("modified_date")
    public String modifiedDate;
    public String trackingHash;
    @SerializedName("cancel_reason")
    public String cancelReason;
    @SerializedName("cancel_sub_reason")
    public String cancelSubReason;
    public String returnReason;
    public String returnComment;
    public String pickup_by_date;

        public String getPickup_by_date() {
                return pickup_by_date;
        }

        public void setPickup_by_date(String pickup_by_date) {
                this.pickup_by_date = pickup_by_date;
        }

        public int getSla() {
                return sla;
        }

        public void setSla(int sla) {
                this.sla = sla;
        }

        /**
     * Gets the value of the statusDateMessage property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getStatusDateMessage() {
        return statusDateMessage;
    }

    /**
     * Sets the value of the statusDateMessage property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setStatusDateMessage(String value) {
        this.statusDateMessage = value;
    }

    /**
     * Gets the value of the hasTickets property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getHasTickets() {
        return hasTickets;
    }

    /**
     * Sets the value of the hasTickets property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setHasTickets(String value) {
        this.hasTickets = value;
    }

    /**
     * Gets the value of the returnableQuantity property.
     * 
     */
    public int getReturnableQuantity() {
        return returnableQuantity;
    }

    /**
     * Sets the value of the returnableQuantity property.
     * 
     */
    public void setReturnableQuantity(int value) {
        this.returnableQuantity = value;
    }

    /**
     * Gets the value of the tickets property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getTickets() {
        return tickets;
    }

    /**
     * Sets the value of the tickets property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setTickets(String value) {
        this.tickets = value;
    }

    /**
     * Gets the value of the imei property.
     * 
     */
    public String getImei() {
        return imei;
    }

    /**
     * Sets the value of the imei property.
     * 
     */
    public void setImei(String value) {
        this.imei = value;
    }

    /**
     * Gets the value of the invoice property.
     * 
     */
    public String getInvoice() {
        return invoice;
    }

    /**
     * Sets the value of the invoice property.
     * 
     */
    public void setInvoice(String value) {
        this.invoice = value;
    }

    /**
     * Gets the value of the invoiceDate property.
     * 
     * @return
     *     possible object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public XMLGregorianCalendar getInvoiceDate() {
        return invoiceDate;
    }

    /**
     * Sets the value of the invoiceDate property.
     * 
     * @param value
     *     allowed object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public void setInvoiceDate(XMLGregorianCalendar value) {
        this.invoiceDate = value;
    }

    /**
     * Gets the value of the invoiceAmount property.
     * 
     */
    public short getInvoiceAmount() {
        return invoiceAmount;
    }

    /**
     * Sets the value of the invoiceAmount property.
     * 
     */
    public void setInvoiceAmount(short value) {
        this.invoiceAmount = value;
    }

    /**
     * Gets the value of the taxAmount property.
     * 
     */
    public float getTaxAmount() {
        return taxAmount;
    }

    /**
     * Sets the value of the taxAmount property.
     * 
     */
    public void setTaxAmount(float value) {
        this.taxAmount = value;
    }

    /**
     * Gets the value of the weight property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getWeight() {
        return weight;
    }

    /**
     * Sets the value of the weight property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setWeight(String value) {
        this.weight = value;
    }

    /**
     * Gets the value of the externalId property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getExternalId() {
        return externalId;
    }

    /**
     * Sets the value of the externalId property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setExternalId(String value) {
        this.externalId = value;
    }

    /**
     * Gets the value of the orderItemId property.
     * 
     */
    public String getOrderItemId() {
        return orderItemId;
    }

    /**
     * Sets the value of the orderItemId property.
     * 
     */
    public void setOrderItemId(String value) {
        this.orderItemId = value;
    }

    /**
     * Gets the value of the title property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getTitle() {
        return title;
    }

    /**
     * Sets the value of the title property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setTitle(String value) {
        this.title = value;
    }

    /**
     * Gets the value of the listingId property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getListingId() {
        return listingId;
    }

    /**
     * Sets the value of the listingId property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setListingId(String value) {
        this.listingId = value;
    }

    /**
     * Gets the value of the productImage property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getProductImage() {
        return productImage;
    }

    /**
     * Sets the value of the productImage property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setProductImage(String value) {
        this.productImage = value;
    }

    /**
     * Gets the value of the quantity property.
     * 
     */
    public int getQuantity() {
        return quantity;
    }

    /**
     * Sets the value of the quantity property.
     * 
     */
    public void setQuantity(int value) {
        this.quantity = value;
    }

    /**
     * Gets the value of the productId property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getProductId() {
        return productId;
    }

    /**
     * Sets the value of the productId property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setProductId(String value) {
        this.productId = value;
    }

    /**
     * Gets the value of the freebie property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getFreebie() {
        return freebie;
    }

    /**
     * Sets the value of the freebie property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setFreebie(String value) {
        this.freebie = value;
    }

    /**
     * Gets the value of the sku property.
     * 
     */
    public long getSku() {
        return sku;
    }

    /**
     * Sets the value of the sku property.
     * 
     */
    public void setSku(long value) {
        this.sku = value;
    }

    /**
     * Gets the value of the createdDate property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getCreatedDate() {
        return createdDate;
    }

    /**
     * Sets the value of the createdDate property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setCreatedDate(String value) {
        this.createdDate = value;
    }

    /**
     * Gets the value of the createdTime property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getCreatedTime() {
        return createdTime;
    }

    /**
     * Sets the value of the createdTime property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setCreatedTime(String value) {
        this.createdTime = value;
    }

    /**
     * Gets the value of the listPrice property.
     * 
     */
    public double getListPrice() {
        return listPrice;
    }

    /**
     * Sets the value of the listPrice property.
     * 
     */
    public void setListPrice(double value) {
        this.listPrice = value;
    }

    /**
     * Gets the value of the shippingFees property.
     * 
     */
    public double getShippingFees() {
        return shippingFees;
    }

    /**
     * Sets the value of the shippingFees property.
     * 
     */
    public void setShippingFees(double value) {
        this.shippingFees = value;
    }

    /**
     * Gets the value of the emi property.
     * 
     */
    public double getEmi() {
        return emi;
    }

    /**
     * Sets the value of the emi property.
     * 
     */
    public void setEmi(double value) {
        this.emi = value;
    }

    /**
     * Gets the value of the octroi property.
     * 
     */
    public double getOctroi() {
        return octroi;
    }

    /**
     * Sets the value of the octroi property.
     * 
     */
    public void setOctroi(double value) {
        this.octroi = value;
    }

    /**
     * Gets the value of the totalPrice property.
     * 
     */
    public double getTotalPrice() {
        return totalPrice;
    }

    /**
     * Sets the value of the totalPrice property.
     * 
     */
    public void setTotalPrice(double value) {
        this.totalPrice = value;
    }

    /**
     * Gets the value of the customerName property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getCustomerName() {
        return customerName;
    }

    /**
     * Sets the value of the customerName property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setCustomerName(String value) {
        this.customerName = value;
    }

    /**
     * Gets the value of the shippingAddress property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getShippingAddress() {
        return shippingAddress;
    }

    /**
     * Sets the value of the shippingAddress property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setShippingAddress(String value) {
        this.shippingAddress = value;
    }

    /**
     * Gets the value of the shippingAddressName property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getShippingAddressName() {
        return shippingAddressName;
    }

    /**
     * Sets the value of the shippingAddressName property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setShippingAddressName(String value) {
        this.shippingAddressName = value;
    }

    /**
     * Gets the value of the shippingAddressLine1 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getShippingAddressLine1() {
        return shippingAddressLine1;
    }

    /**
     * Sets the value of the shippingAddressLine1 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setShippingAddressLine1(String value) {
        this.shippingAddressLine1 = value;
    }

    /**
     * Gets the value of the shippingAddressLine2 property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getShippingAddressLine2() {
        return shippingAddressLine2;
    }

    /**
     * Sets the value of the shippingAddressLine2 property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setShippingAddressLine2(String value) {
        this.shippingAddressLine2 = value;
    }

    /**
     * Gets the value of the shippingAddressCity property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getShippingAddressCity() {
        return shippingAddressCity;
    }

    /**
     * Sets the value of the shippingAddressCity property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setShippingAddressCity(String value) {
        this.shippingAddressCity = value;
    }

    /**
     * Gets the value of the shippingAddressState property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getShippingAddressState() {
        return shippingAddressState;
    }

    /**
     * Sets the value of the shippingAddressState property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setShippingAddressState(String value) {
        this.shippingAddressState = value;
    }

    /**
     * Gets the value of the shippingAddressPincode property.
     * 
     */
    public String getShippingAddressPincode() {
        return shippingAddressPincode;
    }

    /**
     * Sets the value of the shippingAddressPincode property.
     * 
     */
    public void setShippingAddressPincode(String value) {
        this.shippingAddressPincode = value;
    }

    /**
     * Gets the value of the phone property.
     * 
     */
   /* public long getPhone() {
        return phone;
    }
*/
    /**
     * Sets the value of the phone property.
     * 
     */
    /*public void setPhone(long value) {
        this.phone = value;
    }*/

    /**
     * Gets the value of the status property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getStatus() {
        return status;
    }

    /**
     * Sets the value of the status property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setStatus(String value) {
        this.status = value;
    }

    /**
     * Gets the value of the statusLabel property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getStatusLabel() {
        return statusLabel;
    }

    /**
     * Sets the value of the statusLabel property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setStatusLabel(String value) {
        this.statusLabel = value;
    }

    /**
     * Gets the value of the trackingId property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getTrackingId() {
        return trackingId;
    }

    /**
     * Sets the value of the trackingId property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setTrackingId(String value) {
        this.trackingId = value;
    }

    /**
     * Gets the value of the actions property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public List<String> getActions() {
        return actions;
    }

    /**
     * Sets the value of the actions property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setActions(List<String> value) {
        this.actions = value;
    }

    /**
     * Gets the value of the flipkartItemLink property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getFlipkartItemLink() {
        return flipkartItemLink;
    }

    /**
     * Sets the value of the flipkartItemLink property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setFlipkartItemLink(String value) {
        this.flipkartItemLink = value;
    }

    /**
     * Gets the value of the modifiedDate property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getModifiedDate() {
        return modifiedDate;
    }

    /**
     * Sets the value of the modifiedDate property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setModifiedDate(String value) {
        this.modifiedDate = value;
    }

    /**
     * Gets the value of the trackingHash property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getTrackingHash() {
        return trackingHash;
    }

    /**
     * Sets the value of the trackingHash property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setTrackingHash(String value) {
        this.trackingHash = value;
    }

    /**
     * Gets the value of the cancelReason property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getCancelReason() {
        return cancelReason;
    }

    /**
     * Sets the value of the cancelReason property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setCancelReason(String value) {
        this.cancelReason = value;
    }

    /**
     * Gets the value of the cancelSubReason property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getCancelSubReason() {
        return cancelSubReason;
    }

    /**
     * Sets the value of the cancelSubReason property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setCancelSubReason(String value) {
        this.cancelSubReason = value;
    }

    /**
     * Gets the value of the returnReason property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getReturnReason() {
        return returnReason;
    }

    /**
     * Sets the value of the returnReason property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setReturnReason(String value) {
        this.returnReason = value;
    }

    /**
     * Gets the value of the returnComment property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getReturnComment() {
        return returnComment;
    }

    /**
     * Sets the value of the returnComment property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setReturnComment(String value) {
        this.returnComment = value;
    }

}