gov.nih.nci.mageom.search.ArrayDesign.enhanced
Interface ReporterSummary
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- ReporterSummaryBean
public interface ReporterSummary
- extends java.io.Serializable
Coarse-grained data representation of significant Reporter annotation information.
- Since:
- 1.5
- Author:
- matyass
getDesignElementGroupId
java.lang.Long getDesignElementGroupId()
- Returns:
- value representing DesignElementGroup.id (in this case ReporterGroup.Id)
getDesignElementConcreteClass
java.lang.String getDesignElementConcreteClass()
- Returns:
- DesignElement type
getReporterName
java.lang.String getReporterName()
- Returns:
- value representing Reporter.name
getChromosomeValue
java.lang.String getChromosomeValue()
- Returns:
- value representing the chromosome value
getGb4Value
java.lang.String getGb4Value()
- Returns:
- value representing GB4 value
getKbPositionValue
java.lang.String getKbPositionValue()
- Returns:
- value representing KBPosition value
getChromosomeName
java.lang.String getChromosomeName()
- Returns:
- the NameValueType.name entry for chromosome value
getGb4Name
java.lang.String getGb4Name()
- Returns:
- the NameValueType.name entry for gb4 value
getKbPositionName
java.lang.String getKbPositionName()
- Returns:
- the NameValueType.name entry for kbpostion value