Skip to content

Instantly share code, notes, and snippets.

@mherman22
Created March 7, 2022 11:28
Show Gist options
  • Save mherman22/63e01375019def4c4178955a02d70740 to your computer and use it in GitHub Desktop.
Save mherman22/63e01375019def4c4178955a02d70740 to your computer and use it in GitHub Desktop.
@Entity
@Table(name = "project")
public class InfoFile {
@Id @GeneratedValue(strategy = GenerationType.IDENTITY)
private Long infoFile_id;
private String batchErrorstate;
private String batchLastAccessedDocument;
private String batchNextDocId;
private String batchNextPagId;
private String batchState;
private String key;
private String batchLocked;
private String batchNoOCRImageSize;
private String batchBacksRescanned;
private String batchCreatedUserID;
private String batchImageCountGrayscale;
private String batchImageCountGrayscaleBack;
private String batchModifiedDatetime;
private String batchFrontsCaptured;
private String batchBacksCaptured;
private String batchBacksDeleted;
private String batchCreatedDatetime;
private String batchIndex0005;
private String batchModifiedUserID;
private String batchOutputStartDatetime;
private String batchImageAddress;
private String batchImageCountBlackWhiteFront;
private String batchImageCountColorFront;
private String batchIndex0006;
private String batchModifiedWorkstationID;
private String batchPageCount;
private String batchBacksRemoved;
private String batchFirstDocumentID;
private String batchImageCountBlackWhiteBack;
private String batchImageCountColor;
private String batchImageCountColorBack;
private String batchImageCountGrayscaleFront;
private String batchModifiedWorkstationName;
private String batchStartingDocumentID;
private String batchCreatedWorkstationID;
private String batchDocumentCount;
private String batchImageCountBlackWhite;
private String batchLastDocumentID;
private String batchIndex0001;
private String batchLocation;
private String batchOutputUserID;
private String batchSizeOfImages;
private String batchCreatedWorkstationName;
private String batchImageCount;
private String batchIndex0002;
private String batchOutputServerAddress;
private String batchOutputWorkstationID;
private String batchFrontsDeleted;
private String batchFrontsRescanned;
private String batchIndex0003;
private String batchOutputWorkstationName;
private String batchFrontsRemoved;
private String batchIndex0004;
/**
* @return Long return the infoFile_id
*/
public Long getInfoFile_id() {
return infoFile_id;
}
/**
* @param infoFile_id the infoFile_id to set
*/
public void setInfoFile_id(Long infoFile_id) {
this.infoFile_id = infoFile_id;
}
/**
* @return String return the batchErrorstate
*/
public String getBatchErrorstate() {
return batchErrorstate;
}
/**
* @param batchErrorstate the batchErrorstate to set
*/
public void setBatchErrorstate(String batchErrorstate) {
this.batchErrorstate = batchErrorstate;
}
/**
* @return String return the batchLastAccessedDocument
*/
public String getBatchLastAccessedDocument() {
return batchLastAccessedDocument;
}
/**
* @param batchLastAccessedDocument the batchLastAccessedDocument to set
*/
public void setBatchLastAccessedDocument(String batchLastAccessedDocument) {
this.batchLastAccessedDocument = batchLastAccessedDocument;
}
/**
* @return String return the batchNextDocId
*/
public String getBatchNextDocId() {
return batchNextDocId;
}
/**
* @param batchNextDocId the batchNextDocId to set
*/
public void setBatchNextDocId(String batchNextDocId) {
this.batchNextDocId = batchNextDocId;
}
/**
* @return String return the batchNextPagId
*/
public String getBatchNextPagId() {
return batchNextPagId;
}
/**
* @param batchNextPagId the batchNextPagId to set
*/
public void setBatchNextPagId(String batchNextPagId) {
this.batchNextPagId = batchNextPagId;
}
/**
* @return String return the batchState
*/
public String getBatchState() {
return batchState;
}
/**
* @param batchState the batchState to set
*/
public void setBatchState(String batchState) {
this.batchState = batchState;
}
/**
* @return String return the key
*/
public String getKey() {
return key;
}
/**
* @param key the key to set
*/
public void setKey(String key) {
this.key = key;
}
/**
* @return String return the batchLocked
*/
public String getBatchLocked() {
return batchLocked;
}
/**
* @param batchLocked the batchLocked to set
*/
public void setBatchLocked(String batchLocked) {
this.batchLocked = batchLocked;
}
/**
* @return String return the batchNoOCRImageSize
*/
public String getBatchNoOCRImageSize() {
return batchNoOCRImageSize;
}
/**
* @param batchNoOCRImageSize the batchNoOCRImageSize to set
*/
public void setBatchNoOCRImageSize(String batchNoOCRImageSize) {
this.batchNoOCRImageSize = batchNoOCRImageSize;
}
/**
* @return String return the batchBacksRescanned
*/
public String getBatchBacksRescanned() {
return batchBacksRescanned;
}
/**
* @param batchBacksRescanned the batchBacksRescanned to set
*/
public void setBatchBacksRescanned(String batchBacksRescanned) {
this.batchBacksRescanned = batchBacksRescanned;
}
/**
* @return String return the batchCreatedUserID
*/
public String getBatchCreatedUserID() {
return batchCreatedUserID;
}
/**
* @param batchCreatedUserID the batchCreatedUserID to set
*/
public void setBatchCreatedUserID(String batchCreatedUserID) {
this.batchCreatedUserID = batchCreatedUserID;
}
/**
* @return String return the batchImageCountGrayscale
*/
public String getBatchImageCountGrayscale() {
return batchImageCountGrayscale;
}
/**
* @param batchImageCountGrayscale the batchImageCountGrayscale to set
*/
public void setBatchImageCountGrayscale(String batchImageCountGrayscale) {
this.batchImageCountGrayscale = batchImageCountGrayscale;
}
/**
* @return String return the batchImageCountGrayscaleBack
*/
public String getBatchImageCountGrayscaleBack() {
return batchImageCountGrayscaleBack;
}
/**
* @param batchImageCountGrayscaleBack the batchImageCountGrayscaleBack to set
*/
public void setBatchImageCountGrayscaleBack(String batchImageCountGrayscaleBack) {
this.batchImageCountGrayscaleBack = batchImageCountGrayscaleBack;
}
/**
* @return String return the batchModifiedDatetime
*/
public String getBatchModifiedDatetime() {
return batchModifiedDatetime;
}
/**
* @param batchModifiedDatetime the batchModifiedDatetime to set
*/
public void setBatchModifiedDatetime(String batchModifiedDatetime) {
this.batchModifiedDatetime = batchModifiedDatetime;
}
/**
* @return String return the batchFrontsCaptured
*/
public String getBatchFrontsCaptured() {
return batchFrontsCaptured;
}
/**
* @param batchFrontsCaptured the batchFrontsCaptured to set
*/
public void setBatchFrontsCaptured(String batchFrontsCaptured) {
this.batchFrontsCaptured = batchFrontsCaptured;
}
/**
* @return String return the batchBacksCaptured
*/
public String getBatchBacksCaptured() {
return batchBacksCaptured;
}
/**
* @param batchBacksCaptured the batchBacksCaptured to set
*/
public void setBatchBacksCaptured(String batchBacksCaptured) {
this.batchBacksCaptured = batchBacksCaptured;
}
/**
* @return String return the batchBacksDeleted
*/
public String getBatchBacksDeleted() {
return batchBacksDeleted;
}
/**
* @param batchBacksDeleted the batchBacksDeleted to set
*/
public void setBatchBacksDeleted(String batchBacksDeleted) {
this.batchBacksDeleted = batchBacksDeleted;
}
/**
* @return String return the batchCreatedDatetime
*/
public String getBatchCreatedDatetime() {
return batchCreatedDatetime;
}
/**
* @param batchCreatedDatetime the batchCreatedDatetime to set
*/
public void setBatchCreatedDatetime(String batchCreatedDatetime) {
this.batchCreatedDatetime = batchCreatedDatetime;
}
/**
* @return String return the batchIndex0005
*/
public String getBatchIndex0005() {
return batchIndex0005;
}
/**
* @param batchIndex0005 the batchIndex0005 to set
*/
public void setBatchIndex0005(String batchIndex0005) {
this.batchIndex0005 = batchIndex0005;
}
/**
* @return String return the batchModifiedUserID
*/
public String getBatchModifiedUserID() {
return batchModifiedUserID;
}
/**
* @param batchModifiedUserID the batchModifiedUserID to set
*/
public void setBatchModifiedUserID(String batchModifiedUserID) {
this.batchModifiedUserID = batchModifiedUserID;
}
/**
* @return String return the batchOutputStartDatetime
*/
public String getBatchOutputStartDatetime() {
return batchOutputStartDatetime;
}
/**
* @param batchOutputStartDatetime the batchOutputStartDatetime to set
*/
public void setBatchOutputStartDatetime(String batchOutputStartDatetime) {
this.batchOutputStartDatetime = batchOutputStartDatetime;
}
/**
* @return String return the batchImageAddress
*/
public String getBatchImageAddress() {
return batchImageAddress;
}
/**
* @param batchImageAddress the batchImageAddress to set
*/
public void setBatchImageAddress(String batchImageAddress) {
this.batchImageAddress = batchImageAddress;
}
/**
* @return String return the batchImageCountBlackWhiteFront
*/
public String getBatchImageCountBlackWhiteFront() {
return batchImageCountBlackWhiteFront;
}
/**
* @param batchImageCountBlackWhiteFront the batchImageCountBlackWhiteFront to set
*/
public void setBatchImageCountBlackWhiteFront(String batchImageCountBlackWhiteFront) {
this.batchImageCountBlackWhiteFront = batchImageCountBlackWhiteFront;
}
/**
* @return String return the batchImageCountColorFront
*/
public String getBatchImageCountColorFront() {
return batchImageCountColorFront;
}
/**
* @param batchImageCountColorFront the batchImageCountColorFront to set
*/
public void setBatchImageCountColorFront(String batchImageCountColorFront) {
this.batchImageCountColorFront = batchImageCountColorFront;
}
/**
* @return String return the batchIndex0006
*/
public String getBatchIndex0006() {
return batchIndex0006;
}
/**
* @param batchIndex0006 the batchIndex0006 to set
*/
public void setBatchIndex0006(String batchIndex0006) {
this.batchIndex0006 = batchIndex0006;
}
/**
* @return String return the batchModifiedWorkstationID
*/
public String getBatchModifiedWorkstationID() {
return batchModifiedWorkstationID;
}
/**
* @param batchModifiedWorkstationID the batchModifiedWorkstationID to set
*/
public void setBatchModifiedWorkstationID(String batchModifiedWorkstationID) {
this.batchModifiedWorkstationID = batchModifiedWorkstationID;
}
/**
* @return String return the batchPageCount
*/
public String getBatchPageCount() {
return batchPageCount;
}
/**
* @param batchPageCount the batchPageCount to set
*/
public void setBatchPageCount(String batchPageCount) {
this.batchPageCount = batchPageCount;
}
/**
* @return String return the batchBacksRemoved
*/
public String getBatchBacksRemoved() {
return batchBacksRemoved;
}
/**
* @param batchBacksRemoved the batchBacksRemoved to set
*/
public void setBatchBacksRemoved(String batchBacksRemoved) {
this.batchBacksRemoved = batchBacksRemoved;
}
/**
* @return String return the batchFirstDocumentID
*/
public String getBatchFirstDocumentID() {
return batchFirstDocumentID;
}
/**
* @param batchFirstDocumentID the batchFirstDocumentID to set
*/
public void setBatchFirstDocumentID(String batchFirstDocumentID) {
this.batchFirstDocumentID = batchFirstDocumentID;
}
/**
* @return String return the batchImageCountBlackWhiteBack
*/
public String getBatchImageCountBlackWhiteBack() {
return batchImageCountBlackWhiteBack;
}
/**
* @param batchImageCountBlackWhiteBack the batchImageCountBlackWhiteBack to set
*/
public void setBatchImageCountBlackWhiteBack(String batchImageCountBlackWhiteBack) {
this.batchImageCountBlackWhiteBack = batchImageCountBlackWhiteBack;
}
/**
* @return String return the batchImageCountColor
*/
public String getBatchImageCountColor() {
return batchImageCountColor;
}
/**
* @param batchImageCountColor the batchImageCountColor to set
*/
public void setBatchImageCountColor(String batchImageCountColor) {
this.batchImageCountColor = batchImageCountColor;
}
/**
* @return String return the batchImageCountColorBack
*/
public String getBatchImageCountColorBack() {
return batchImageCountColorBack;
}
/**
* @param batchImageCountColorBack the batchImageCountColorBack to set
*/
public void setBatchImageCountColorBack(String batchImageCountColorBack) {
this.batchImageCountColorBack = batchImageCountColorBack;
}
/**
* @return String return the batchImageCountGrayscaleFront
*/
public String getBatchImageCountGrayscaleFront() {
return batchImageCountGrayscaleFront;
}
/**
* @param batchImageCountGrayscaleFront the batchImageCountGrayscaleFront to set
*/
public void setBatchImageCountGrayscaleFront(String batchImageCountGrayscaleFront) {
this.batchImageCountGrayscaleFront = batchImageCountGrayscaleFront;
}
/**
* @return String return the batchModifiedWorkstationName
*/
public String getBatchModifiedWorkstationName() {
return batchModifiedWorkstationName;
}
/**
* @param batchModifiedWorkstationName the batchModifiedWorkstationName to set
*/
public void setBatchModifiedWorkstationName(String batchModifiedWorkstationName) {
this.batchModifiedWorkstationName = batchModifiedWorkstationName;
}
/**
* @return String return the batchStartingDocumentID
*/
public String getBatchStartingDocumentID() {
return batchStartingDocumentID;
}
/**
* @param batchStartingDocumentID the batchStartingDocumentID to set
*/
public void setBatchStartingDocumentID(String batchStartingDocumentID) {
this.batchStartingDocumentID = batchStartingDocumentID;
}
/**
* @return String return the batchCreatedWorkstationID
*/
public String getBatchCreatedWorkstationID() {
return batchCreatedWorkstationID;
}
/**
* @param batchCreatedWorkstationID the batchCreatedWorkstationID to set
*/
public void setBatchCreatedWorkstationID(String batchCreatedWorkstationID) {
this.batchCreatedWorkstationID = batchCreatedWorkstationID;
}
/**
* @return String return the batchDocumentCount
*/
public String getBatchDocumentCount() {
return batchDocumentCount;
}
/**
* @param batchDocumentCount the batchDocumentCount to set
*/
public void setBatchDocumentCount(String batchDocumentCount) {
this.batchDocumentCount = batchDocumentCount;
}
/**
* @return String return the batchImageCountBlackWhite
*/
public String getBatchImageCountBlackWhite() {
return batchImageCountBlackWhite;
}
/**
* @param batchImageCountBlackWhite the batchImageCountBlackWhite to set
*/
public void setBatchImageCountBlackWhite(String batchImageCountBlackWhite) {
this.batchImageCountBlackWhite = batchImageCountBlackWhite;
}
/**
* @return String return the batchLastDocumentID
*/
public String getBatchLastDocumentID() {
return batchLastDocumentID;
}
/**
* @param batchLastDocumentID the batchLastDocumentID to set
*/
public void setBatchLastDocumentID(String batchLastDocumentID) {
this.batchLastDocumentID = batchLastDocumentID;
}
/**
* @return String return the batchIndex0001
*/
public String getBatchIndex0001() {
return batchIndex0001;
}
/**
* @param batchIndex0001 the batchIndex0001 to set
*/
public void setBatchIndex0001(String batchIndex0001) {
this.batchIndex0001 = batchIndex0001;
}
/**
* @return String return the batchLocation
*/
public String getBatchLocation() {
return batchLocation;
}
/**
* @param batchLocation the batchLocation to set
*/
public void setBatchLocation(String batchLocation) {
this.batchLocation = batchLocation;
}
/**
* @return String return the batchOutputUserID
*/
public String getBatchOutputUserID() {
return batchOutputUserID;
}
/**
* @param batchOutputUserID the batchOutputUserID to set
*/
public void setBatchOutputUserID(String batchOutputUserID) {
this.batchOutputUserID = batchOutputUserID;
}
/**
* @return String return the batchSizeOfImages
*/
public String getBatchSizeOfImages() {
return batchSizeOfImages;
}
/**
* @param batchSizeOfImages the batchSizeOfImages to set
*/
public void setBatchSizeOfImages(String batchSizeOfImages) {
this.batchSizeOfImages = batchSizeOfImages;
}
/**
* @return String return the batchCreatedWorkstationName
*/
public String getBatchCreatedWorkstationName() {
return batchCreatedWorkstationName;
}
/**
* @param batchCreatedWorkstationName the batchCreatedWorkstationName to set
*/
public void setBatchCreatedWorkstationName(String batchCreatedWorkstationName) {
this.batchCreatedWorkstationName = batchCreatedWorkstationName;
}
/**
* @return String return the batchImageCount
*/
public String getBatchImageCount() {
return batchImageCount;
}
/**
* @param batchImageCount the batchImageCount to set
*/
public void setBatchImageCount(String batchImageCount) {
this.batchImageCount = batchImageCount;
}
/**
* @return String return the batchIndex0002
*/
public String getBatchIndex0002() {
return batchIndex0002;
}
/**
* @param batchIndex0002 the batchIndex0002 to set
*/
public void setBatchIndex0002(String batchIndex0002) {
this.batchIndex0002 = batchIndex0002;
}
/**
* @return String return the batchOutputServerAddress
*/
public String getBatchOutputServerAddress() {
return batchOutputServerAddress;
}
/**
* @param batchOutputServerAddress the batchOutputServerAddress to set
*/
public void setBatchOutputServerAddress(String batchOutputServerAddress) {
this.batchOutputServerAddress = batchOutputServerAddress;
}
/**
* @return String return the batchOutputWorkstationID
*/
public String getBatchOutputWorkstationID() {
return batchOutputWorkstationID;
}
/**
* @param batchOutputWorkstationID the batchOutputWorkstationID to set
*/
public void setBatchOutputWorkstationID(String batchOutputWorkstationID) {
this.batchOutputWorkstationID = batchOutputWorkstationID;
}
/**
* @return String return the batchFrontsDeleted
*/
public String getBatchFrontsDeleted() {
return batchFrontsDeleted;
}
/**
* @param batchFrontsDeleted the batchFrontsDeleted to set
*/
public void setBatchFrontsDeleted(String batchFrontsDeleted) {
this.batchFrontsDeleted = batchFrontsDeleted;
}
/**
* @return String return the batchFrontsRescanned
*/
public String getBatchFrontsRescanned() {
return batchFrontsRescanned;
}
/**
* @param batchFrontsRescanned the batchFrontsRescanned to set
*/
public void setBatchFrontsRescanned(String batchFrontsRescanned) {
this.batchFrontsRescanned = batchFrontsRescanned;
}
/**
* @return String return the batchIndex0003
*/
public String getBatchIndex0003() {
return batchIndex0003;
}
/**
* @param batchIndex0003 the batchIndex0003 to set
*/
public void setBatchIndex0003(String batchIndex0003) {
this.batchIndex0003 = batchIndex0003;
}
/**
* @return String return the batchOutputWorkstationName
*/
public String getBatchOutputWorkstationName() {
return batchOutputWorkstationName;
}
/**
* @param batchOutputWorkstationName the batchOutputWorkstationName to set
*/
public void setBatchOutputWorkstationName(String batchOutputWorkstationName) {
this.batchOutputWorkstationName = batchOutputWorkstationName;
}
/**
* @return String return the batchFrontsRemoved
*/
public String getBatchFrontsRemoved() {
return batchFrontsRemoved;
}
/**
* @param batchFrontsRemoved the batchFrontsRemoved to set
*/
public void setBatchFrontsRemoved(String batchFrontsRemoved) {
this.batchFrontsRemoved = batchFrontsRemoved;
}
/**
* @return String return the batchIndex0004
*/
public String getBatchIndex0004() {
return batchIndex0004;
}
/**
* @param batchIndex0004 the batchIndex0004 to set
*/
public void setBatchIndex0004(String batchIndex0004) {
this.batchIndex0004 = batchIndex0004;
}
}