Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backend
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
idatt2106-v23-03
backend
Commits
ce76f361
Commit
ce76f361
authored
2 years ago
by
Anders Austlid
Browse files
Options
Downloads
Patches
Plain Diff
Recipe model record class added
parent
701b0eac
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/ntnu/idatt2016/v233/SmartMat/model/Recipe.java
+15
-0
15 additions, 0 deletions
src/main/java/ntnu/idatt2016/v233/SmartMat/model/Recipe.java
with
15 additions
and
0 deletions
src/main/java/ntnu/idatt2016/v233/SmartMat/model/Recipe.java
0 → 100644
+
15
−
0
View file @
ce76f361
package
ntnu.idatt2016.v233.SmartMat.model
;
/**
* Recipe is a record class representing a recipe in the system.
*
* @author Anders
* @version 1.0
* @since 04.04.2023
*
* @param id
* @param name
* @param description
*/
public
record
Recipe
(
long
id
,
String
name
,
String
description
)
{
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment