package ru.orangesoftware.financisto2.bus; import android.database.Cursor; import ru.orangesoftware.financisto2.model.Total; public class BlotterTotal { public final Total total; public BlotterTotal(Total total) { this.total = total; } }