public class BatchModel
extends java.lang.Object
Constructor and Description |
---|
BatchModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccountId()
Getter for accountId - The Account ID number of the account that owns this batch.
|
java.lang.String |
getBatchAgent()
Getter for batchAgent - The agent used to create this batch
|
java.lang.Integer |
getCompanyId()
Getter for companyId - The Company ID number of the company that owns this batch.
|
java.util.Date |
getCompletedDate()
Getter for completedDate - The date/time when this batch was completely processed
|
java.util.Date |
getCreatedDate()
Getter for createdDate - The date when this record was created.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId - The User ID of the user who created this record.
|
java.lang.Integer |
getCurrentRecord()
Getter for currentRecord - The current record being processed
|
java.util.ArrayList<BatchFileModel> |
getFiles()
Getter for files - The list of files contained in this batch.
|
java.lang.Integer |
getId()
Getter for id - The unique ID number of this batch.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate - The date/time when this record was last modified.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId - The user ID of the user who last modified this record.
|
java.lang.String |
getName()
Getter for name - The user-friendly readable name for this batch.
|
java.lang.String |
getOptions()
Getter for options - Any optional flags provided for this batch
|
java.lang.Integer |
getRecordCount()
Getter for recordCount - The number of records in this batch; determined by the server
|
java.util.Date |
getStartedDate()
Getter for startedDate - The date/time when this batch started processing
|
BatchStatus |
getStatus()
Getter for status - This batch's current processing status
|
BatchType |
getType()
Getter for type - The type of this batch.
|
void |
setAccountId(java.lang.Integer accountId)
Setter for accountId - The Account ID number of the account that owns this batch.
|
void |
setBatchAgent(java.lang.String batchAgent)
Setter for batchAgent - The agent used to create this batch
|
void |
setCompanyId(java.lang.Integer companyId)
Setter for companyId - The Company ID number of the company that owns this batch.
|
void |
setCompletedDate(java.util.Date completedDate)
Setter for completedDate - The date/time when this batch was completely processed
|
void |
setCreatedDate(java.util.Date createdDate)
Setter for createdDate - The date when this record was created.
|
void |
setCreatedUserId(java.lang.Integer createdUserId)
Setter for createdUserId - The User ID of the user who created this record.
|
void |
setCurrentRecord(java.lang.Integer currentRecord)
Setter for currentRecord - The current record being processed
|
void |
setFiles(java.util.ArrayList<BatchFileModel> files)
Setter for files - The list of files contained in this batch.
|
void |
setId(java.lang.Integer id)
Setter for id - The unique ID number of this batch.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Setter for modifiedDate - The date/time when this record was last modified.
|
void |
setModifiedUserId(java.lang.Integer modifiedUserId)
Setter for modifiedUserId - The user ID of the user who last modified this record.
|
void |
setName(java.lang.String name)
Setter for name - The user-friendly readable name for this batch.
|
void |
setOptions(java.lang.String options)
Setter for options - Any optional flags provided for this batch
|
void |
setRecordCount(java.lang.Integer recordCount)
Setter for recordCount - The number of records in this batch; determined by the server
|
void |
setStartedDate(java.util.Date startedDate)
Setter for startedDate - The date/time when this batch started processing
|
void |
setStatus(BatchStatus status)
Setter for status - This batch's current processing status
|
void |
setType(BatchType type)
Setter for type - The type of this batch.
|
java.lang.String |
toString()
Returns a JSON string representation of BatchModel.
|
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.Integer getCurrentRecord()
public void setCurrentRecord(java.lang.Integer currentRecord)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer accountId)
public java.util.Date getStartedDate()
public void setStartedDate(java.util.Date startedDate)
public java.util.ArrayList<BatchFileModel> getFiles()
public void setFiles(java.util.ArrayList<BatchFileModel> files)
public java.lang.String getOptions()
public void setOptions(java.lang.String options)
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.String getBatchAgent()
public void setBatchAgent(java.lang.String batchAgent)
public BatchStatus getStatus()
public void setStatus(BatchStatus status)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer modifiedUserId)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer createdUserId)
public java.lang.Integer getRecordCount()
public void setRecordCount(java.lang.Integer recordCount)
public BatchType getType()
public void setType(BatchType type)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer companyId)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date createdDate)
public java.util.Date getCompletedDate()
public void setCompletedDate(java.util.Date completedDate)
public java.lang.String toString()
toString
in class java.lang.Object