cad.simcad.objectserver.spec.cac.objects
Interface EmergencyVehicule

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EmergencyVehiculeI

public interface EmergencyVehicule
extends java.io.Serializable

Interface toward a buisness object for a vehicule that can deal with incidents

Author:
Charles-Philip Bentley

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
 

Method Detail

getType

public Type getType()
Returns the Type of this EmergencyVehicule

Pre:
-
Returns:
a Type object
Post:

getTeam

public Team getTeam()
Returns the Team associated with the Vehicule

Pre:
-
Returns:
a Team object
Post:
-

getVehiculeId

public Id getVehiculeId()
Returns the Id associated with the Vehicule

Pre:
-
Returns:
an Id object
Post:
-

setVehiculeId

public void setVehiculeId(Id id)
Set the Id for this 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