com.adobe.icc.dbforms.obj
Class BatchOperation

java.lang.Object
  extended by com.adobe.icc.dbforms.obj.BatchOperation
All Implemented Interfaces:
java.io.Serializable

public class BatchOperation
extends java.lang.Object
implements java.io.Serializable

POJO representation of a Batch Operation.

See Also:
Serialized Form

Nested Class Summary
static class BatchOperation.BatchOperationStatus
           
 
Field Summary
static java.lang.String ASSOCIATION_CUTPOINT
           
static java.lang.String BATCH_OPERATION_CLASS
          For internal use.
static java.lang.String FIRST_LEVEL_CUTPOINT
          For internal use.
static java.lang.String HIERARCHY_CUTPOINT
          For internal use.
 
Constructor Summary
BatchOperation()
           
 
Method Summary
 java.lang.String getBatchOperationName()
           
 java.lang.String getExceptionCode()
           
 java.lang.String getId()
           
 java.lang.Boolean getIsReportPresent()
           
 com.adobe.livecycle.content.File getOperationReport()
           
 BatchOperation.BatchOperationStatus getStatus()
           
 long getTimeTakenInMillisecs()
           
 java.util.Date getTriggeredAt()
           
 java.lang.String getTriggeredBy()
           
 void setBatchOperationName(java.lang.String batchOperationName)
           
 void setExceptionCode(java.lang.String exceptionCode)
           
 void setId(java.lang.String id)
           
 void setIsReportPresent(java.lang.Boolean isReportPresent)
           
 void setOperationReport(com.adobe.livecycle.content.File operationReport)
           
 void setStatus(BatchOperation.BatchOperationStatus status)
           
 void setTimeTakenInMillisecs(long timeTakenInMillisecs)
           
 void setTriggeredAt(java.util.Date triggeredAt)
           
 void setTriggeredBy(java.lang.String triggeredBy)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BATCH_OPERATION_CLASS

public static final java.lang.String BATCH_OPERATION_CLASS
For internal use.


ASSOCIATION_CUTPOINT

public static final java.lang.String ASSOCIATION_CUTPOINT

HIERARCHY_CUTPOINT

public static final java.lang.String HIERARCHY_CUTPOINT
For internal use.


FIRST_LEVEL_CUTPOINT

public static final java.lang.String FIRST_LEVEL_CUTPOINT
For internal use.

Constructor Detail

BatchOperation

public BatchOperation()
Method Detail

getId

public java.lang.String getId()
Returns:
the id

setId

public void setId(java.lang.String id)
Parameters:
id - the id to set

getBatchOperationName

public java.lang.String getBatchOperationName()
Returns:
the batchOperationName

setBatchOperationName

public void setBatchOperationName(java.lang.String batchOperationName)
Parameters:
batchOperationName - the batchOperationName to set

getTriggeredAt

public java.util.Date getTriggeredAt()
Returns:
the triggeredAt

setTriggeredAt

public void setTriggeredAt(java.util.Date triggeredAt)
Parameters:
triggeredAt - the triggeredAt to set

getTriggeredBy

public java.lang.String getTriggeredBy()
Returns:
the triggeredBy

setTriggeredBy

public void setTriggeredBy(java.lang.String triggeredBy)
Parameters:
triggeredBy - the triggeredBy to set

getStatus

public BatchOperation.BatchOperationStatus getStatus()
Returns:
the status

setStatus

public void setStatus(BatchOperation.BatchOperationStatus status)
Parameters:
status - the status to set

getTimeTakenInMillisecs

public long getTimeTakenInMillisecs()
Returns:
the timeTakenInMillisecs

setTimeTakenInMillisecs

public void setTimeTakenInMillisecs(long timeTakenInMillisecs)
Parameters:
timeTakenInMillisecs - the timeTakenInMillisecs to set

getOperationReport

public com.adobe.livecycle.content.File getOperationReport()
Returns:
the operationReport

setOperationReport

public void setOperationReport(com.adobe.livecycle.content.File operationReport)
Parameters:
operationReport - the operationReport to set

getExceptionCode

public java.lang.String getExceptionCode()
Returns:
the exceptionCode

setExceptionCode

public void setExceptionCode(java.lang.String exceptionCode)
Parameters:
exceptionCode - the exceptionCode to set

getIsReportPresent

public java.lang.Boolean getIsReportPresent()
Returns:
the isReportPresent

setIsReportPresent

public void setIsReportPresent(java.lang.Boolean isReportPresent)
Parameters:
isReportPresent - the isReportPresent to set


[an error occurred while processing this directive] [an error occurred while processing this directive]