Subversion Repositories SmartDukaan

Rev

Rev 21411 | Rev 21730 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21411 Rev 21413
Line 96... Line 96...
96
		this.imageUrl = imageUrl;
96
		this.imageUrl = imageUrl;
97
	}
97
	}
98
	public String getImageUrl() {
98
	public String getImageUrl() {
99
		return imageUrl;
99
		return imageUrl;
100
	}
100
	}
101
    public void setLogisticsInfo(LogisticsInfoPojo logisticsInfo) {
-
 
102
        this.logisticsInfo = logisticsInfo;
-
 
103
    }
-
 
104
    public LogisticsInfoPojo getLogisticsInfo() {
-
 
105
        return logisticsInfo;
-
 
106
    }
101
 
107
	public void setDealText(String dealText) {
102
	public void setDealText(String dealText) {
108
		this.dealText = dealText;
103
		this.dealText = dealText;
109
	}
104
	}
110
	public String getDealText() {
105
	public String getDealText() {
111
		return dealText;
106
		return dealText;