|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cad.simcad.ObjectImpl.IncidentI
Constructor Summary | |
IncidentI(Form f)
|
|
IncidentI(Id i,
EmergencyVehicule e,
Gravity g,
Place p,
java.sql.Timestamp t,
java.lang.String des)
Creates a new instance of IncidentI |
Method Summary | |
java.lang.String |
getDescription()
Method getDescription. |
EmergencyVehicule |
getEmergencyVehicule()
Method getEmergencyVehicule. |
Gravity |
getGravity()
Method getGravity. |
Id |
getIncidentId()
Method getIncidentId. |
Place |
getPlace()
Method getPlace. |
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 |
setTime(java.sql.Timestamp t)
Method setTime. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IncidentI(Id i, EmergencyVehicule e, Gravity g, Place p, java.sql.Timestamp t, java.lang.String des)
public IncidentI(Form f)
Method Detail |
public Id getIncidentId()
Incident
getIncidentId
in interface Incident
public EmergencyVehicule getEmergencyVehicule()
Incident
getEmergencyVehicule
in interface Incident
public Gravity getGravity()
Incident
getGravity
in interface Incident
public Place getPlace()
Incident
getPlace
in interface Incident
public java.sql.Timestamp getTime()
Incident
getTime
in interface Incident
public java.lang.String getDescription()
Incident
getDescription
in interface Incident
public void setEmergencyVehicule(EmergencyVehicule v)
Incident
setEmergencyVehicule
in interface Incident
public void setGravity(Gravity g)
Incident
setGravity
in interface Incident
public void setTime(java.sql.Timestamp t)
Incident
setTime
in interface Incident
public void setPlace(Place p)
Incident
setPlace
in interface Incident
public void setId(Id i)
Incident
setId
in interface Incident
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |