com.konakart.rmi.app
Class S_OrderUpdate

java.lang.Object
  extended by com.konakart.rmi.app.S_OrderUpdate
All Implemented Interfaces:
java.io.Serializable

public class S_OrderUpdate
extends java.lang.Object
implements java.io.Serializable

Contains data for an order update

See Also:
Serialized Form

Constructor Summary
S_OrderUpdate()
           
 
Method Summary
 int getUpdatedById()
           
 void setUpdatedById(int _updatedById)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

S_OrderUpdate

public S_OrderUpdate()
Method Detail

getUpdatedById

public int getUpdatedById()
Returns:
Returns the updatedById.

setUpdatedById

public void setUpdatedById(int _updatedById)
Parameters:
_updatedById - the updatedById to set


Copyright © 2011 DS Data Systems UK Ltd.