A representation of a specific budget item that is due. More...
#include <BudgetItemDue.h>
Public Member Functions | |
std::strong_ordering | operator<=> (const BudgetItemDueIdentifier &other) const noexcept |
Complete three-way comparison operator that compares first the due date and then the id. | |
bool | operator== (const BudgetItemDueIdentifier &) const noexcept=default |
Public Attributes | |
BudgetItemIdentifier | budgetId_ {} |
The unique identifier of the budget item that is due. | |
::QDate | dueOn_ {} |
The date the budget item is due on. | |
A representation of a specific budget item that is due.
|
nodiscardnoexcept |
Complete three-way comparison operator that compares first the due date and then the id.
other | The other object to compare against. |
|
nodiscarddefaultnoexcept |
BudgetItemIdentifier drn::budgeting::BudgetItemDueIdentifier::budgetId_ {} |
The unique identifier of the budget item that is due.
::QDate drn::budgeting::BudgetItemDueIdentifier::dueOn_ {} |
The date the budget item is due on.