org.eclipse.higgins.sync.to
Class CommandsTO
java.lang.Object
org.eclipse.higgins.sync.to.BaseTO
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
CommandsTO
public CommandsTO()
getCommandTO
public CommandTO[] getCommandTO()
- Returns:
- the commandTO
setCommandTO
public CommandsTO setCommandTO(CommandTO[] commandTO)
- Parameters:
commandTO - the commandTO to set