java.lang.Object
ch.tocco.nice2.persist.history.impl.store.History

@Entity public class History extends Object
  • Constructor Details

    • History

      public History()
  • Method Details

    • getPk

      public Long getPk()
    • setPk

      public void setPk(Long pk)
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getCommitId

      public String getCommitId()
    • setCommitId

      public void setCommitId(String commitId)
    • getIpAddress

      @Nullable public @Nullable String getIpAddress()
    • setIpAddress

      public void setIpAddress(@Nullable @Nullable String ipAddress)
    • getTimestamp

      public ZonedDateTime getTimestamp()
    • setTimestamp

      public void setTimestamp(ZonedDateTime timestamp)
    • getData

      public HistoryData getData()
    • setData

      public void setData(HistoryData data)
    • getEntityModel

      public String getEntityModel()
    • setEntityModel

      public void setEntityModel(String entityModel)
    • getEntityKey

      public String getEntityKey()
    • setEntityKey

      public void setEntityKey(String entityKey)
    • getOperation

      public String getOperation()
    • setOperation

      public void setOperation(String operation)
    • getBusinessUnitId

      public Long getBusinessUnitId()
    • setBusinessUnitId

      public void setBusinessUnitId(Long businessUnitId)