|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cad.simcad.dummies.DummyIncident
Constructor Summary | |
DummyIncident(EmergencyVehicule ev)
Creates a new instance of DummyIncident |
Method Summary | |
java.lang.String |
getDescription()
Method getDescription. |
EmergencyVehicule |
getEmergencyVehicule()
Method getEmergencyVehicule. |
Gravity |
getGravity()
Method getGravity. |
Id |
getIncidentId()
Method getIncidentId. |
Place |
getPlace()
Method getPlace. |
Team |
getTeam()
Method getTeam. |
java.sql.Timestamp |
getTime()
Method getTime. |
void |
setEmergencyVehicule(EmergencyVehicule v)
Method setEmergencyVehicule. |
void |
setGravity(Gravity g)
Method setGravity. |
void |
setId(Id i)
Method setId |
void |
setPlace(Place p)
Method setPlace. |
void |
setTeam(Team t)
Method setTeam. |
void |
setTime(java.sql.Timestamp d)
Method setTime. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DummyIncident(EmergencyVehicule ev)
Method Detail |
public EmergencyVehicule getEmergencyVehicule()
getEmergencyVehicule
in interface Incident
IncidentNullEmergencyVehiculeException
public Gravity getGravity()
getGravity
in interface Incident
IncidentNullGravityException
public Place getPlace()
getPlace
in interface Incident
IncidentNullPlaceException
public Team getTeam()
IncidentNullTeamException
public java.sql.Timestamp getTime()
getTime
in interface Incident
IncidentNullTimeException
public void setEmergencyVehicule(EmergencyVehicule v)
setEmergencyVehicule
in interface Incident
/
public void setGravity(Gravity g)
setGravity
in interface Incident
UnknownGravityException
public void setPlace(Place p)
setPlace
in interface Incident
OutOfMapException
public void setTeam(Team t)
/
public void setTime(java.sql.Timestamp d)
setTime
in interface Incident
/
public java.lang.String getDescription()
getDescription
in interface Incident
IncidentNullEmergencyVehiculeException
public Id getIncidentId()
getIncidentId
in interface Incident
IncidentNullEmergencyVehiculeException
public void setId(Id i)
setId
in interface Incident
IncidentNullEmergencyVehiculeException
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |