Subversion Repositories SmartDukaan

Rev

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

Rev 26642 Rev 26643
Line 766... Line 766...
766
	}
766
	}
767
 
767
 
768
	public void setMobileAppSettings(MobileAppSetting mobileAppSettings) {
768
	public void setMobileAppSettings(MobileAppSetting mobileAppSettings) {
769
		this.mobileAppSettings = mobileAppSettings;
769
		this.mobileAppSettings = mobileAppSettings;
770
	}
770
	}
-
 
771
 
-
 
772
	@Override
-
 
773
	public String toString() {
-
 
774
		return "MobileAppSettingsWrapper [mobileAppSettings=" + mobileAppSettings + "]";
-
 
775
	}
-
 
776
	
-
 
777
	
771
	
778
	
772
	
779
	
773
}
780
}
774
 
781
 
775
class SettingsWrapper {
782
class SettingsWrapper {