Class Type

  • All Implemented Interfaces:
    java.io.Serializable

    public class Type
    extends java.lang.Object
    implements java.io.Serializable

    Type class.

    Version:
    $Id: $Id
    Author:
    Krout MedAmine
    See Also:
    Serialized Form
    • Constructor Summary

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

      • Methods inherited from class java.lang.Object

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

      • Type

        public Type()

        Constructor for Type.

      • Type

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

        Constructor for Type.

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