|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.EditActionDate
public class EditActionDate
This class holds the edit action and date information for a given concept
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 |
---|
private static final long serialVersionUID
private java.lang.Integer action
private java.util.Date editDate
Constructor Detail |
---|
public EditActionDate()
Method Detail |
---|
public java.lang.Integer getAction()
public void setAction(java.lang.Integer action)
public java.util.Date getEditDate()
public void setEditDate(java.util.Date editDate)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |