Class SubTypeEntity

java.lang.Object
org.exoplatform.timetracker.entity.SubTypeEntity

@Entity(name="SubTypeEntity") public class SubTypeEntity extends Object

SubTypeEntity class.

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

    • SubTypeEntity

      public SubTypeEntity()

      Constructor for SubTypeEntity.

    • SubTypeEntity

      public SubTypeEntity(Long id, String code, String label, TypeEntity typeEntity)

      Constructor for SubTypeEntity.

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