Class Incident
java.lang.Object
org.hibernate.testing.orm.domain.helpdesk.Incident
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setDescription
(String description) void
setEffectiveEnd
(Instant effectiveEnd) void
setEffectiveStart
(Instant effectiveStart) void
void
setReported
(Instant reported)
-
Constructor Details
-
Incident
public Incident() -
Incident
-
Incident
-
-
Method Details
-
getId
-
setId
-
getDescription
-
setDescription
-
getReported
-
setReported
-
getEffectiveStart
-
setEffectiveStart
-
getEffectiveEnd
-
setEffectiveEnd
-