Package de.elo.ix.client
Class MapItem
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.MapItem
- All Implemented Interfaces:
Serializable
Internal class.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InputStream
Blob data.protected String
Content Type.protected String
Map id.protected String
Map key.protected String
Map value.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getKey()
getValue()
boolean
isBlob()
Checks whether this object has a BLOB value.void
setBlobData
(InputStream blobData) void
setContentType
(String contentType) void
void
void
toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
id
Map id. -
key
Map key. -
value
Map value. -
contentType
Content Type. -
blobData
Blob data.- Since:
- 10.00.020.005
-
-
Constructor Details
-
MapItem
public MapItem() -
MapItem
-
-
Method Details