de.root1.simon.codec.messages
Class MsgEquals

java.lang.Object
  extended by de.root1.simon.codec.messages.AbstractMessage
      extended by de.root1.simon.codec.messages.MsgEquals
All Implemented Interfaces:
java.io.Serializable

public class MsgEquals
extends AbstractMessage

Equals message

Author:
ACHR
See Also:
Serialized Form

Constructor Summary
MsgEquals()
           
 
Method Summary
 java.lang.Object getObjectToCompareWith()
           
 java.lang.String getRemoteObjectName()
           
 void setObjectToCompareWith(java.lang.Object objectToCompareWith)
           
 void setRemoteObjectName(java.lang.String remoteObjectName)
           
 java.lang.String toString()
           
 
Methods inherited from class de.root1.simon.codec.messages.AbstractMessage
getErrorMsg, getMsgType, getSequence, hasError, setErrorMsg, setSequence
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MsgEquals

public MsgEquals()
Method Detail

getRemoteObjectName

public java.lang.String getRemoteObjectName()

setRemoteObjectName

public void setRemoteObjectName(java.lang.String remoteObjectName)

getObjectToCompareWith

public java.lang.Object getObjectToCompareWith()

setObjectToCompareWith

public void setObjectToCompareWith(java.lang.Object objectToCompareWith)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.