|
Poseidon for UMLTM UMLdoc |
|||||||||
|
de.mbohlen.uml2ejb.samples.carrental.contracts
Contract between the car rental company and a customer.
|
|||
private
String
|
id
|
||
private
String
|
contractNo
Represents . |
||
private
Date
|
signed
Represents . |
|
|||
public
Customer
|
customer
|
||
public
Driver
|
driver
|
||
public
Car
|
car
|
||
public
ReturnDoc
|
returnDoc
|
||
public
HandoutDoc
|
handoutDoc
|
||
public
AccidentDoc
|
accidentDoc
|
|
private
String id
private
String contractNo
Represents ...
private
Date signed
Represents ...
|
public
Customer customer
public
Driver driver
public
Car car
public
ReturnDoc returnDoc
public
HandoutDoc handoutDoc
public
AccidentDoc accidentDoc
|
Poseidon for UMLTM UMLdoc |
|||||||||
|