com.opera.core.systems.model
Class ColorResult

java.lang.Object
  extended by com.opera.core.systems.model.ColorResult

public class ColorResult
extends Object

Represents a result from screenwathcer that identifies if a the color we were looking for matched, and number of matches if any, matches are tagged with an ID.

Author:
Deniz Turkoglu

Field Summary
protected  int count
           
protected  int id
           
 
Constructor Summary
ColorResult(int count, int id)
           
 
Method Summary
 int getCount()
           
 int getId()
           
 void setCount(int count)
           
 void setId(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected int id

count

protected int count
Constructor Detail

ColorResult

public ColorResult(int count,
                   int id)
Method Detail

getId

public int getId()

setId

public void setId(int id)

getCount

public int getCount()

setCount

public void setCount(int count)


Copyright © 2012. All Rights Reserved.