package ru.orangesoftware.financisto2.bus; public class EditEntity { public final long id; public EditEntity(long id) { this.id = id; } }