org.nci.dts.client
Class CodeActionDate

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

public class CodeActionDate
extends java.lang.Object

A CodeActionDate contains a concept code and a baseline date.

Copyright: Copyright (c) 2002

Company: Apelon Inc.

Version:
DTS 3.0
Author:
Apelon Inc.

Method Summary
 java.lang.String getCode()
          Gets the concept code for this CodeActionDate.
 java.sql.Date getDate()
          Gets the baseline date for this CodeActionDate.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCode

public java.lang.String getCode()
Gets the concept code for this CodeActionDate.

Returns:
concept code for this CodeActionDate.
Since:
DTS 2.4

getDate

public java.sql.Date getDate()
Gets the baseline date for this CodeActionDate.

Returns:
baseline date for this CodeActionDate.
Since:
DTS 2.4