gov.nih.nci.evs.domain
Class EditActionDate

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

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

EditActionDate class provides methods to get date information

See Also:
Serialized Form

Constructor Summary
EditActionDate()
          Creates an EditActionDate instance
EditActionDate(int action, java.util.Date editdate)
          Creates an EditActionDate instance with the action and date information
 
Method Summary
 int getAction()
          Returns the action value
 java.util.Date getEditDate()
          Returns the edit date
 void setAction(int i)
          Sets the action value
 void setEditDate(java.util.Date date)
          Sets the edit date value to a given data
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditActionDate

public EditActionDate()
Creates an EditActionDate instance


EditActionDate

public EditActionDate(int action,
                      java.util.Date editdate)
Creates an EditActionDate instance with the action and date information

Parameters:
action - Specifies the action value
editdate - Specifies the editdate
Method Detail

setEditDate

public void setEditDate(java.util.Date date)
Sets the edit date value to a given data

Parameters:
date - Specifies the date

setAction

public void setAction(int i)
Sets the action value


getEditDate

public java.util.Date getEditDate()
Returns the edit date

Returns:
Returns a date

getAction

public int getAction()
Returns the action value

Returns:
Returns the action value