Package org.exoplatform.timetracker.dto
Class Activity
java.lang.Object
org.exoplatform.timetracker.dto.Activity
- All Implemented Interfaces:
Serializable
Activity class.
- Version:
- $Id: $Id
- Author:
- Krout MedAmine
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Activity
public Activity()Constructor for Activity.
-
Activity
public Activity(Long id, Type type, SubType subType, ActivityCode activityCode, SubActivityCode subActivityCode, String label, Project project, Feature feature, List<Team> teams) Constructor for Activity.
- Parameters:
id- aLongobject.type- aTypeobject.subType- aSubTypeobject.activityCode- aActivityCodeobject.subActivityCode- aSubActivityCodeobject.label- aStringobject.project- aProjectobject.feature- aFeatureobject.teams- aListobject.
-