Created
July 8, 2016 02:52
-
-
Save brunokrebs/ff16a0994112eaa6c0e56ba7e9cefb70 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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