Class HistoricFormPropertyEventEntity

All Implemented Interfaces:
Serializable, DbEntity, HistoricEntity
Direct Known Subclasses:
HistoricFormPropertyEntity

public class HistoricFormPropertyEventEntity extends HistoricDetailEventEntity
Author:
Daniel Meyer
See Also:
  • Field Details

    • propertyId

      protected String propertyId
    • propertyValue

      protected String propertyValue
  • Constructor Details

    • HistoricFormPropertyEventEntity

      public HistoricFormPropertyEventEntity()
  • Method Details

    • getPropertyId

      public String getPropertyId()
    • setPropertyId

      public void setPropertyId(String propertyId)
    • getPropertyValue

      public Object getPropertyValue()
    • setPropertyValue

      public void setPropertyValue(String propertyValue)
    • getTime

      public Date getTime()
    • toString

      public String toString()
      Overrides:
      toString in class HistoricDetailEventEntity