Class Office

  • All Implemented Interfaces:
    java.io.Serializable

    public class Office
    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
      Office()
      Constructor for Type.
      Office​(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

      • Office

        public Office()

        Constructor for Type.

      • Office

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

        Constructor for Type.

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