Class SubTypeEntity
- java.lang.Object
-
- org.exoplatform.timetracker.entity.SubTypeEntity
-
@Entity(name="SubTypeEntity") public class SubTypeEntity extends java.lang.ObjectSubTypeEntity class.
- Version:
- $Id: $Id
- Author:
- Krout MedAmine
-
-
Constructor Summary
Constructors Constructor Description SubTypeEntity()Constructor for SubTypeEntity.SubTypeEntity(java.lang.Long id, java.lang.String code, java.lang.String label, TypeEntity typeEntity)Constructor for SubTypeEntity.
-
-
-
Constructor Detail
-
SubTypeEntity
public SubTypeEntity()
Constructor for SubTypeEntity.
-
SubTypeEntity
public SubTypeEntity(java.lang.Long id, java.lang.String code, java.lang.String label, TypeEntity typeEntity)Constructor for SubTypeEntity.
- Parameters:
id- aLongobject.code- aStringobject.label- aStringobject.typeEntity- aTypeEntityobject.
-
-