org.eclipse.higgins.sync.to
Class CmdExecStatusesTO

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

public class CmdExecStatusesTO
extends BaseTO

Represents list of CmdExecStatus transfer object.

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
CmdExecStatusesTO()
           
 
Method Summary
 CmdExecStatusTO[] getCmdExecStatusTO()
           
 CmdExecStatusesTO setCmdExecStatusTO(CmdExecStatusTO[] cmdExecStatusTOs)
           
 
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

CmdExecStatusesTO

public CmdExecStatusesTO()
Method Detail

getCmdExecStatusTO

public CmdExecStatusTO[] getCmdExecStatusTO()
Returns:
the cmdExecStatusTOs

setCmdExecStatusTO

public CmdExecStatusesTO setCmdExecStatusTO(CmdExecStatusTO[] cmdExecStatusTOs)
Parameters:
cmdExecStatusTOs - the cmdExecStatusTOs to set