LaColla.core.msg
Class msgModifyInfoObject

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

public class msgModifyInfoObject
extends Msg

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

Constructor Summary
msgModifyInfoObject(ObjectLaCOLLA objectToResolve)
           
msgModifyInfoObject(java.lang.Object infoObject, java.lang.String objectId)
           
 
Method Summary
 java.lang.Object getInfoObject()
           
 java.net.InetSocketAddress getIsa()
           
 ObjectLaCOLLA getModifiedObject()
           
 java.lang.String getObjectId()
           
 void setInfoObject(java.lang.Object infoObject)
           
 void setIsa(java.net.InetSocketAddress isa)
           
 void setModifiedObject(ObjectLaCOLLA modifiedObject)
           
 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

msgModifyInfoObject

public msgModifyInfoObject(java.lang.Object infoObject,
                           java.lang.String objectId)
Parameters:
infoObject -
objectId -

msgModifyInfoObject

public msgModifyInfoObject(ObjectLaCOLLA objectToResolve)
Parameters:
objectToResolve -
Method Detail

getInfoObject

public java.lang.Object getInfoObject()
Returns:
Returns the infoObject.

setInfoObject

public void setInfoObject(java.lang.Object infoObject)
Parameters:
infoObject - The infoObject to set.

getObjectId

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

setObjectId

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

getIsa

public java.net.InetSocketAddress getIsa()
Returns:
Returns the isa.

setIsa

public void setIsa(java.net.InetSocketAddress isa)
Parameters:
isa - The isa to set.

getModifiedObject

public ObjectLaCOLLA getModifiedObject()
Returns:
Returns the modifiedObject.

setModifiedObject

public void setModifiedObject(ObjectLaCOLLA modifiedObject)
Parameters:
modifiedObject - The modifiedObject to set.