Package no.unit.nva.model.funding
Interface Funding
- All Known Implementing Classes:
ConfirmedFunding,UnconfirmedFunding
public interface Funding
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getSource
URI getSource() -
getIdentifier
String getIdentifier() -
getLabels
-
getFundingAmount
MonetaryAmount getFundingAmount() -
getActiveFrom
Instant getActiveFrom() -
getActiveTo
Instant getActiveTo()
-