Class MapHistItem

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.MapHistItem
All Implemented Interfaces:
Serializable

public class MapHistItem extends ValueClass implements Serializable
This class provides the version information for a map attribute that has been modified.
See Also:
  • Field Details

    • histGuid

      protected String histGuid
      GUID of the assigned SordHist object.
    • key

      protected String key
      Map key.
    • value

      protected String value
      Map value. An empty value means, that the map item has been deleted.
    • blobValue

      protected FileData blobValue
      BLOB value.
      Since:
      10.00.020.011
  • Constructor Details

    • MapHistItem

      public MapHistItem()
    • MapHistItem

      public MapHistItem(MapHistItem rhs)
  • Method Details

    • getHistGuid

      public String getHistGuid()
    • setHistGuid

      public void setHistGuid(String histGuid)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getBlobValue

      public FileData getBlobValue()
    • setBlobValue

      public void setBlobValue(FileData blobValue)
    • toString

      public String toString()
      Overrides:
      toString in class Object