package com.ponyvillelive.pvlmobile.model; /** * Presents common properties of all API entities */ public class Entity { public int id; }