Class PropertyHistoryEntry

  • All Implemented Interfaces:
    java.io.Serializable

    @JsonObject("as.dto.history.PropertyHistoryEntry")
    public class PropertyHistoryEntry
    extends HistoryEntry
    See Also:
    Serialized Form
    • Constructor Detail

      • PropertyHistoryEntry

        public PropertyHistoryEntry()
    • Method Detail

      • getPropertyName

        public java.lang.String getPropertyName()
      • setPropertyName

        public void setPropertyName​(java.lang.String propertyName)
      • getPropertyValue

        public java.lang.String getPropertyValue()
      • setPropertyValue

        public void setPropertyValue​(java.lang.String propertyValue)