uk.ac.ebi.adfconverter.data.adf
Class ADFGroup

java.lang.Object
  extended byuk.ac.ebi.adfconverter.data.adf.ADFGroup
Direct Known Subclasses:
ADFCompositeSequenceGroup, ADFReporterGroup

public class ADFGroup
extends java.lang.Object

Class representing a Group in ADF Super class for ADFReporterGroup and ADFCompositeSequenceGroup

Version:
0.1 08 September 2004
Author:
Pierre MARGUERITE

Constructor Summary
ADFGroup()
          Default Constructor with no group name or header item corresponding to the group
ADFGroup(java.lang.String _name, CorrectableHeaderItem _item)
          ADFGroup class Constructor with a given group name and an associated headeritem
 
Method Summary
 CorrectableHeaderItem getAssociatedItem()
          Retrieves the associated Item
 java.lang.String getName()
          returns the name of the group
 void setAssociatedItem(CorrectableHeaderItem _associatedItem)
          Sets associatedItem attribut
 void setName(java.lang.String _name)
          Sets name attribut
 java.lang.String toString()
          Retrieves the current ADFGroup as String
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ADFGroup

public ADFGroup()
Default Constructor with no group name or header item corresponding to the group


ADFGroup

public ADFGroup(java.lang.String _name,
                CorrectableHeaderItem _item)
ADFGroup class Constructor with a given group name and an associated headeritem

Parameters:
_name - group name
_item - header item corresponding to the current header.
Method Detail

getAssociatedItem

public CorrectableHeaderItem getAssociatedItem()
Retrieves the associated Item

Returns:
Returns the associatedItem.

getName

public java.lang.String getName()
returns the name of the group

Returns:
the string representing the name of the group

setAssociatedItem

public void setAssociatedItem(CorrectableHeaderItem _associatedItem)
Sets associatedItem attribut

Parameters:
_associatedItem - The associatedItem to set.

setName

public void setName(java.lang.String _name)
Sets name attribut

Parameters:
_name - The name to set.

toString

public java.lang.String toString()
Retrieves the current ADFGroup as String

Returns:
the String representing the current object


European Bioinformatics InstituteMicroarray Informatics Team