Class SubTypeEntity


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

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

      • Methods inherited from class java.lang.Object

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