org.jbpm.model.formapi.shared.api.items
Class TabbedPanelRepresentation.IndexedString

java.lang.Object
  extended by org.jbpm.model.formapi.shared.api.items.TabbedPanelRepresentation.IndexedString
Enclosing class:
TabbedPanelRepresentation

public class TabbedPanelRepresentation.IndexedString
extends Object


Constructor Summary
TabbedPanelRepresentation.IndexedString(int index, String string)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getIndex()
           
 String getString()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabbedPanelRepresentation.IndexedString

public TabbedPanelRepresentation.IndexedString(int index,
                                               String string)
Method Detail

getIndex

public int getIndex()

getString

public String getString()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.