hmi.elckerlyc
Class PegBoard.PegKey

java.lang.Object
  extended by hmi.elckerlyc.PegBoard.PegKey
Enclosing class:
PegBoard

private static class PegBoard.PegKey
extends Object


Field Summary
(package private)  String bmlId
           
(package private)  String id
           
(package private)  String syncId
           
 
Constructor Summary
PegBoard.PegKey(String syncId, String id, String bmlId)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

syncId

final String syncId

id

final String id

bmlId

final String bmlId
Constructor Detail

PegBoard.PegKey

public PegBoard.PegKey(String syncId,
                       String id,
                       String bmlId)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object