LaColla.core.msg
Class msgGetDocument

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

public class msgGetDocument
extends Msg

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

Constructor Summary
msgGetDocument(java.lang.String groupId, java.net.InetSocketAddress isa, java.lang.String idoc)
           
 
Method Summary
 java.net.InetSocketAddress getIsa()
           
 java.lang.String getObjectId()
           
 void setIsa(java.net.InetSocketAddress isa)
           
 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

msgGetDocument

public msgGetDocument(java.lang.String groupId,
                      java.net.InetSocketAddress isa,
                      java.lang.String idoc)
Parameters:
groupId -
isa -
idoc -
Method Detail

getIsa

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

setIsa

public void setIsa(java.net.InetSocketAddress isa)
Parameters:
isa - The isa 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.