Subversion Repositories SmartDukaan

Rev

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

Rev 7762 Rev 7800
Line 325... Line 325...
325
	}
325
	}
326
 
326
 
327
	public String getHandlingTime(){
327
	public String getHandlingTime(){
328
		return handlingTime;
328
		return handlingTime;
329
	}
329
	}
330
 
330
	
331
	public void setCustomHandlingTime(String customHandlingTime){
331
	public void setCustomHandlingTime(String customHandlingTime){
332
		this.customHandlingTime = customHandlingTime;
332
		this.customHandlingTime = customHandlingTime;
333
	}
333
	}
334
 
334
 
335
	public String getCustomHandlingTime(){
335
	public String getCustomHandlingTime(){