|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.Change_log
public class Change_log
Used to annotate change log information, including who submitted this record, when the record was submitted, and when the record was last modified.
| Constructor Summary | |
|---|---|
Change_log()
|
|
| Method Summary | |
|---|---|
Date |
getDateLastModified()
Returns the value of field 'dateLastModified'. |
Date |
getDateSubmitted()
Returns the value of field 'dateSubmitted'. |
String |
getUser_name()
Returns the value of field 'user_name'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setDateLastModified(Date dateLastModified)
Sets the value of field 'dateLastModified'. |
void |
setDateSubmitted(Date dateSubmitted)
Sets the value of field 'dateSubmitted'. |
void |
setUser_name(String user_name)
Sets the value of field 'user_name'. |
static Change_log |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Change_log()
| Method Detail |
|---|
public Date getDateLastModified()
public Date getDateSubmitted()
public String getUser_name()
public boolean isValid()
public void marshal(Writer out)
throws MarshalException,
ValidationException
out -
MarshalException
ValidationException
public void marshal(ContentHandler handler)
throws IOException,
MarshalException,
ValidationException
handler -
IOException
MarshalException
ValidationExceptionpublic void setDateLastModified(Date dateLastModified)
dateLastModified - the value of field 'dateLastModified'public void setDateSubmitted(Date dateSubmitted)
dateSubmitted - the value of field 'dateSubmitted'.public void setUser_name(String user_name)
user_name - the value of field 'user_name'.
public static Change_log unmarshal(Reader reader)
throws MarshalException,
ValidationException
reader -
MarshalException
ValidationException
public void validate()
throws ValidationException
ValidationException
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||