|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.datamodel.ChangeLog
public class ChangeLog
Change Log for SigPath Entities. Currently stores the following data:
| 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 |
|---|
public ChangeLog()
| Method Detail |
|---|
public void setSubmittedBy(String submittedBy)
submittedBy - Name of the user that submitted the entity.public String getSubmittedBy()
public void setDateSubmitted(Date date)
date - Date the entity was initially submitted.public Date getDateSubmitted()
public void setDateLastModified(Date date)
date - Date the entity was last modified.public Date getDateLastModified()
public void setSigPathEntity(SigPathEntity sigPathEntity)
sigPathEntity - Entity associated with this change log.public SigPathEntity getSigPathEntity()
public String toString()
toString in class Object
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||