Class WorkTime

java.lang.Object
org.exoplatform.timetracker.dto.WorkTime
All Implemented Interfaces:
Serializable

public class WorkTime extends Object implements Serializable

Type class.

Version:
$Id: $Id
Author:
Krout MedAmine
See Also:
  • Constructor Details

    • WorkTime

      public WorkTime()

      Constructor for WorkTime.

    • WorkTime

      public WorkTime(Long id, Date from, Date to, String fromDate, String toDate, float time, String period, String team, String userId, Office office, boolean defaultTime)

      Constructor for WorkTime.

      Parameters:
      id - a String WorkTime object Id.
      from - a Date WorkTime from date.
      to - a Date WorkTime from date.
      fromDate - a Date WorkTime from date .
      toDate - a Date WorkTime from date.
      time - a float number of hours.
      period - a String period type can be week, day or mounth.
      team - a String related team.
      userId - a String rlated user id.
      office - a Office related office.
      defaultTime - a Boolean true it this plan is the default to use.