Skip to content

Commit e147575

Browse files
committed
work
1 parent 0163cf2 commit e147575

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

src/main/plantuml/Simpleworklist__Domain_Class_Modell_Persistent.puml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ package org.woehlke.greenshop.oodm {
110110
edit()
111111
delete()
112112
}
113-
entity CategoryDescriptionId {
113+
class CategoryDescriptionId {
114114
- String email
115115
- String token
116116
- Integer numberOfRetries
@@ -150,7 +150,7 @@ package org.woehlke.greenshop.oodm {
150150
edit()
151151
delete()
152152
}
153-
entity ManufacturerInfoId {
153+
class ManufacturerInfoId {
154154
- String email
155155
- String token
156156
- Integer numberOfRetries
@@ -190,7 +190,7 @@ package org.woehlke.greenshop.oodm {
190190
edit()
191191
delete()
192192
}
193-
entity ProductDescriptionId {
193+
class ProductDescriptionId {
194194
- String email
195195
- String token
196196
- Integer numberOfRetries
@@ -220,7 +220,7 @@ package org.woehlke.greenshop.oodm {
220220
edit()
221221
delete()
222222
}
223-
entity ProductOptionId {
223+
class ProductOptionId {
224224
- String email
225225
- String token
226226
- Integer numberOfRetries
@@ -250,7 +250,7 @@ package org.woehlke.greenshop.oodm {
250250
edit()
251251
delete()
252252
}
253-
entity ProductOptionValueId {
253+
class ProductOptionValueId {
254254
- String email
255255
- String token
256256
- Integer numberOfRetries
@@ -280,7 +280,7 @@ package org.woehlke.greenshop.oodm {
280280
edit()
281281
delete()
282282
}
283-
entity ReviewDescriptionId {
283+
class ReviewDescriptionId {
284284
- String email
285285
- String token
286286
- Integer numberOfRetries
@@ -438,7 +438,7 @@ package org.woehlke.greenshop.oodm {
438438
edit()
439439
delete()
440440
}
441-
entity ProductNotificationId {
441+
class ProductNotificationId {
442442
- String email
443443
- String token
444444
- Integer numberOfRetries

src/main/plantuml/Simpleworklist__Domain_Class_Modell_Transient.puml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ package org.woehlke.greenshop.oodm {
1414

1515
class Breadcrumb {
1616
- BreadcrumbItem[] breadcrumb
17-
- Locale locale
17+
- String name
1818
int size()
1919
void addProjectRoot()
20-
void addProject(Project thisProject)
21-
void addTask(Task task)
22-
void addTaskstate(String taskStateView, String urlTaskstate)
23-
void addPage(String name, String url)
2420
}
2521
class BreadcrumbItem {
2622
- String name

0 commit comments

Comments
 (0)