Class BatchId

java.lang.Object
org.jumpmind.symmetric.model.BatchId
All Implemented Interfaces:
Serializable

public class BatchId extends Object implements Serializable
See Also:
  • Constructor Details

    • BatchId

      public BatchId()
    • BatchId

      public BatchId(long batchId, String nodeId)
  • Method Details

    • getBatchId

      public long getBatchId()
    • setBatchId

      public void setBatchId(long batchId)
    • getNodeId

      public String getNodeId()
    • setNodeId

      public void setNodeId(String nodeId)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

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

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