Blame | Last modification | View Log | RSS feed
package in.shop2020.hotspot.dashbaord.shared.actions;import in.shop2020.hotspot.dashbaord.shared.data.Address;import net.customware.gwt.dispatch.shared.Result;public class AddressResponse implements Result{/****/private static final long serialVersionUID = 4593819313332849007L;private Address address;@SuppressWarnings("unused")private AddressResponse(){}public AddressResponse(Address address){this.address = address;}public Address getAddress() {return address;}}