SigPath

org.sigpath.datamodel
Class ChangeLog

java.lang.Object
  extended by org.sigpath.datamodel.ChangeLog

public class ChangeLog
extends Object

Change Log for SigPath Entities. Currently stores the following data:

Version:
$Revision: 8249 $
Author:
Ethan Cerami

Constructor Summary
ChangeLog()
          Creates a new ChangeLog for the given entity.
 
Method Summary
 Date getDateLastModified()
          Gets the Date/Time Last Modified.
 Date getDateSubmitted()
          Gets the Date/Time Submitted.
 SigPathEntity getSigPathEntity()
          Gets the associated SigPath Entity.
 String getSubmittedBy()
          Gets the User Name of Submitter.
 void setDateLastModified(Date date)
          Sets the Date/Time Last Modified.
 void setDateSubmitted(Date date)
          Sets the Date/Time Submitted.
 void setSigPathEntity(SigPathEntity sigPathEntity)
          Sets the associated SigPath Entity.
 void setSubmittedBy(String submittedBy)
          Sets the User Name of Submitter.
 String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChangeLog

public ChangeLog()
Creates a new ChangeLog for the given entity.

Method Detail

setSubmittedBy

public void setSubmittedBy(String submittedBy)
Sets the User Name of Submitter.

Parameters:
submittedBy - Name of the user that submitted the entity.

getSubmittedBy

public String getSubmittedBy()
Gets the User Name of Submitter.

Returns:
Name of the user that submitted the entity.

setDateSubmitted

public void setDateSubmitted(Date date)
Sets the Date/Time Submitted.

Parameters:
date - Date the entity was initially submitted.

getDateSubmitted

public Date getDateSubmitted()
Gets the Date/Time Submitted.

Returns:
Date the entity was initially submitted.

setDateLastModified

public void setDateLastModified(Date date)
Sets the Date/Time Last Modified.

Parameters:
date - Date the entity was last modified.

getDateLastModified

public Date getDateLastModified()
Gets the Date/Time Last Modified.

Returns:
Date the entity was last modified.

setSigPathEntity

public void setSigPathEntity(SigPathEntity sigPathEntity)
Sets the associated SigPath Entity.

Parameters:
sigPathEntity - Entity associated with this change log.

getSigPathEntity

public SigPathEntity getSigPathEntity()
Gets the associated SigPath Entity.

Returns:
Entity associated with this change log.

toString

public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object
Returns:
a string representation of the object.

SigPath

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