com.karmasphere.client.common
Class Combination

java.lang.Object
  extended by com.karmasphere.client.common.Combination

public class Combination
extends Object

A combination of Facts into an aggregate result.


Constructor Summary
Combination()
           
 
Method Summary
 String getData()
           
 String getName()
           
 int getValue()
           
 void setData(String data)
           
 void setName(String name)
           
 void setValue(int value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Combination

public Combination()
Method Detail

setName

public void setName(String name)

getName

public String getName()

setValue

public void setValue(int value)

getValue

public int getValue()

setData

public void setData(String data)

getData

public String getData()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2005 Karamsphere. All Rights Reserved.