Package de.elo.ix.client
Class MapHistItem
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.MapHistItem
- All Implemented Interfaces:
Serializable
This class provides the version information for a map attribute that has been modified.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FileData
BLOB value.protected String
GUID of the assigned SordHist object.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 TypeMethodDescriptiongetKey()
getValue()
void
setBlobValue
(FileData blobValue) void
setHistGuid
(String histGuid) void
void
toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
histGuid
GUID of the assigned SordHist object. -
key
Map key. -
value
Map value. An empty value means, that the map item has been deleted. -
blobValue
BLOB value.- Since:
- 10.00.020.011
-
-
Constructor Details
-
MapHistItem
public MapHistItem() -
MapHistItem
-
-
Method Details