com.ibm.ccd.ui.dataobjects.view
Class TabView

java.lang.Object
  extended by com.ibm.ccd.ui.dataobjects.view.TabView
All Implemented Interfaces:
java.io.Serializable

public class TabView
extends java.lang.Object
implements java.io.Serializable

TabView contains tabName and Attributecollection view defintion

See Also:
Serialized Form

Constructor Summary
TabView()
           
TabView(java.lang.String tabName, AttributeCollectionView[] collection)
           
 
Method Summary
 AttributeCollectionView[] getCollection()
           
 java.lang.String getTabName()
           
 void printME()
           
 void printME(java.io.OutputStream out, int tabIndex)
           
 void printME(java.io.OutputStream out, int tabIndex, boolean flag)
           
 void setCollection(AttributeCollectionView[] views)
           
 void setTabName(java.lang.String tabName)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TabView

public TabView()

TabView

public TabView(java.lang.String tabName,
               AttributeCollectionView[] collection)
Method Detail

getCollection

public AttributeCollectionView[] getCollection()
Returns:
collection

getTabName

public java.lang.String getTabName()
Returns:
tabName

setCollection

public void setCollection(AttributeCollectionView[] views)
Parameters:
views -

setTabName

public void setTabName(java.lang.String tabName)
Parameters:
tabName -

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

printME

public void printME()

printME

public void printME(java.io.OutputStream out,
                    int tabIndex)

printME

public void printME(java.io.OutputStream out,
                    int tabIndex,
                    boolean flag)