Class FeatureEntity


  • @Entity(name="FeatureEntity")
    public class FeatureEntity
    extends java.lang.Object

    FeatureEntity 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 - a Long object.
        code - a String object.
        label - a String object.
        spec - a String object.
        exo - a String object.