| java.lang.Object org.cougaar.planning.ldm.plan.TransferableTransferImpl
TransferableTransferImpl | public TransferableTransferImpl()(Code) | | no-arg constructor - use the setters in the NewTransferableTransfer Interface
to build a complete object
|
TransferableTransferImpl | public TransferableTransferImpl(Transferable aTransferable, Asset anAsset)(Code) | | Simple constructor
Parameters: aTransferable - - the Transferable being sent Parameters: anAsset - - An Organization Asset representing the Agent that the Transferable is being sent to |
getAsset | public Asset getAsset()(Code) | | The Asset the transferable is being sent to. For now
the Assets should always be of type Organization, representing
another Agent.
Asset |
getTransferable | public Transferable getTransferable()(Code) | | The Transferable being sent
Transferable |
setAsset | public void setAsset(Asset anAsset)(Code) | | The Asset the transferable is being sent to. For now
the Assets should always be of type Organization, representing
another Agent.
Parameters: anAsset - |
setTransferable | public void setTransferable(Transferable aTransferable)(Code) | | The Transferable being sent
Parameters: aTransferable - |
|
|