Class TypeEntity


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

    TypeEntity class.

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

      Constructors 
      Constructor Description
      TypeEntity()
      Constructor for TypeEntity.
      TypeEntity​(java.lang.Long id, java.lang.String code, java.lang.String label)
      Constructor for TypeEntity.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TypeEntity

        public TypeEntity()

        Constructor for TypeEntity.

      • TypeEntity

        public TypeEntity​(java.lang.Long id,
                          java.lang.String code,
                          java.lang.String label)

        Constructor for TypeEntity.

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