Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14630 manish.sha 1
package utilities;
2
 
3
public class VendorPendingOrderSkuDetail{
4
	private VendorPendingProductOfferDisplayDTO vendorPendingProductOfferDisplayDTO;
5
 
6
    /**
7
     * 
8
     * @return
9
     *     The vendorPendingProductOfferDisplayDTO
10
     */
11
    public VendorPendingProductOfferDisplayDTO getVendorPendingProductOfferDisplayDTO() {
12
        return vendorPendingProductOfferDisplayDTO;
13
    }
14
 
15
    /**
16
     * 
17
     * @param vendorPendingProductOfferDisplayDTO
18
     *     The vendorPendingProductOfferDisplayDTO
19
     */
20
    public void setVendorPendingProductOfferDisplayDTO(VendorPendingProductOfferDisplayDTO vendorPendingProductOfferDisplayDTO) {
21
        this.vendorPendingProductOfferDisplayDTO = vendorPendingProductOfferDisplayDTO;
22
    }
23
}