Class Project

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

public class Project extends Object implements Serializable

Project class.

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

    • Project

      public Project()

      Constructor for Project.

    • Project

      public Project(Long id, String code, String label, Client client)

      Constructor for Project.

      Parameters:
      id - a Long object.
      code - a String object.
      label - a String object.
      client - a Client object.