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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.transfer.TransferEvent
TransferEvent.TransferState
-
-
Constructor Summary
Constructors Constructor Description TransferEventBegin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTransferId()voidsetTransferId(String transferId)StringtoString()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
-
-
-
-
Method Detail
-
toString
public String toString()
Description copied from class:TransferEventImplA simple human readable summary of this event, the format of this string is not guaranteed and is liable to change.- Overrides:
toStringin classTransferEventImpl
-
setTransferId
public void setTransferId(String transferId)
-
getTransferId
public String getTransferId()
-
-