LaColla.core.msg
Class msgToSAConnectedAgents

java.lang.Object
  extended by LaColla.core.msg.Msg
      extended by LaColla.core.msg.msgToSAConnectedAgents
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class msgToSAConnectedAgents
extends Msg

Author:
Xavier Created on 14-dic-2004 by Xavier into LaColla.core.msg
See Also:
Serialized Form

Constructor Summary
msgToSAConnectedAgents(int kindOfAgent, java.lang.String address, Hp hp2, Timestamp timestamp2, java.lang.String ownerId, java.lang.String groupId)
           
 
Method Summary
 Hp getHp()
           
 Timestamp getTimestamp()
           
 void setHp(Hp hp)
           
 void setTimestamp(Timestamp timestamp)
           
 
Methods inherited from class LaColla.core.msg.Msg
decrementConnectedAgents, getAddress, getConnectedAgents, getDest, getGroupId, getId, getKindOfAgent, getOb, getOwnerId, getSource, gettimestampLOCALlocation, setAddress, setConnectedAgents, setDest, setGroupId, setId, setKindOfAgent, setObject, setOwnerId, setSource, settimestampLOCALlocation, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

msgToSAConnectedAgents

public msgToSAConnectedAgents(int kindOfAgent,
                              java.lang.String address,
                              Hp hp2,
                              Timestamp timestamp2,
                              java.lang.String ownerId,
                              java.lang.String groupId)
Parameters:
kindOfAgent -
address -
hp2 -
timestamp2 -
ownerId -
groupId -
Method Detail

getHp

public Hp getHp()
Returns:

getTimestamp

public Timestamp getTimestamp()
Returns:

setHp

public void setHp(Hp hp)
Parameters:
hp - The hp to set.

setTimestamp

public void setTimestamp(Timestamp timestamp)
Parameters:
timestamp - The timestamp to set.