Package com.xebialabs.xlrelease.views
Class TaskExecutionLogView
- java.lang.Object
-
- com.xebialabs.xlrelease.views.TaskExecutionLogView
-
public class TaskExecutionLogView extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TaskExecutionLogView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetEndDate()java.lang.IntegergetExecutionNo()java.lang.StringgetId()java.lang.IntegergetLastChunk()java.lang.LonggetLastJob()java.lang.LonggetModifiedDate()voidsetEndDate(java.lang.Long endDate)voidsetExecutionNo(java.lang.Integer executionNo)voidsetId(java.lang.String id)voidsetLastChunk(java.lang.Integer lastChunk)voidsetLastJob(java.lang.Long lastJob)voidsetModifiedDate(java.lang.Long modifiedDate)
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
getExecutionNo
public java.lang.Integer getExecutionNo()
-
setExecutionNo
public void setExecutionNo(java.lang.Integer executionNo)
-
getModifiedDate
public java.lang.Long getModifiedDate()
-
setModifiedDate
public void setModifiedDate(java.lang.Long modifiedDate)
-
getLastJob
public java.lang.Long getLastJob()
-
setLastJob
public void setLastJob(java.lang.Long lastJob)
-
getLastChunk
public java.lang.Integer getLastChunk()
-
setLastChunk
public void setLastChunk(java.lang.Integer lastChunk)
-
getEndDate
public java.lang.Long getEndDate()
-
setEndDate
public void setEndDate(java.lang.Long endDate)
-
-