Class Incident
- java.lang.Object
-
- org.hibernate.testing.orm.domain.helpdesk.Incident
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()InstantgetEffectiveEnd()InstantgetEffectiveStart()IntegergetId()InstantgetReported()voidsetDescription(String description)voidsetEffectiveEnd(Instant effectiveEnd)voidsetEffectiveStart(Instant effectiveStart)voidsetId(Integer id)voidsetReported(Instant reported)
-
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getReported
public Instant getReported()
-
setReported
public void setReported(Instant reported)
-
getEffectiveStart
public Instant getEffectiveStart()
-
setEffectiveStart
public void setEffectiveStart(Instant effectiveStart)
-
getEffectiveEnd
public Instant getEffectiveEnd()
-
setEffectiveEnd
public void setEffectiveEnd(Instant effectiveEnd)
-
-