net.sf.freecol.client.gui.panel
Class NegotiationDialog.StanceTradeItemPanel.StanceItem

java.lang.Object
  extended by net.sf.freecol.client.gui.panel.NegotiationDialog.StanceTradeItemPanel.StanceItem
Enclosing class:
NegotiationDialog.StanceTradeItemPanel

 class NegotiationDialog.StanceTradeItemPanel.StanceItem
extends java.lang.Object


Field Summary
private  Player.Stance value
           
 
Constructor Summary
NegotiationDialog.StanceTradeItemPanel.StanceItem(Player.Stance value)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
(package private)  Player.Stance getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

private Player.Stance value
Constructor Detail

NegotiationDialog.StanceTradeItemPanel.StanceItem

NegotiationDialog.StanceTradeItemPanel.StanceItem(Player.Stance value)
Method Detail

toString

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

getValue

Player.Stance getValue()

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object