Class MapItem

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

public class MapItem extends ValueClass implements Serializable
Internal class.
See Also:
  • Field Details

    • id

      protected String id
      Map id.
    • key

      protected String key
      Map key.
    • value

      protected String value
      Map value.
    • contentType

      protected String contentType
      Content Type.
    • blobData

      protected InputStream blobData
      Blob data.
      Since:
      10.00.020.005
  • Constructor Details

    • MapItem

      public MapItem()
    • MapItem

      public MapItem(MapItem rhs)
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • getBlobData

      public InputStream getBlobData()
    • setBlobData

      public void setBlobData(InputStream blobData)
    • isBlob

      public boolean isBlob()
      Checks whether this object has a BLOB value.
      Returns:
      true for BLOB.