|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.freecol.common.model.FreeColObject
net.sf.freecol.common.model.TradeItem
net.sf.freecol.common.model.UnitTradeItem
public class UnitTradeItem
| Field Summary | |
|---|---|
private Unit |
unit
The unit to change hands. |
| Fields inherited from class net.sf.freecol.common.model.TradeItem |
|---|
game |
| Fields inherited from class net.sf.freecol.common.model.FreeColObject |
|---|
ARRAY_SIZE, ID_ATTRIBUTE, ID_ATTRIBUTE_TAG, INFINITY, logger, NO_ID, PARTIAL_ATTRIBUTE, UNDEFINED, VALUE_TAG |
| Constructor Summary | |
|---|---|
UnitTradeItem(Game game,
Player source,
Player destination,
Unit unit)
Creates a new UnitTradeItem instance. |
|
UnitTradeItem(Game game,
javax.xml.stream.XMLStreamReader in)
Creates a new UnitTradeItem instance. |
|
| Method Summary | |
|---|---|
Unit |
getUnit()
Get the unit to trade. |
static java.lang.String |
getXMLElementTagName()
Gets the tag name of the root element representing this object. |
boolean |
isUnique()
Returns whether this TradeItem must be unique. |
boolean |
isValid()
Returns whether this TradeItem is valid. |
protected void |
readFromXMLImpl(javax.xml.stream.XMLStreamReader in)
Initialize this object from an XML-representation of this object. |
void |
setUnit(Unit unit)
Set the unit to trade. |
protected void |
toXMLImpl(javax.xml.stream.XMLStreamWriter out)
This method writes an XML-representation of this object to the given stream. |
protected void |
writeAttributes(javax.xml.stream.XMLStreamWriter out)
Write the attributes of this object to a stream. |
| Methods inherited from class net.sf.freecol.common.model.TradeItem |
|---|
getColony, getDestination, getGold, getGoods, getSource, getStance, setColony, setDestination, setGold, setGoods, setSource, setStance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Unit unit
| Constructor Detail |
|---|
public UnitTradeItem(Game game,
Player source,
Player destination,
Unit unit)
UnitTradeItem instance.
game - a Game valuesource - a Player valuedestination - a Player valueunit - an Unit value
public UnitTradeItem(Game game,
javax.xml.stream.XMLStreamReader in)
throws javax.xml.stream.XMLStreamException
UnitTradeItem instance.
game - a Game valuein - a XMLStreamReader value
javax.xml.stream.XMLStreamException| Method Detail |
|---|
public boolean isValid()
isValid in class TradeItemboolean valuepublic boolean isUnique()
isUnique in class TradeItemboolean valuepublic Unit getUnit()
getUnit in class TradeItempublic void setUnit(Unit unit)
setUnit in class TradeItemunit - The new Unit to trade.
protected void toXMLImpl(javax.xml.stream.XMLStreamWriter out)
throws javax.xml.stream.XMLStreamException
toXMLImpl in class FreeColObjectout - The target stream.
javax.xml.stream.XMLStreamException - if there are any problems writing
to the stream.
protected void writeAttributes(javax.xml.stream.XMLStreamWriter out)
throws javax.xml.stream.XMLStreamException
writeAttributes in class TradeItemout - The target stream.
javax.xml.stream.XMLStreamException - if there are any problems writing
to the stream.
protected void readFromXMLImpl(javax.xml.stream.XMLStreamReader in)
throws javax.xml.stream.XMLStreamException
readFromXMLImpl in class TradeItemin - The input stream with the XML.
javax.xml.stream.XMLStreamException - if a problem was encountered
during parsing.public static java.lang.String getXMLElementTagName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||