Package de.elo.ix.client
Class MapDataC
java.lang.Object
de.elo.ix.client.MapDataC
- All Implemented Interfaces:
Serializable
Constant class for MapData
- Since:
- 9.00.014.009
- See Also:
-
Field Details
-
lnValue
protected int lnValueMaximum length of map item value. -
lnKey
protected int lnKeyMaximum length of map item key. -
lnId
protected int lnIdMaximum length of map id. -
lnBlob
protected int lnBlobMaximum length of blob value. 1048576 Bytes- Since:
- 10.00.020.007
-
-
Constructor Details
-
MapDataC
public MapDataC()
-
-
Method Details
-
getLnValue
public int getLnValue() -
setLnValue
public void setLnValue(int lnValue) -
getLnKey
public int getLnKey() -
setLnKey
public void setLnKey(int lnKey) -
getLnId
public int getLnId() -
setLnId
public void setLnId(int lnId) -
getLnBlob
public int getLnBlob() -
setLnBlob
public void setLnBlob(int lnBlob)
-