com.ontimize.dms.filetransfer
Class TransferImpl
java.lang.Object
com.ontimize.dms.filetransfer.TransferImpl
- All Implemented Interfaces:
- Transfer, java.io.Serializable
public class TransferImpl
- extends java.lang.Object
- implements Transfer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
document
protected Document document
file
protected java.io.File file
step
protected TransferStep step
TransferImpl
public TransferImpl(Document document,
TransferStep step)
getDocument
public Document getDocument()
- Specified by:
getDocument in interface Transfer
getAttachedFile
public java.io.File getAttachedFile()
- Description copied from interface:
Transfer
Optional, always is the destination .
- Specified by:
getAttachedFile in interface Transfer
- Returns:
- Returns the attached target file in the current transfer.
Otherwise, return null.
getStep
public TransferStep getStep()
- Specified by:
getStep in interface Transfer
setAttachedFile
public void setAttachedFile(java.io.File file)
- Specified by:
setAttachedFile in interface Transfer
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object