mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Remove annotations inside catalog design model
This commit is contained in:
parent
5eaf97d8db
commit
2c13637737
|
@ -23,7 +23,7 @@ package Salespoint {
|
||||||
'+ addCategory(category : String) : boolean
|
'+ addCategory(category : String) : boolean
|
||||||
'+ removeCategory(category : String) : boolean
|
'+ removeCategory(category : String) : boolean
|
||||||
+ getName() : String
|
+ getName() : String
|
||||||
+ getPrice() : @NonNull MonetaryAmount
|
+ getPrice() : MonetaryAmount
|
||||||
+ setPrice(MonetaryAmount) : void
|
+ setPrice(MonetaryAmount) : void
|
||||||
'+ supports(quantity : Quantity) : boolean
|
'+ supports(quantity : Quantity) : boolean
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue