Class ToolShedRepositoryImpl
java.lang.Object
org.galaxyproject.gxformat2.v19_09.utils.SavableImpl
org.galaxyproject.gxformat2.v19_09.ToolShedRepositoryImpl
- All Implemented Interfaces:
ToolShedRepository
,Savable
Auto-generated class implementation for
https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository
-
Constructor Summary
ConstructorsConstructorDescriptionToolShedRepositoryImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of ToolShedRepositoryImpl. -
Method Summary
Modifier and TypeMethodDescriptionGetter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/changeset_revision
The revision of the tool shed repository this tool can be found in.getName()
Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ToolShedRepository/name
The name of the tool shed repository this tool can be found in.getOwner()
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.
-
Constructor Details
-
ToolShedRepositoryImpl
public ToolShedRepositoryImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of ToolShedRepositoryImpl.- Parameters:
__doc_
- Document fragment to load this record object from (presumably aMap
).__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 aMap
or validation of fields fails.
-
-
Method Details
-
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 interfaceToolShedRepository
-
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 interfaceToolShedRepository
-
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 interfaceToolShedRepository
-
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 interfaceToolShedRepository
-