|
Poseidon for UMLTM UMLdoc |
|||||||||
|
de.mbohlen.uml2ejb.samples.carrental.customers
Represents a customer in the car rental system.
|
|||
private
String
|
id
|
||
private
String
|
name
Represents . |
||
private
String
|
customerNo
Represents . |
||
private
String
|
password
|
|
|||
public
Driver
|
licensedDrivers
|
||
public
Contract
|
contract
|
||
public
Reservation
|
reservation
|
|
|||
public
|
addDriver(
DriverLocal driver
)
Adds a driver to a customer. |
|
private
String id
private
String name
Represents ...
private
String customerNo
Represents ...
private
String password
|
public
Driver licensedDrivers
public
Contract contract
public
Reservation reservation
|
public
addDriver(
DriverLocal driver
)
Adds a driver to a customer. This method is used exclusively by the session facade (CustomerService).
driver
- reference to the Driver bean
|
Poseidon for UMLTM UMLdoc |
|||||||||
|