org.alfresco.service.cmr.transfer
Class TransferEventBegin
java.lang.Object
org.alfresco.repo.transfer.TransferEventImpl
org.alfresco.service.cmr.transfer.TransferEventBegin
- All Implemented Interfaces:
- TransferEvent
public class TransferEventBegin
- extends TransferEventImpl
TransferEventBegin is produced when a transfer has started.
Method Summary |
java.lang.String |
getTransferId()
|
void |
setTransferId(java.lang.String transferId)
|
java.lang.String |
toString()
A simple human readable summary of this event, the format of this string is
not guaranteed and is liable to change. |
Methods inherited from class org.alfresco.repo.transfer.TransferEventImpl |
equals, getMessage, getPosition, getRange, getTime, getTransferState, hashCode, isLast, setLast, setMessage, setPosition, setRange, setTime, setTransferState |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
TransferEventBegin
public TransferEventBegin()
toString
public java.lang.String toString()
- Description copied from class:
TransferEventImpl
- A simple human readable summary of this event, the format of this string is
not guaranteed and is liable to change.
- Overrides:
toString
in class TransferEventImpl
setTransferId
public void setTransferId(java.lang.String transferId)
getTransferId
public java.lang.String getTransferId()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.