|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.dtsrpc.client.EditActionDate
EditActionDate
| Constructor Summary | |
EditActionDate()
Default constructor |
|
| Method Summary | |
int |
getAction()
Gets action |
java.sql.Date |
getEditDate()
Gets editdate |
void |
setAction(int action)
Assigns edit action index. |
void |
setEditDate(java.sql.Date editdate)
Assgins edit date. |
org.w3c.dom.Document |
toDOM()
Converts an EditActionDate object to a XML Document |
java.lang.String |
toString()
Gets a String representation of an EditActionDate object |
java.lang.String |
toXML()
Gets a XML representation of EditActionDate object in String |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EditActionDate()
| Method Detail |
public void setEditDate(java.sql.Date editdate)
editdate - edit datepublic void setAction(int action)
action - edit action indexpublic java.sql.Date getEditDate()
public int getAction()
public java.lang.String toXML()
public java.lang.String toString()
public org.w3c.dom.Document toDOM()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||