SigPath

org.sigpath.bioimport.reaction2
Class Change_log

java.lang.Object
  extended by org.sigpath.bioimport.reaction2.Change_log
All Implemented Interfaces:
Serializable

public class Change_log
extends Object
implements Serializable

Used to annotate change log information, including who submitted this record, when the record was submitted, and when the record was last modified.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

Change_log

public Change_log()
Method Detail

getDateLastModified

public Date getDateLastModified()
Returns the value of field 'dateLastModified'. The field 'dateLastModified' has the following description: Date at which SigPath entity was last modified.

Returns:
Date

getDateSubmitted

public Date getDateSubmitted()
Returns the value of field 'dateSubmitted'. The field 'dateSubmitted' has the following description: Date of submission for a SigPath entity.

Returns:
Date

getUser_name

public String getUser_name()
Returns the value of field 'user_name'. The field 'user_name' has the following description: Name of the user associated with the change log information.

Returns:
String

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(Writer out)
             throws MarshalException,
                    ValidationException
Method marshal

Parameters:
out -
Throws:
MarshalException
ValidationException

marshal

public void marshal(ContentHandler handler)
             throws IOException,
                    MarshalException,
                    ValidationException
Method marshal

Parameters:
handler -
Throws:
IOException
MarshalException
ValidationException

setDateLastModified

public void setDateLastModified(Date dateLastModified)
Sets the value of field 'dateLastModified'. The field 'dateLastModified' has the following description: Date at which SigPath entity was last modified.

Parameters:
dateLastModified - the value of field 'dateLastModified'

setDateSubmitted

public void setDateSubmitted(Date dateSubmitted)
Sets the value of field 'dateSubmitted'. The field 'dateSubmitted' has the following description: Date of submission for a SigPath entity.

Parameters:
dateSubmitted - the value of field 'dateSubmitted'.

setUser_name

public void setUser_name(String user_name)
Sets the value of field 'user_name'. The field 'user_name' has the following description: Name of the user associated with the change log information.

Parameters:
user_name - the value of field 'user_name'.

unmarshal

public static Change_log unmarshal(Reader reader)
                            throws MarshalException,
                                   ValidationException
Method unmarshal

Parameters:
reader -
Returns:
Change_log
Throws:
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

Throws:
ValidationException

SigPath

Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.