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

Field Summary
private  java.lang.Integer action
          Specifies the edit action
private  java.util.Date editDate
          Specifies the edit action date.
private static long serialVersionUID
          An attribute to allow serialization of the domain objects
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
An attribute to allow serialization of the domain objects

See Also:
Constant Field Values

action

private java.lang.Integer action
Specifies the edit action


editDate

private java.util.Date editDate
Specifies the edit action date.

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



This API was generated by the caCORE Software Development Kit.