-
Notifications
You must be signed in to change notification settings - Fork 0
/
UML-HotelALuraMP
35 lines (35 loc) · 4.87 KB
/
UML-HotelALuraMP
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<mxfile host="app.diagrams.net" modified="2023-07-14T00:48:41.254Z" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36" etag="oQI80tGT61MY4P6DOPx9" version="21.6.2" type="device">
<diagram name="Page-1" id="MSZF8ArYxu2Z2IAo8dt9">
<mxGraphModel dx="3134" dy="1835" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="fAiihWRv2N1k8HNTT5BN-1" value="<p style="margin:0px;margin-top:4px;text-align:center;"><b>Guest</b></p><hr size="1"><p style="margin:0px;margin-left:4px;">-idGuest: int</p><p style="margin:0px;margin-left:4px;">-guestName: String</p><p style="margin:0px;margin-left:4px;">-guestLastName: String</p><p style="margin:0px;margin-left:4px;">-guestBirthDate: Date</p><p style="margin:0px;margin-left:4px;">-guestNationality: String</p><p style="margin:0px;margin-left:4px;">-guestPhone: String</p><p style="margin:0px;margin-left:4px;">-guestBooking: List&lt;Booking&gt;&nbsp;</p><hr size="1"><p style="margin:0px;margin-left:4px;">+setters()</p><p style="margin:0px;margin-left:4px;">+getters()</p>" style="verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;whiteSpace=wrap;" parent="1" vertex="1">
<mxGeometry x="-1230" y="-100" width="180" height="200" as="geometry" />
</mxCell>
<mxCell id="fAiihWRv2N1k8HNTT5BN-2" value="<p style="margin:0px;margin-top:4px;text-align:center;"><b>Booking</b></p><hr size="1"><p style="margin:0px;margin-left:4px;">-idBooking: int</p><p style="margin:0px;margin-left:4px;">-checkInDate: Date</p><p style="margin:0px;margin-left:4px;">-checkOutDate: Date</p><p style="margin:0px;margin-left:4px;">-price: int</p><p style="margin:0px;margin-left:4px;">-paymentMethod: String</p><hr size="1"><p style="margin:0px;margin-left:4px;">+setters()</p><p style="margin:0px;margin-left:4px;">+getters()</p>" style="verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;whiteSpace=wrap;" parent="1" vertex="1">
<mxGeometry x="-1220" y="270" width="160" height="200" as="geometry" />
</mxCell>
<mxCell id="fAiihWRv2N1k8HNTT5BN-3" value="Relation" style="endArrow=none;html=1;endSize=12;startArrow=none;startSize=14;startFill=0;edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endFill=0;" parent="1" source="fAiihWRv2N1k8HNTT5BN-1" target="fAiihWRv2N1k8HNTT5BN-2" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="-1260" y="240" as="sourcePoint" />
<mxPoint x="-1100" y="240" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="fAiihWRv2N1k8HNTT5BN-4" value="1" style="edgeLabel;resizable=0;html=1;align=left;verticalAlign=top;fontSize=13;fontStyle=1" parent="fAiihWRv2N1k8HNTT5BN-3" connectable="0" vertex="1">
<mxGeometry x="-1" relative="1" as="geometry">
<mxPoint x="10" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="fAiihWRv2N1k8HNTT5BN-5" value="n" style="edgeLabel;resizable=0;html=1;align=right;verticalAlign=top;fontStyle=1;fontSize=13;" parent="fAiihWRv2N1k8HNTT5BN-3" connectable="0" vertex="1">
<mxGeometry x="1" relative="1" as="geometry">
<mxPoint x="20" y="-30" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="AAaO9tzz9gHYXNFd5s0z-1" value="<p style="margin:0px;margin-top:4px;text-align:center;"><b>AppUser</b></p><hr size="1"><p style="margin:0px;margin-left:4px;">-idAppUser: int</p><p style="margin:0px;margin-left:4px;">-appUsername: String</p><p style="margin:0px;margin-left:4px;">-appUserPassword: String<br></p><hr size="1"><p style="margin:0px;margin-left:4px;">+setters()</p><p style="margin:0px;margin-left:4px;">+getters()</p>" style="verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;whiteSpace=wrap;" parent="1" vertex="1">
<mxGeometry x="-1510" y="-100" width="160" height="130" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>