org.nci.dts.client
Class EditAction

java.lang.Object
  |
  +--org.nci.dts.client.EditAction

public class EditAction
extends java.lang.Object

An EditAction contains the concept's edit action and the edit date.

Copyright: Copyright (c) 2002

Company: Apelon Inc.

Version:
DTS 3.0
Author:
Apelon Inc.

Method Summary
 int getAction()
          Gets the action for this EditAction.
 java.sql.Date getEditdate()
          Gets the editdate for this EditAction.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEditdate

public java.sql.Date getEditdate()
Gets the editdate for this EditAction.

Returns:
editdate for this EditAction.
Since:
DTS 2.4

getAction

public int getAction()
Gets the action for this EditAction.

Returns:
action for this EditAction.
Since:
DTS 2.4