org.jdiagnose.library.web.spring
Class ImportCommand

java.lang.Object
  extended byorg.jdiagnose.library.web.spring.ImportCommand

public class ImportCommand
extends java.lang.Object

Author:
jmccrindle

Constructor Summary
ImportCommand()
           
 
Method Summary
 byte[] getFile()
           
 java.lang.String getSystem()
           
 boolean isPersist()
           
 boolean isRemoteSystem()
           
 void setFile(byte[] file)
           
 void setPersist(boolean persist)
           
 void setRemoteSystem(boolean remoteSystem)
           
 void setSystem(java.lang.String system)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportCommand

public ImportCommand()
Method Detail

isPersist

public boolean isPersist()

setPersist

public void setPersist(boolean persist)

getSystem

public java.lang.String getSystem()

setSystem

public void setSystem(java.lang.String system)

getFile

public byte[] getFile()

setFile

public void setFile(byte[] file)

isRemoteSystem

public boolean isRemoteSystem()

setRemoteSystem

public void setRemoteSystem(boolean remoteSystem)


Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.