public void delete() { try { container.removeItem(new RowId(new Object[] {getId()})); commit(); } catch (SQLException e) { e.printStackTrace(); } }