|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.EditActionDate
EditActionDate class provides methods to get date information
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 |
public EditActionDate()
public EditActionDate(int action, java.util.Date editdate)
action
- Specifies the action valueeditdate
- Specifies the editdateMethod Detail |
public void setEditDate(java.util.Date date)
date
- Specifies the datepublic void setAction(int i)
public java.util.Date getEditDate()
public int getAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |