applications.basics
Class TimeStamp

java.lang.Object
  extended by applications.basics.TimeStamp

public class TimeStamp
extends java.lang.Object


Constructor Summary
TimeStamp()
           
 
Method Summary
 java.sql.Timestamp getTimestamp()
          Get the value of timestamp.
static void main(java.lang.String[] args)
           
 void setTimestamp(java.sql.Timestamp v)
          Set the value of timestamp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeStamp

public TimeStamp()
Method Detail

getTimestamp

public java.sql.Timestamp getTimestamp()
Get the value of timestamp.

Returns:
Value of timestamp.

setTimestamp

public void setTimestamp(java.sql.Timestamp v)
Set the value of timestamp.

Parameters:
v - Value to assign to timestamp.

main

public static void main(java.lang.String[] args)