com.instantbank.component.lettertemplate.util
Class LettersJobLogBean

java.lang.Object
  |
  +--com.instantbank.component.lettertemplate.util.LettersJobLogBean

public class LettersJobLogBean
extends java.lang.Object

Java bean containing raw log information for letters generation process.

Author:
InstantBank (Rodrigo Lopez)

Field Summary
private  java.sql.Date executionDate
          Time stamp generated when this log was stored in the data base
private  long jobId
          Id number of the job this log comes from.
private  long logId
          Id number for this log
 
Constructor Summary
LettersJobLogBean()
          Void constructor for LettersJobLogBean
 
Method Summary
 java.sql.Date getExecutionDate()
          Getter method for executionDate
 long getJobId()
          Getter method for jobId
 long getLogId()
          Getter method for logId
 void setExecutionDate(java.sql.Date executionDate)
          Setter method for executionDate
 void setJobId(long jobId)
          Setter method for jobId
 void setLogId(long logId)
          Setter method for logId
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

logId

private long logId
Id number for this log

jobId

private long jobId
Id number of the job this log comes from.

executionDate

private java.sql.Date executionDate
Time stamp generated when this log was stored in the data base
Constructor Detail

LettersJobLogBean

public LettersJobLogBean()
Void constructor for LettersJobLogBean
Method Detail

setLogId

public void setLogId(long logId)
Setter method for logId
Parameters:
logId - The new logId value

setJobId

public void setJobId(long jobId)
Setter method for jobId
Parameters:
jobId - The new jobId value

setExecutionDate

public void setExecutionDate(java.sql.Date executionDate)
Setter method for executionDate
Parameters:
executionDate - The new executionDate value

getLogId

public long getLogId()
Getter method for logId
Returns:
The logId value

getJobId

public long getJobId()
Getter method for jobId
Returns:
The jobId value

getExecutionDate

public java.sql.Date getExecutionDate()
Getter method for executionDate
Returns:
The executionDate value