com.karmasphere.client.common
Class Fact

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

public class Fact
extends Object


Constructor Summary
Fact()
           
 
Method Summary
 String getData()
           
 String getFeed()
           
 String getIdentity()
           
 int getValue()
           
 void setData(String data)
           
 void setFeed(String feed)
           
 void setIdentity(String identity)
           
 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

Fact

public Fact()
Method Detail

setIdentity

public void setIdentity(String identity)

getIdentity

public String getIdentity()

setFeed

public void setFeed(String feed)

getFeed

public String getFeed()

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.