synergynetframework.appsystem.services.net.networkedcontentmanager.messages
Class EnableBiSynchronisation

java.lang.Object
  extended by synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
      extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
          extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.BroadcastApplicationMessage
              extended by synergynetframework.appsystem.services.net.networkedcontentmanager.messages.EnableBiSynchronisation
All Implemented Interfaces:
java.io.Serializable, Message

public class EnableBiSynchronisation
extends BroadcastApplicationMessage

The Class EnableBiSynchronisation.

See Also:
Serialized Form

Constructor Summary
EnableBiSynchronisation(java.lang.Class<?> targetClass, boolean isBiSynchronisation)
          Instantiates a new enable bi synchronisation.
 
Method Summary
 boolean isBiSynchronisationOn()
          Checks if is bi synchronisation on.
 void setBiSynchronisationOn(boolean isBiSynchronisationOn)
          Sets the bi synchronisation on.
 java.lang.String toString()
           
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
getTargetClassName, setTargetClassName
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
getSender
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnableBiSynchronisation

public EnableBiSynchronisation(java.lang.Class<?> targetClass,
                               boolean isBiSynchronisation)
Instantiates a new enable bi synchronisation.

Parameters:
targetClass - the target class
isBiSynchronisation - the is bi synchronisation
Method Detail

isBiSynchronisationOn

public boolean isBiSynchronisationOn()
Checks if is bi synchronisation on.

Returns:
true, if is bi synchronisation on

setBiSynchronisationOn

public void setBiSynchronisationOn(boolean isBiSynchronisationOn)
Sets the bi synchronisation on.

Parameters:
isBiSynchronisationOn - the new bi synchronisation on

toString

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