org.zeroexchange.web.page.contract.context
Class ContractContext

java.lang.Object
  extended by org.zeroexchange.web.page.contract.context.ContractContext
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResourcesSelectionContractContext

public class ContractContext
extends Object
implements Serializable

Author:
black
See Also:
Serialized Form

Constructor Summary
ContractContext()
          Default constructor.
ContractContext(int tabIndex)
           
 
Method Summary
 int getTabIndex()
           
 void setTabIndex(int tabIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContractContext

public ContractContext()
Default constructor.


ContractContext

public ContractContext(int tabIndex)
Method Detail

getTabIndex

public int getTabIndex()
Returns:
the tabIndex

setTabIndex

public void setTabIndex(int tabIndex)
Parameters:
tabIndex - the tabIndex to set


Copyright © 2013. All Rights Reserved.