org.alfresco.service.cmr.transfer
Class TransferEventBegin

java.lang.Object
  extended by org.alfresco.repo.transfer.TransferEventImpl
      extended by 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
TransferEventBegin()
           
 
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
 

Constructor Detail

TransferEventBegin

public TransferEventBegin()
Method Detail

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.