org.commonreality.message.command.object
Class ObjectData

java.lang.Object
  extended by org.commonreality.message.impl.BaseMessage
      extended by org.commonreality.message.command.object.ObjectData
All Implemented Interfaces:
java.io.Serializable, ICommand, IObjectData, IMessage

public final class ObjectData
extends BaseMessage
implements IObjectData, java.io.Serializable

Author:
developer
See Also:
Serialized Form

Constructor Summary
ObjectData(IIdentifier source, java.util.Collection<IObjectDelta> data)
           
 
Method Summary
 IMessage copy()
           
 java.util.Collection<IObjectDelta> getData()
           
 
Methods inherited from class org.commonreality.message.impl.BaseMessage
getMessageId, getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.commonreality.message.IMessage
getMessageId, getSource
 

Constructor Detail

ObjectData

public ObjectData(IIdentifier source,
                  java.util.Collection<IObjectDelta> data)
Parameters:
source -
Method Detail

copy

public IMessage copy()
Specified by:
copy in interface IMessage

getData

public java.util.Collection<IObjectDelta> getData()
Specified by:
getData in interface IObjectData
See Also:
org.commonreality.message.command.object.IObjectData#getObjectData()