|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapplications.basics.TimeStamp
public class TimeStamp
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 |
---|
public TimeStamp()
Method Detail |
---|
public java.sql.Timestamp getTimestamp()
public void setTimestamp(java.sql.Timestamp v)
v
- Value to assign to timestamp.public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |