Class GalaxyAccountEmail

  • All Implemented Interfaces:
    UploaderAccountName

    public class GalaxyAccountEmail
    extends java.lang.Object
    implements UploaderAccountName
    A GalaxyAccount object for storing credentials for an account in Galaxy.
    • Constructor Summary

      Constructors 
      Constructor Description
      GalaxyAccountEmail​(java.lang.String galaxyAccountEmail)
      Builds a new GalaxyAccountEmail with the passed email address.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      java.lang.String getName()
      The name of this account as a string.
      int hashCode()
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GalaxyAccountEmail

        public GalaxyAccountEmail​(java.lang.String galaxyAccountEmail)
        Builds a new GalaxyAccountEmail with the passed email address.
        Parameters:
        galaxyAccountEmail - The email address for a user in Galaxy.
    • Method Detail

      • getName

        public java.lang.String getName()
        The name of this account as a string.
        Specified by:
        getName in interface UploaderAccountName
        Returns:
        The name of this account.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object