apps.mtdesktop.messages
Class ShowMultiPadMessage

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.UnicastApplicationMessage
              extended by apps.mtdesktop.messages.ShowMultiPadMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class ShowMultiPadMessage
extends UnicastApplicationMessage

The Class ShowMultiPadMessage.

See Also:
Serialized Form

Field Summary
 boolean show
          The show.
 
Constructor Summary
ShowMultiPadMessage()
          Instantiates a new show multi pad message.
ShowMultiPadMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, boolean show)
          Instantiates a new show multi pad message.
 
Method Summary
 boolean isShow()
          Checks if is show.
 void setShow(boolean show)
          Sets the show.
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
getRecipient, setRecipient
 
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, toString, wait, wait, wait
 

Field Detail

show

public boolean show
The show.

Constructor Detail

ShowMultiPadMessage

public ShowMultiPadMessage()
Instantiates a new show multi pad message.


ShowMultiPadMessage

public ShowMultiPadMessage(java.lang.Class<?> targetClass,
                           TableIdentity targetTableId,
                           boolean show)
Instantiates a new show multi pad message.

Parameters:
targetClass - the target class
targetTableId - the target table id
show - the show
Method Detail

isShow

public boolean isShow()
Checks if is show.

Returns:
true, if is show

setShow

public void setShow(boolean show)
Sets the show.

Parameters:
show - the new show