gov.nih.nci.evs.domain
Class EditActionDate

java.lang.Object
  extended by gov.nih.nci.evs.domain.EditActionDate
All Implemented Interfaces:
java.io.Serializable

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

This class holds the edit action and date information for a given concept

See Also:
Serialized Form

Constructor Summary
EditActionDate()
           
 
Method Summary
 java.lang.Integer getAction()
          Retreives the value of action attribue
 java.util.Date getEditDate()
          Retreives the value of editDate attribue
 void setAction(java.lang.Integer action)
          Sets the value of action attribue
 void setEditDate(java.util.Date editDate)
          Sets the value of editDate attribue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditActionDate

public EditActionDate()
Method Detail

getAction

public java.lang.Integer getAction()
Retreives the value of action attribue

Returns:
action

setAction

public void setAction(java.lang.Integer action)
Sets the value of action attribue


getEditDate

public java.util.Date getEditDate()
Retreives the value of editDate attribue

Returns:
editDate

setEditDate

public void setEditDate(java.util.Date editDate)
Sets the value of editDate attribue



Copyright © 2007 National Cancer Institute (NCI). All Rights Reserved.