com.github.obhen233.out.RootParam Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of purslane-engine Show documentation
Show all versions of purslane-engine Show documentation
A rule engine,easy to expand,and easy to use.
The newest version!
package com.github.obhen233.out;
import java.io.Serializable;
import java.util.TreeSet;
public class RootParam implements Serializable {
private String unid;
private TreeSet feilds;
public String getUnid() {
return unid;
}
public void setUnid(String unid) {
this.unid = unid;
}
public TreeSet getFeilds() {
return feilds;
}
public void setFeilds(TreeSet feilds) {
this.feilds = feilds;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy