![JAR search and dependency download from the Maven repository](/logo.png)
com.ksc.kvs.model.SrcInfo Maven / Gradle / Ivy
package com.ksc.kvs.model;
public class SrcInfo {
private String path;
private int index;
private String type;
public String getPath() {
return path;
}
public void setPath(String path) {
this.path = path;
}
public int getIndex() {
return index;
}
public void setIndex(int index) {
this.index = index;
}
public String getType() {
return type;
}
public void setType(String type) {
this.type = type;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy