edu.jhu.tmaj.client.image.data
Class SubTableSection

java.lang.Object
  extended by edu.jhu.tmaj.client.image.data.SubTableSection
All Implemented Interfaces:
ColorCoded, TableSection, java.io.Serializable, java.lang.Comparable<SubTableSection>

public final class SubTableSection
extends java.lang.Object
implements TableSection, java.lang.Comparable<SubTableSection>, java.io.Serializable, ColorCoded

See Also:
Serialized Form

Constructor Summary
SubTableSection(MainTableSection mainTableSection, java.lang.String subSectionName)
           
 
Method Summary
 int compareTo(SubTableSection o)
           
 boolean equals(java.lang.Object obj)
           
 java.awt.Color getColor()
           
 MainTableSection getMainTableSection()
           
 java.lang.String getSubSectionName()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubTableSection

public SubTableSection(MainTableSection mainTableSection,
                       java.lang.String subSectionName)
Method Detail

getMainTableSection

public MainTableSection getMainTableSection()

getSubSectionName

public java.lang.String getSubSectionName()

compareTo

public int compareTo(SubTableSection o)
Specified by:
compareTo in interface java.lang.Comparable<SubTableSection>

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

getColor

public java.awt.Color getColor()
Specified by:
getColor in interface ColorCoded