Package org.openhab.binding.digitalstrom.internal.client.entity

Examples of org.openhab.binding.digitalstrom.internal.client.entity.Group


  }
 
  @Override
  public boolean equals(Object obj) {
    if (obj instanceof Group) {
      Group group = (Group)obj;
      return group.getGroupID() == this.getGroupID();
    }
    return false;
  }
View Full Code Here

TOP

Related Classes of org.openhab.binding.digitalstrom.internal.client.entity.Group

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.