|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectis.idega.idegaweb.golf.SqlTime
public class SqlTime
Constructor Summary | |
---|---|
SqlTime(int hour,
int min,
int sec)
|
|
SqlTime(java.lang.String time)
|
Method Summary | |
---|---|
int |
getHour()
|
int |
getMinute()
|
int |
getSecond()
|
void |
setSQLTime(int hour,
int min,
int sec)
|
void |
setSQLTime(java.lang.String time)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SqlTime(java.lang.String time)
public SqlTime(int hour, int min, int sec)
Method Detail |
---|
public int getHour()
public int getMinute()
public int getSecond()
public void setSQLTime(int hour, int min, int sec)
public void setSQLTime(java.lang.String time)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |