org.eclipse.higgins.sync.to
Class CommandsTO

java.lang.Object
  extended by org.eclipse.higgins.sync.to.BaseTO
      extended by org.eclipse.higgins.sync.to.CommandsTO
All Implemented Interfaces:
Serializable

public class CommandsTO
extends BaseTO

Represents list of Command transfer object.

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
CommandsTO()
           
 
Method Summary
 CommandTO[] getCommandTO()
           
 CommandsTO setCommandTO(CommandTO[] commandTO)
           
 
Methods inherited from class org.eclipse.higgins.sync.to.BaseTO
getId, getRevision, setId, setRevision
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandsTO

public CommandsTO()
Method Detail

getCommandTO

public CommandTO[] getCommandTO()
Returns:
the commandTO

setCommandTO

public CommandsTO setCommandTO(CommandTO[] commandTO)
Parameters:
commandTO - the commandTO to set