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