nups
Class Sample

java.lang.Object
  |
  +--nups.Sample

class Sample
extends java.lang.Object

A class that represents ...

See Also:
OtherClasses

Field Summary
 java.sql.Timestamp time
          An attribute that represents ...
 int value
          An attribute that represents ...
 
Constructor Summary
Sample(int value, java.sql.Timestamp time)
          An operation that does...
 
Method Summary
 java.sql.Timestamp getTime()
          An operation that does...
 int getValue()
          An operation that does...
 boolean setTime(java.sql.Timestamp time)
          An operation that does...
 java.lang.Boolean setValue()
          An operation that does...
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public int value
An attribute that represents ...

time

public java.sql.Timestamp time
An attribute that represents ...
Constructor Detail

Sample

public Sample(int value,
              java.sql.Timestamp time)
An operation that does...
Parameters:
firstParam - a description of this parameter
Method Detail

setValue

public java.lang.Boolean setValue()
An operation that does...
Parameters:
firstParam - a description of this parameter

setTime

public boolean setTime(java.sql.Timestamp time)
An operation that does...
Parameters:
firstParam - a description of this parameter

getValue

public int getValue()
An operation that does...
Parameters:
firstParam - a description of this parameter

getTime

public java.sql.Timestamp getTime()
An operation that does...
Parameters:
firstParam - a description of this parameter

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object