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

org.eweb4j.config.bean.Properties Maven / Gradle / Ivy

The newest version!
package org.eweb4j.config.bean;

import java.util.ArrayList;
import java.util.List;

public class Properties {
	private List file = new ArrayList();

	public List getFile() {
		return file;
	}

	public void setFile(List file) {
		this.file = file;
	}

	@Override
	public String toString() {
		return "Properties [file=" + file + "]";
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy