mam.messaging
Class DoAdjustFundsMessage

mam.messaging.AgentMessage
  |
  +--mam.messaging.DoAdjustFundsMessage

public class DoAdjustFundsMessage
extends AgentMessage

Description


Field Summary
 Doublem_attrFundsTransfer
           

Fields inherited from class mam.messaging.AgentMessage
DEFAULT_TAG_NAME, DEFAULT_TIME_TO_LIVE, DESTINATION_TAG_NAME, m_attrCreationDate, m_attrDestination, m_attrId, m_attrOriginFacility, m_attrReplyTo, m_attrResponseTo, m_attrSource, m_attrTimeToLive, SOURCE_TAG_NAME

Constructor Summary
DoAdjustFundsMessage()
           
DoAdjustFundsMessage(RoutingTag source, RoutingTag destination, Double fundsTransfer)
           
DoAdjustFundsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, Double fundsTransfer)
           

Method Summary
 DoublegetFundsTransfer()
           
 voidsetFundsTransfer(Double fundsTransfer)
           
 StringtoString()
           

Methods inherited from class mam.messaging.AgentMessage
decrementTimeToLive, fromXmlElement, getDestination, getId, getOriginFacility, getRemainingTimeToLive, getReplyTo, getResponseTo, getSource, getType, setDestination, setId, setLocal, setOriginFacility, setReplyTo, setResponseTo, setSource, toXmlElement, toXmlElement

Field Detail

m_attrFundsTransfer

public Double m_attrFundsTransfer
Constructor Detail

DoAdjustFundsMessage

public DoAdjustFundsMessage()

DoAdjustFundsMessage

public DoAdjustFundsMessage(RoutingTag source, RoutingTag destination, Double fundsTransfer)

DoAdjustFundsMessage

public DoAdjustFundsMessage(RoutingTag source, RoutingTag destination, MamId responseTo, Double fundsTransfer)
Method Detail

getFundsTransfer

public Double getFundsTransfer()

setFundsTransfer

public void setFundsTransfer(Double fundsTransfer)

toString

public String toString()