|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.instantbank.component.lettertemplate.util.LettersJobLogBean
Java bean containing raw log information for letters generation process.
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 |
|
Field Detail |
private long logId
private long jobId
private java.sql.Date executionDate
Constructor Detail |
public LettersJobLogBean()
Method Detail |
public void setLogId(long logId)
logId
- The new logId valuepublic void setJobId(long jobId)
jobId
- The new jobId valuepublic void setExecutionDate(java.sql.Date executionDate)
executionDate
- The new executionDate valuepublic long getLogId()
public long getJobId()
public java.sql.Date getExecutionDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |