dist1.acb.common.transport.concretePackets
Class RequestEndSellTransaction

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Request
          extended bydist1.acb.common.transport.RequestUpdate
              extended bydist1.acb.common.transport.concretePackets.RequestEndSellTransaction
All Implemented Interfaces:
java.io.Serializable

public class RequestEndSellTransaction
extends RequestUpdate

RequestEndSellTransaction

Version:
$Revision: 1.3 $
Author:
Alexander Stasiv
See Also:
Serialized Form

Constructor Summary
RequestEndSellTransaction(long registerId)
          Creates a new instance of RequestEndSellTransaction
 
Method Summary
 long getRegisterId()
          Getter for property registerId.
 void setRegisterId(int registerId)
          Setter for property registerId.
 
Methods inherited from class dist1.acb.common.transport.Packet
equals, getId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestEndSellTransaction

public RequestEndSellTransaction(long registerId)
Creates a new instance of RequestEndSellTransaction

Method Detail

getRegisterId

public long getRegisterId()
Getter for property registerId.

Returns:
Value of property registerId.

setRegisterId

public void setRegisterId(int registerId)
Setter for property registerId.

Parameters:
registerId - New value of property registerId.


Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.