LaColla.core.msg
Class msgGetDocument
java.lang.Object
LaColla.core.msg.Msg
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)
|
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 |
msgGetDocument
public msgGetDocument(java.lang.String groupId,
java.net.InetSocketAddress isa,
java.lang.String idoc)
- Parameters:
groupId
- isa
- idoc
-
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.