Skip to content

Commit

Permalink
chore: Unsaved file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelSapula committed May 24, 2026
1 parent a4a82c9 commit dfbe91f
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
package edu.ntnu.idi.idatt.view.primary.finish;

import java.math.BigDecimal;

import edu.ntnu.idi.idatt.view.components.Model;
import javafx.beans.property.SimpleObjectProperty;

public class FinishModel implements Model {

private final SimpleObjectProperty<BigDecimal> profitProperty = new SimpleObjectProperty<>();
private final SimpleObjectProperty<BigDecimal> roiProperty = new SimpleObjectProperty<>();

public SimpleObjectProperty<BigDecimal> getProfitProperty() {
return profitProperty;
}

public SimpleObjectProperty<BigDecimal> getRoiProperty() {
return roiProperty;
}

}

0 comments on commit dfbe91f

Please sign in to comment.