Class Organization

    • Constructor Summary

      Constructors 
      Constructor and Description
      Organization() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Long getId()
      Gets the ID of the organization
      java.lang.String getName()
      Gets the name of the organization
      • Methods inherited from class java.lang.Object

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

      • Organization

        public Organization()
    • Method Detail

      • getId

        public java.lang.Long getId()
        Gets the ID of the organization
        Returns:
        the ID of the organization
      • getName

        public java.lang.String getName()
        Gets the name of the organization
        Returns:
        the name of the organization