Class SubType

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

public class SubType extends Object implements Serializable

SubType class.

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

    • SubType

      public SubType()

      Constructor for SubType.

    • SubType

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

      Constructor for SubType.

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