LaColla.core.msg
Class msgGetInfoObject

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

public class msgGetInfoObject
extends Msg

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

Constructor Summary
msgGetInfoObject(java.lang.String objectId)
           
 
Method Summary
 java.lang.String getObjectId()
           
 void setObjectId(java.lang.String objectId)
           
 
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

msgGetInfoObject

public msgGetInfoObject(java.lang.String objectId)
Parameters:
objectId -
Method Detail

getObjectId

public java.lang.String getObjectId()
Returns:
Returns the objectId.

setObjectId

public void setObjectId(java.lang.String objectId)
Parameters:
objectId - The objectId to set.