composant_saisie.wPtime
Class Time

Object
  extended by composant_saisie.wPtime.Time

public class Time
extends Object


A_doc
Licence.


Field Summary
(package private)  Day debut
           
(package private)  Day fin
           
(package private)  boolean plage
           
(package private)  int stimeout
           
 
Constructor Summary
Time()
           
Time(String timedeb, String timefin)
           
 
Method Summary
 void addHour(int x)
           
 void addMinu(int y)
           
 void decrMinDebut(int pheure, int periode)
           
 void decrMinFin(int pheure, int periode)
           
 Point getDebPTime()
           
 String getDebSTime()
           
 Point getFinPTime()
           
 String getFinSTime()
           
 String getHour(int hour)
           
 long getLMilTime()
           
 String getMinu(int minu)
           
 Point getPTime()
           
 String getSTime()
           
 String getSTimeDelay()
           
 long getTime()
           
 String getTimeDelay()
           
 int getTimeDelayMinutes()
           
 void incrMinDebut(int pheure, int periode)
           
 void incrMinFin(int pheure, int periode)
           
 boolean isPlage()
           
 void roundTime(int pheure, int periode)
           
 void setHour(int x)
           
 void setMinu(int y)
           
 void setPlage(String timetot)
           
 void setPlage(String timedeb, String timefin)
           
 void setPTime(Point point)
           
 void setSTime(String time)
           
 void setTimeValue(Time time)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debut

Day debut

fin

Day fin

plage

boolean plage

stimeout

int stimeout
Constructor Detail

Time

public Time()

Time

public Time(String timedeb,
            String timefin)
Method Detail

isPlage

public boolean isPlage()

getPTime

public Point getPTime()

getDebPTime

public Point getDebPTime()

getFinPTime

public Point getFinPTime()

getLMilTime

public long getLMilTime()

getTime

public long getTime()

getHour

public String getHour(int hour)

getMinu

public String getMinu(int minu)

getSTime

public String getSTime()

getDebSTime

public String getDebSTime()

getFinSTime

public String getFinSTime()

setTimeValue

public void setTimeValue(Time time)

setSTime

public void setSTime(String time)

setPTime

public void setPTime(Point point)

setPlage

public void setPlage(String timedeb,
                     String timefin)

setHour

public void setHour(int x)

setMinu

public void setMinu(int y)

addHour

public void addHour(int x)

addMinu

public void addMinu(int y)

roundTime

public void roundTime(int pheure,
                      int periode)

incrMinFin

public void incrMinFin(int pheure,
                       int periode)

incrMinDebut

public void incrMinDebut(int pheure,
                         int periode)

decrMinDebut

public void decrMinDebut(int pheure,
                         int periode)

decrMinFin

public void decrMinFin(int pheure,
                       int periode)

setPlage

public void setPlage(String timetot)

getSTimeDelay

public String getSTimeDelay()

getTimeDelay

public String getTimeDelay()

getTimeDelayMinutes

public int getTimeDelayMinutes()