Class ISnapshotConfiguration.MetadataEntryInfo
java.lang.Object
com.e1c.g5.v8.internal.snapshot.participation.ISnapshotConfiguration.MetadataEntryInfo
- Enclosing interface:
- ISnapshotConfiguration
Description of metadata entry.
-
Constructor Summary
ConstructorsConstructorDescriptionMetadataEntryInfo
(String participantId, String entryId) Constructs metadata entry info. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets entry identifier.Gets identifier of the snapshot participant who added this entry.int
hashCode()
-
Constructor Details
-
MetadataEntryInfo
Constructs metadata entry info.- Parameters:
participantId
- participant id, cannot benull
entryId
- entry id, cannot benull
-
-
Method Details
-
getParticipantId
Gets identifier of the snapshot participant who added this entry.- Returns:
- the participant identifier, never
null
-
getEntryId
Gets entry identifier.- Returns:
- the entry identifier, never
null
-
hashCode
public int hashCode() -
equals
-