org.commonreality.message.command.object
Interface IObjectCommand

All Superinterfaces:
ICommand, IMessage, java.io.Serializable
All Known Implementing Classes:
ObjectCommand

public interface IObjectCommand
extends ICommand

Author:
developer

Nested Class Summary
static class IObjectCommand.Type
           
 
Method Summary
 java.util.Collection<IIdentifier> getIdentifiers()
           
 IObjectCommand.Type getType()
           
 
Methods inherited from interface org.commonreality.message.IMessage
copy, getMessageId, getSource
 

Method Detail

getType

IObjectCommand.Type getType()

getIdentifiers

java.util.Collection<IIdentifier> getIdentifiers()