- Timestamp:
- 02/03/24 18:08:44 (9 months ago)
- Branches:
- master
- Children:
- cab1b7d
- Parents:
- aea04dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/cookbook/model/Komentar.java
raea04dd rd4d8fb9 24 24 public void setImePrezime(String imePrezime) { 25 25 this.imePrezime = imePrezime; 26 } 27 28 public Komentar(LocalDateTime komData, String telefon, Long recId, Integer ocena, String text) { 29 this.komData = komData; 30 this.telefon = telefon; 31 this.recId = recId; 32 this.ocena = ocena; 33 this.text = text; 26 34 } 27 35
Note:
See TracChangeset
for help on using the changeset viewer.