Class LocationEntity


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

    TypeEntity class.

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

      Constructors 
      Constructor Description
      LocationEntity()
      Constructor for LocationEntity.
      LocationEntity​(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

      • LocationEntity

        public LocationEntity()

        Constructor for LocationEntity.

      • LocationEntity

        public LocationEntity​(java.lang.String code,
                              java.lang.String label)

        Constructor for TypeEntity.

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