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

ru.r2cloud.ssdv.DcCode Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
package ru.r2cloud.ssdv;

class DcCode {

	private int category;
	private int codeLength;
	private int codeword;

	public int getCategory() {
		return category;
	}

	public void setCategory(int category) {
		this.category = category;
	}

	public int getCodeLength() {
		return codeLength;
	}

	public void setCodeLength(int codeLength) {
		this.codeLength = codeLength;
	}

	public int getCodeword() {
		return codeword;
	}

	public void setCodeword(int codeword) {
		this.codeword = codeword;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy