Poseidon for UMLTM
  UMLdoc
 PREV  CLASSIFIER    NEXT  CLASSIFIER     FRAMES    NO FRAMES      
SUMMARY:   INNER | ATTR | ASSOC | CONSTR | METHOD     DETAIL:   INNER | ATTR | ASSOC | CONSTR | METHOD     DIAGRAMS:   COLLAB | SEQ | STATE | ACTIV

de.mbohlen.uml2ejb.samples.carrental.customers

Class Customer


public class Customer

Represents a customer in the car rental system.


 Attribute Summary
private String  id
 
private String  name

Represents . 

private String  customerNo

Represents . 

private String  password
 
arrow_up
 

 Association Summary
public Driver  licensedDrivers
 
public Contract  contract
 
public Reservation  reservation
 
arrow_up
 

 Method Summary
public   addDriver( DriverLocal driver )

Adds a driver to a customer. 

arrow_up
 

 Attribute Detail

id

private String id

 
arrow_up
 
 

name

private String name

Represents ...

 
arrow_up
 
 

customerNo

private String customerNo

Represents ...

 
arrow_up
 
 

password

private String password

 
arrow_up
 

 Association Detail

licensedDrivers

public Driver licensedDrivers

 
arrow_up
 
 

contract

public Contract contract

 
arrow_up
 
 

reservation

public Reservation reservation

 
arrow_up
 

 Method Detail

addDriver

public addDriver( DriverLocal driver )

Adds a driver to a customer. This method is used exclusively by the session facade (CustomerService).

Parameters:
driver - reference to the Driver bean

 
arrow_up
 

Created  2002 - 12 - 7

    Poseidon for UMLTM
  UMLdoc
 PREV  CLASSIFIER    NEXT  CLASSIFIER     FRAMES    NO FRAMES      
SUMMARY:   INNER | ATTR | ASSOC | CONSTR | METHOD     DETAIL:   INNER | ATTR | ASSOC | CONSTR | METHOD     DIAGRAMS:   COLLAB | SEQ | STATE | ACTIV

Generated with Poseidon for UMLTM.
Poseidon is a registered trademark of Gentleware AG in Germany, USA and other countries. Copyright 2001 Gentleware AG, Vogt-Kölln-Str.30, 22527 Hamburg, Germany. All Rights Reserved.

UML is a trademark or registered trademark of Object Management Group, Inc. in the U.S. and other countries.