com.tszadel.qctools4j.model.history
Class HistoryEntry

java.lang.Object
  extended by com.tszadel.qctools4j.model.history.HistoryEntry

public class HistoryEntry
extends Object

An history.

Author:
tszadel

Constructor Summary
HistoryEntry()
           
 
Method Summary
 String getFieldName()
          Returns fieldName.
 String getNewValue()
          Returns newValue.
 String getOldValue()
          Returns oldValue.
 Date getTimestamp()
          Returns timestamp.
 String getUser()
          Returns user.
 void setFieldName(String fieldName)
          Sets the fieldName.
 void setNewValue(String newValue)
          Sets the newValue.
 void setOldValue(String oldValue)
          Sets the oldValue.
 void setTimestamp(Date timestamp)
          Sets the timestamp.
 void setUser(String user)
          Sets the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryEntry

public HistoryEntry()
Method Detail

getFieldName

public String getFieldName()
Returns fieldName.

Returns:
The fieldName.

getNewValue

public String getNewValue()
Returns newValue.

Returns:
The newValue.

getOldValue

public String getOldValue()
Returns oldValue.

Returns:
The oldValue.

getTimestamp

public Date getTimestamp()
Returns timestamp.

Returns:
The timestamp.

getUser

public String getUser()
Returns user.

Returns:
The user.

setFieldName

public void setFieldName(String fieldName)
Sets the fieldName.

Parameters:
fieldName - The fieldName.

setNewValue

public void setNewValue(String newValue)
Sets the newValue.

Parameters:
newValue - The newValue.

setOldValue

public void setOldValue(String oldValue)
Sets the oldValue.

Parameters:
oldValue - The oldValue.

setTimestamp

public void setTimestamp(Date timestamp)
Sets the timestamp.

Parameters:
timestamp - The timestamp.

setUser

public void setUser(String user)
Sets the user.

Parameters:
user - The user.