LaColla.core.msg
Class msgModifyGroup
java.lang.Object
LaColla.core.msg.Msg
LaColla.core.msg.msgModifyGroup
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class msgModifyGroup
- extends Msg
- Author:
- Xavier
Created on 21-mar-2004 by Xavier into LaColla.core.msg
- See Also:
- Serialized Form
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 |
msgModifyGroup
public msgModifyGroup(java.lang.String userId,
java.lang.String groupId,
GroupInfo groupInfo)
- Parameters:
userId
- groupId
- groupInfo
-
getGroupInfo
public GroupInfo getGroupInfo()
- Returns:
- Returns the groupInfo.
setGroupInfo
public void setGroupInfo(GroupInfo groupInfo)
- Parameters:
groupInfo
- The groupInfo 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.