Class GalaxyProjectName

  • All Implemented Interfaces:
    UploadProjectName

    public class GalaxyProjectName
    extends java.lang.Object
    implements UploadProjectName
    A name for a Galaxy project (Library) used for checking the validity of the name.
    • Constructor Summary

      Constructors 
      Constructor Description
      GalaxyProjectName​(java.lang.String objectName)
      Builds a new GalaxyObjectName with the given name.
    • 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 the object to upload.
      int hashCode()
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

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

      • GalaxyProjectName

        public GalaxyProjectName​(java.lang.String objectName)
        Builds a new GalaxyObjectName with the given name.
        Parameters:
        objectName - The name of the Galaxy object.
    • Method Detail

      • getName

        public java.lang.String getName()
        The name of the object to upload.
        Specified by:
        getName in interface UploadProjectName
        Returns:
        The name of the object to upload.
      • 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