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