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 String
getDescription()
Instant
getEffectiveEnd()
Instant
getEffectiveStart()
Integer
getId()
Instant
getReported()
void
setDescription(String description)
void
setEffectiveEnd(Instant effectiveEnd)
void
setEffectiveStart(Instant effectiveStart)
void
setId(Integer id)
void
setReported(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)
-
-