Package org.exoplatform.timetracker.dto
Class WorkTime
java.lang.Object
org.exoplatform.timetracker.dto.WorkTime
- All Implemented Interfaces:
Serializable
Type class.
- Version:
- $Id: $Id
- Author:
- Krout MedAmine
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
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- aStringWorkTime object Id.from- aDateWorkTime from date.to- aDateWorkTime from date.fromDate- aDateWorkTime from date .toDate- aDateWorkTime from date.time- afloatnumber of hours.period- aStringperiod type can be week, day or mounth.team- aStringrelated team.userId- aStringrlated user id.office- aOfficerelated office.defaultTime- aBooleantrue it this plan is the default to use.
-