All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.global.api.entities.reporting.CheckData Maven / Gradle / Ivy

There is a newer version: 14.2.3
Show newest version
package com.global.api.entities.reporting;

public class CheckData {
	private String accountInfo;
	private String consumerInfo;
	private String checkAction;
	private String checkType;
	private String dataEntryMode;
	private String secCode;
	
	public String getAccountInfo() {
		return accountInfo;
	}
	public void setAccountInfo(String accountInfo) {
		this.accountInfo = accountInfo;
	}
	public String getConsumerInfo() {
		return consumerInfo;
	}
	public void setConsumerInfo(String consumerInfo) {
		this.consumerInfo = consumerInfo;
	}
	public String getCheckAction() {
		return checkAction;
	}
	public void setCheckAction(String checkAction) {
		this.checkAction = checkAction;
	}
	public String getCheckType() {
		return checkType;
	}
	public void setCheckType(String checkType) {
		this.checkType = checkType;
	}
	public String getDataEntryMode() {
		return dataEntryMode;
	}
	public void setDataEntryMode(String dataEntryMode) {
		this.dataEntryMode = dataEntryMode;
	}
	public String getSecCode() {
		return secCode;
	}
	public void setSecCode(String secCode) {
		this.secCode = secCode;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy