Skip to content

Instantly share code, notes, and snippets.

@brunokrebs
Created July 8, 2016 02:52
Show Gist options
  • Save brunokrebs/ff16a0994112eaa6c0e56ba7e9cefb70 to your computer and use it in GitHub Desktop.
Save brunokrebs/ff16a0994112eaa6c0e56ba7e9cefb70 to your computer and use it in GitHub Desktop.
package com.someaddress.intent;
public class DetailsUpdateIntent {
private String id;
private String name;
private String description;
private BigDecimal price;
public DetailsUpdateIntent() { }
//getters & setters
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment