cad.simcad.ObjectImpl
Class EmergencyVehiculeI

java.lang.Object
  |
  +--cad.simcad.ObjectImpl.EmergencyVehiculeI
All Implemented Interfaces:
EmergencyVehicule, java.io.Serializable

public class EmergencyVehiculeI
extends java.lang.Object
implements EmergencyVehicule

Author:
seb
See Also:
Serialized Form

Constructor Summary
EmergencyVehiculeI(Id i, Team t, Type ty)
          Creates a new instance of EmergencyVehiculeI
EmergencyVehiculeI(Id i, Type ty)
           
 
Method Summary
 Team getTeam()
          Returns the Team associated with the Vehicule
 Type getType()
          Returns the Type of this EmergencyVehicule
 Id getVehiculeId()
          Returns the Id associated with the Vehicule
 void setVehiculeId(Id id)
          Set the Id for this EmergencyVehicule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmergencyVehiculeI

public EmergencyVehiculeI(Id i,
                          Team t,
                          Type ty)
Creates a new instance of EmergencyVehiculeI


EmergencyVehiculeI

public EmergencyVehiculeI(Id i,
                          Type ty)
Method Detail

getVehiculeId

public Id getVehiculeId()
Description copied from interface: EmergencyVehicule
Returns the Id associated with the Vehicule

Specified by:
getVehiculeId in interface EmergencyVehicule
Returns:
an Id object

getType

public Type getType()
Description copied from interface: EmergencyVehicule
Returns the Type of this EmergencyVehicule

Specified by:
getType in interface EmergencyVehicule
Returns:
a Type object

getTeam

public Team getTeam()
Description copied from interface: EmergencyVehicule
Returns the Team associated with the Vehicule

Specified by:
getTeam in interface EmergencyVehicule
Returns:
a Team object

setVehiculeId

public void setVehiculeId(Id id)
Set the Id for this EmergencyVehicule

Specified by:
setVehiculeId in interface EmergencyVehicule
Pre:
-
Post:
The Id for this EmergencyVehicule object is set to "id"

Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be