|
||||||||||
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
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 |
---|
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 |