Class SimpleTaxonMetadata
- java.lang.Object
-
- ubic.gemma.core.loader.expression.simple.model.SimpleTaxonMetadata
-
- All Implemented Interfaces:
Serializable
public class SimpleTaxonMetadata extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleTaxonMetadata()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SimpleTaxonMetadata
forId(Long id)
static SimpleTaxonMetadata
forName(String name)
static SimpleTaxonMetadata
forNcbiId(Integer ncbiId)
-
-
-
Method Detail
-
forId
public static SimpleTaxonMetadata forId(Long id)
-
forNcbiId
public static SimpleTaxonMetadata forNcbiId(Integer ncbiId)
-
forName
public static SimpleTaxonMetadata forName(String name)
-
-