Class ToolShedRepositoryImpl

java.lang.Object
org.galaxyproject.gxformat2.v19_09.utils.SavableImpl
org.galaxyproject.gxformat2.v19_09.ToolShedRepositoryImpl
All Implemented Interfaces:
ToolShedRepository, Savable

public class ToolShedRepositoryImpl extends SavableImpl implements ToolShedRepository
Auto-generated class implementation for https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository
  • Constructor Summary

    Constructors
    Constructor
    Description
    ToolShedRepositoryImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_)
    Used by RootLoader to construct instances of ToolShedRepositoryImpl.
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/changeset_revision
    The revision of the tool shed repository this tool can be found in.
    Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/name
    The name of the tool shed repository this tool can be found in.
    Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/owner
    The owner of the tool shed repository this tool can be found in.
    Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/tool_shed
    The URI of the tool shed containing the repository this tool can be found in - typically this should be toolshed.g2.bx.psu.edu.

    Methods inherited from class java.lang.Object

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

    • ToolShedRepositoryImpl

      public ToolShedRepositoryImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_)
      Used by RootLoader to construct instances of ToolShedRepositoryImpl.
      Parameters:
      __doc_ - Document fragment to load this record object from (presumably a Map).
      __baseUri_ - Base URI to generate child document IDs against.
      __loadingOptions - Context for loading URIs and populating objects.
      __docRoot_ - ID at this position in the document (if available) (maybe?)
      Throws:
      ValidationException - If the document fragment is not a Map or validation of fields fails.
  • Method Details

    • getName

      public String getName()
      Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/name
      The name of the tool shed repository this tool can be found in. *
      Specified by:
      getName in interface ToolShedRepository
    • getChangeset_revision

      Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/changeset_revision
      The revision of the tool shed repository this tool can be found in. *
      Specified by:
      getChangeset_revision in interface ToolShedRepository
    • getOwner

      public String getOwner()
      Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/owner
      The owner of the tool shed repository this tool can be found in. *
      Specified by:
      getOwner in interface ToolShedRepository
    • getTool_shed

      public String getTool_shed()
      Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/tool_shed
      The URI of the tool shed containing the repository this tool can be found in - typically this should be toolshed.g2.bx.psu.edu. *
      Specified by:
      getTool_shed in interface ToolShedRepository