Class Type

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

public class Type extends Object implements Serializable

Type class.

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

    • Type

      public Type()

      Constructor for Type.

    • Type

      public Type(Long id, String code, String label)

      Constructor for Type.

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