Class ISnapshotConfiguration.MetadataEntryInfo

java.lang.Object
com.e1c.g5.v8.internal.snapshot.participation.ISnapshotConfiguration.MetadataEntryInfo
Enclosing interface:
ISnapshotConfiguration

public static class ISnapshotConfiguration.MetadataEntryInfo extends Object
Description of metadata entry.
  • Constructor Details

    • MetadataEntryInfo

      public MetadataEntryInfo(String participantId, String entryId)
      Constructs metadata entry info.
      Parameters:
      participantId - participant id, cannot be null
      entryId - entry id, cannot be null
  • Method Details

    • getParticipantId

      public String getParticipantId()
      Gets identifier of the snapshot participant who added this entry.
      Returns:
      the participant identifier, never null
    • getEntryId

      public String getEntryId()
      Gets entry identifier.
      Returns:
      the entry identifier, never null
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object