Uses of Class
net.ponec.jworksheet.bo.item.Time

Packages that use Time
net.ponec.jworksheet.bo Business objects (BO) All classes in the package are presistent. 
net.ponec.jworksheet.bo.item   
 

Uses of Time in net.ponec.jworksheet.bo
 

Fields in net.ponec.jworksheet.bo with type parameters of type Time
static UjoProperty<Event,Time> Event.P_TIME
          Start time of event
 

Methods in net.ponec.jworksheet.bo that return Time
 Time Event.getTime()
          Deprecated. This is a JavaBean method however the method is deprecated because the jWorkSheet application want to use an UJO access only.
 Time Event.getTimeFinished()
          Returns a Finished time
 

Methods in net.ponec.jworksheet.bo with parameters of type Time
 void Event.setPeriod(Time time)
          Set a time period
 void Event.setTime(Time time)
          Deprecated. This is a JavaBean method however the method is deprecated because the jWorkSheet application want to use an UJO access only.
 

Uses of Time in net.ponec.jworksheet.bo.item
 

Methods in net.ponec.jworksheet.bo.item that return Time
 Time Time.cloneAdd(int period)
          Add some minutes to a new Time instance.
 

Methods in net.ponec.jworksheet.bo.item with parameters of type Time
 short Time.substract(Time time)
          Result [minutes]: this - time.
 



Copyright © 2007-2009 PPonec