java.lang.Object
org.hibernate.testing.orm.domain.helpdesk.Incident

@Entity public class Incident extends Object
  • Constructor Details

  • Method Details

    • 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)