类 TransferAction

直接已知子类:
BorrowAction, DonateAction, DownloadAction, GiveAction, LendAction, MoneyTransfer, ReceiveAction, ReturnAction, SendAction, TakeAction

public class TransferAction extends Action
  • 构造器详细资料

    • TransferAction

      public TransferAction()
  • 方法详细资料

    • getToLocation

      public Place getToLocation()
    • setToLocation

      public void setToLocation(Place toLocation)
    • getFromLocation

      public Place getFromLocation()
    • setFromLocation

      public void setFromLocation(Place fromLocation)