LaColla.core.msg
Class msgInfoGroupAck

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

public class msgInfoGroupAck
extends Msg

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

Constructor Summary
msgInfoGroupAck(java.lang.String userId, java.lang.String groupId, java.lang.String aplicId, GroupInfo info)
           
 
Method Summary
 java.lang.String getAplicId()
           
 GroupInfo getInfoGroup()
           
 java.lang.String getUserId()
           
 void setAplicId(java.lang.String aplicId)
           
 void setInfoGroup(GroupInfo infoGroup)
           
 void setUserId(java.lang.String userId)
           
 
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

msgInfoGroupAck

public msgInfoGroupAck(java.lang.String userId,
                       java.lang.String groupId,
                       java.lang.String aplicId,
                       GroupInfo info)
Parameters:
string -
string2 -
info -
Method Detail

getInfoGroup

public GroupInfo getInfoGroup()
Returns:
Returns the infoGroup.

setInfoGroup

public void setInfoGroup(GroupInfo infoGroup)
Parameters:
infoGroup - The infoGroup to set.

getUserId

public java.lang.String getUserId()
Returns:
Returns the userId.

setUserId

public void setUserId(java.lang.String userId)
Parameters:
userId - The userId to set.

getAplicId

public java.lang.String getAplicId()
Returns:
Returns the aplicId.

setAplicId

public void setAplicId(java.lang.String aplicId)
Parameters:
aplicId - The aplicId to set.