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 TypeMethodDescriptionbooleanGets entry identifier.Gets identifier of the snapshot participant who added this entry.inthashCode()
-
Constructor Details
-
MetadataEntryInfo
Constructs metadata entry info.- Parameters:
participantId- participant id, cannot benullentryId- 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
-