Class MapDataC

java.lang.Object
de.elo.ix.client.MapDataC
All Implemented Interfaces:
java.io.Serializable

public class MapDataC
extends java.lang.Object
implements java.io.Serializable
Constant class for MapData
Since:
9.00.014.009
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected int lnBlob
    Maximum length of blob value. 1048576 Bytes
    protected int lnId
    Maximum length of map id.
    protected int lnKey
    Maximum length of map item key.
    protected int lnValue
    Maximum length of map item value.
  • Constructor Summary

    Constructors 
    Constructor Description
    MapDataC()  
  • Method Summary

    Modifier and Type Method Description
    int getLnBlob()  
    int getLnId()  
    int getLnKey()  
    int getLnValue()  
    void setLnBlob​(int lnBlob)  
    void setLnId​(int lnId)  
    void setLnKey​(int lnKey)  
    void setLnValue​(int lnValue)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • lnValue

      protected int lnValue
      Maximum length of map item value.
    • lnKey

      protected int lnKey
      Maximum length of map item key.
    • lnId

      protected int lnId
      Maximum length of map id.
    • lnBlob

      protected int lnBlob
      Maximum length of blob value. 1048576 Bytes
      Since:
      10.00.020.007
  • Constructor Details

  • Method Details