Class PropertyHistoryEntry

java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.history.HistoryEntry
ch.ethz.sis.openbis.generic.asapi.v3.dto.history.PropertyHistoryEntry
All Implemented Interfaces:
Serializable

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

    • PropertyHistoryEntry

      public PropertyHistoryEntry()
  • Method Details

    • getPropertyName

      public String getPropertyName()
    • setPropertyName

      public void setPropertyName(String propertyName)
    • getPropertyValue

      public String getPropertyValue()
    • setPropertyValue

      public void setPropertyValue(String propertyValue)