public class Activity
extends java.lang.Object
implements java.io.Serializable
Activity class.
| Constructor and Description |
|---|
Activity()
Constructor for Activity.
|
Activity(java.lang.Long id,
Type type,
SubType subType,
ActivityCode activityCode,
SubActivityCode subActivityCode,
java.lang.String label,
Project project,
Feature feature,
java.util.List<Team> teams)
Constructor for Activity.
|
public Activity()
Constructor for Activity.
public Activity(java.lang.Long id,
Type type,
SubType subType,
ActivityCode activityCode,
SubActivityCode subActivityCode,
java.lang.String label,
Project project,
Feature feature,
java.util.List<Team> teams)
Constructor for Activity.
id - a Long object.type - a Type object.subType - a SubType object.activityCode - a ActivityCode object.subActivityCode - a SubActivityCode object.label - a String object.project - a Project object.feature - a Feature object.teams - a List object.Copyright © 2003–2020 eXo Platform SAS. All rights reserved.