Class SubType

  • All Implemented Interfaces:
    java.io.Serializable

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

    SubType class.

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

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

      • Methods inherited from class java.lang.Object

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

      • SubType

        public SubType()

        Constructor for SubType.

      • SubType

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

        Constructor for SubType.

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