org.codehaus.wadi.dindex.impl
Class PartitionTransfer

java.lang.Object
  extended byorg.codehaus.wadi.dindex.impl.PartitionTransfer
All Implemented Interfaces:
Serializable

public class PartitionTransfer
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 int _amount
           
 Destination _destination
           
 String _name
           
 
Constructor Summary
protected PartitionTransfer()
           
  PartitionTransfer(Destination destination, String name, int amount)
           
 
Method Summary
 int getAmount()
           
 Destination getDestination()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_destination

public Destination _destination

_name

public String _name

_amount

public int _amount
Constructor Detail

PartitionTransfer

public PartitionTransfer(Destination destination,
                         String name,
                         int amount)

PartitionTransfer

protected PartitionTransfer()
Method Detail

getDestination

public Destination getDestination()

getAmount

public int getAmount()

toString

public String toString()


Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.