dms.dss
Class UserEventDataObject

java.lang.Object
  |
  +--dms.dss.UserEventDataObject

public class UserEventDataObject
extends java.lang.Object

Holds all the data for a user event data object in the database.

CVS $Id: UserEventDataObject.html,v 1.2 2003/08/01 21:44:27 khuck Exp $


Constructor Summary
UserEventDataObject()
           
 
Method Summary
 int getContext()
           
 double getMaximumValue()
           
 double getMeanValue()
           
 double getMinimumValue()
           
 int getNode()
           
 int getProfileID()
           
 int getSampleCount()
           
 double getStandardDeviation()
           
 int getThread()
           
 int getUserEventID()
           
 void setContext(int context)
           
 void setMaximumValue(double maximumValue)
           
 void setMeanValue(double meanValue)
           
 void setMinimumValue(double minimumValue)
           
 void setNode(int node)
           
 void setProfileID(int profileID)
           
 void setSampleCount(int sampleCount)
           
 void setStandardDeviation(double standardDeviation)
           
 void setThread(int thread)
           
 void setUserEventIndexID(int userEventID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserEventDataObject

public UserEventDataObject()
Method Detail

setUserEventIndexID

public void setUserEventIndexID(int userEventID)

setProfileID

public void setProfileID(int profileID)

setNode

public void setNode(int node)

setContext

public void setContext(int context)

setThread

public void setThread(int thread)

setSampleCount

public void setSampleCount(int sampleCount)

setMaximumValue

public void setMaximumValue(double maximumValue)

setMinimumValue

public void setMinimumValue(double minimumValue)

setMeanValue

public void setMeanValue(double meanValue)

setStandardDeviation

public void setStandardDeviation(double standardDeviation)

getUserEventID

public int getUserEventID()

getProfileID

public int getProfileID()

getNode

public int getNode()

getContext

public int getContext()

getThread

public int getThread()

getSampleCount

public int getSampleCount()

getMaximumValue

public double getMaximumValue()

getMinimumValue

public double getMinimumValue()

getMeanValue

public double getMeanValue()

getStandardDeviation

public double getStandardDeviation()