Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

package utilities;

public class VendorPendingOrderSkuDetail{
        private VendorPendingProductOfferDisplayDTO vendorPendingProductOfferDisplayDTO;

    /**
     * 
     * @return
     *     The vendorPendingProductOfferDisplayDTO
     */
    public VendorPendingProductOfferDisplayDTO getVendorPendingProductOfferDisplayDTO() {
        return vendorPendingProductOfferDisplayDTO;
    }

    /**
     * 
     * @param vendorPendingProductOfferDisplayDTO
     *     The vendorPendingProductOfferDisplayDTO
     */
    public void setVendorPendingProductOfferDisplayDTO(VendorPendingProductOfferDisplayDTO vendorPendingProductOfferDisplayDTO) {
        this.vendorPendingProductOfferDisplayDTO = vendorPendingProductOfferDisplayDTO;
    }
}