Class CMAOrganization


  • public class CMAOrganization
    extends CMAResource
    Model class representing one organization.
    • Constructor Detail

      • CMAOrganization

        public CMAOrganization()
        Creates a new organization.
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name of this organization.
      • setName

        public CMAOrganization setName​(java.lang.String name)
        Update the name of the organization.
        Parameters:
        name - new name to be set
        Returns:
        this instance for chaining.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class CMAResource
        Returns:
        a human readable string, representing the object.