Class Incidentlogs

java.lang.Object
org.apache.clusterbr.zupportl5.entity.Incidentlogs

@Entity public class Incidentlogs extends Object

UML Diagrams:

UML CLASS Diagram

Since:
2024-1108
Author:
arcbrth@gmail.com
  • Constructor Details

    • Incidentlogs

      public Incidentlogs()
  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getAction

      public String getAction()
    • setAction

      public void setAction(String action)
    • getTimestamp

      public Timestamp getTimestamp()
    • setTimestamp

      public void setTimestamp(Timestamp timestamp)
    • getIncidentID

      public Incident getIncidentID()
    • setIncidentID

      public void setIncidentID(Incident incidentID)
    • getEngineerID

      public Engineer getEngineerID()
    • setEngineerID

      public void setEngineerID(Engineer engineerID)