Skip to content

Instantly share code, notes, and snippets.

@izznfkhrlislm
Last active October 23, 2021 11:13
Show Gist options
  • Save izznfkhrlislm/27c2a17e96f5911f3c2299099499a62f to your computer and use it in GitHub Desktop.
Save izznfkhrlislm/27c2a17e96f5911f3c2299099499a62f to your computer and use it in GitHub Desktop.
package com.tokopedia.izzanfi.TokopediaTeToSeConversion.models;
public class GroceryItem {
private String itemName;
private GroceryType groceryType;
private double itemPrice;
private String unitPerPrice;
/**
* The setter-getter implementation goes here
**/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment