is.idega.idegaweb.golf
Class SqlTime

java.lang.Object
  extended by is.idega.idegaweb.golf.SqlTime

public class SqlTime
extends java.lang.Object


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

SqlTime

public SqlTime(java.lang.String time)

SqlTime

public SqlTime(int hour,
               int min,
               int sec)
Method Detail

getHour

public int getHour()

getMinute

public int getMinute()

getSecond

public int getSecond()

setSQLTime

public void setSQLTime(int hour,
                       int min,
                       int sec)

setSQLTime

public void setSQLTime(java.lang.String time)


Copyright © 2000-2014 idega software. All Rights Reserved.